Trait cocoa::appkit::NSNib

source ·
pub trait NSNib: Sized {
    // Required method
    unsafe fn initWithNibNamed_bundle_(self, name: id, bundle: id) -> id;

    // Provided method
    unsafe fn alloc(_: Self) -> id { ... }
}

Required Methods§

source

unsafe fn initWithNibNamed_bundle_(self, name: id, bundle: id) -> id

Provided Methods§

source

unsafe fn alloc(_: Self) -> id

Implementors§

source§

impl NSNib for id