declare namespace ObjC{ namespace classes{ export class UIEvent extends NSObject{ allTouches():NativePointer; touchesForWindow_(window:UIWindow|NativePointer):NativePointer; touchesForView_(view:UIView|NativePointer):NativePointer; touchesForGestureRecognizer_(gesture:UIGestureRecognizer|NativePointer):NativePointer; coalescedTouchesForTouch_(touch:UITouch|NativePointer):NativePointer; predictedTouchesForTouch_(touch:UITouch|NativePointer):NativePointer; type():any; subtype():any; timestamp():number; } } }