declare namespace ObjC{ namespace classes{ export class UIInputView extends UIView{ initWithFrame_inputViewStyle_(frame:NSObject|NativePointer,inputViewStyle:any|NativePointer):UIInputView; initWithCoder_(aDecoder:NSCoder|NativePointer):UIInputView; inputViewStyle():any; allowsSelfSizing():number; setAllowsSelfSizing_(allowsSelfSizing:number|NativePointer):any; } } }