Trait IUNTextInputNotificationResponse
uikit_sys
pub trait IUNTextInputNotificationResponse: Sized + Deref { unsafe fn userText(self) -> NSString where Self::Target: Message + Sized, { ... } }
unsafe fn userText(self) -> NSString where Self::Target: Message + Sized,
impl IUNTextInputNotificationResponse for UNTextInputNotificationResponse