declare namespace ObjC{ namespace classes{ export class UIAlertView extends NSObject{ initWithTitle_message_delegate_cancelButtonTitle_otherButtonTitles_(title:NSString|NativePointer,message:NSString|NativePointer,delegate:NSObject|NativePointer,cancelButtonTitle:NSString|NativePointer,otherButtonTitles:NSString|NativePointer):UIAlertView; initWithFrame_(frame:NSObject|NativePointer):NSObject; initWithCoder_(aDecoder:NSCoder|NativePointer):UIAlertView; addButtonWithTitle_(title:NSString|NativePointer):number; buttonTitleAtIndex_(buttonIndex:number|NativePointer):NSString; show():any; dismissWithClickedButtonIndex_animated_(buttonIndex:number|NativePointer,animated:number|NativePointer):any; textFieldAtIndex_(textFieldIndex:number|NativePointer):NSObject; delegate():NSObject; setDelegate_(delegate:NSObject|NativePointer):any; title():NSString; setTitle_(title:NSString|NativePointer):any; message():NSString; setMessage_(message:NSString|NativePointer):any; numberOfButtons():number; cancelButtonIndex():number; setCancelButtonIndex_(cancelButtonIndex:number|NativePointer):any; firstOtherButtonIndex():number; isVisible():number; alertViewStyle():any; setAlertViewStyle_(alertViewStyle:any|NativePointer):any; } } }