declare namespace ObjC{ namespace classes{ export class UINib extends NSObject{ static nibWithNibName_bundle_(name:NSString|NativePointer,bundleOrNil:NSBundle|NativePointer):UINib; static nibWithData_bundle_(data:NSData|NativePointer,bundleOrNil:NSBundle|NativePointer):UINib; instantiateWithOwner_options_(ownerOrNil:NSObject|NativePointer,optionsOrNil:NSDictionary|NativePointer):NSArray; } } }