Trait cocoa_foundation::foundation::NSRunLoop
source · pub trait NSRunLoop: Sized {
// Required methods
unsafe fn currentRunLoop() -> Self;
unsafe fn performSelector_target_argument_order_modes_(
self,
aSelector: SEL,
target: id,
anArgument: id,
order: NSUInteger,
modes: id
);
}