pub unsafe trait UIPreviewActionItem: NSObjectProtocol + MainThreadOnly {
// Provided method
fn title(&self) -> Retained<NSString>
where Self: Sized + Message { ... }
}Available on crate feature
UIViewController only.