[][src]Trait cocoa::appkit::NSNib

pub trait NSNib: Sized {
    unsafe fn initWithNibNamed_bundle_(self, name: id, bundle: id) -> id;

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

Required methods

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

Loading content...

Provided methods

unsafe fn alloc(_: Self) -> id

Loading content...

Implementors

impl NSNib for id[src]

Loading content...