declare namespace ObjC{ namespace classes{ export class UIStoryboardSegue extends NSObject{ static segueWithIdentifier_source_destination_performHandler_(identifier:NSString|NativePointer,source:UIViewController|NativePointer,destination:UIViewController|NativePointer,performHandler:NativePointer|NativePointer):UIStoryboardSegue; initWithIdentifier_source_destination_(identifier:NSString|NativePointer,source:UIViewController|NativePointer,destination:UIViewController|NativePointer):UIStoryboardSegue; init():UIStoryboardSegue; perform():any; identifier():NSString; sourceViewController():UIViewController; destinationViewController():UIViewController; } export class UIStoryboardUnwindSegueSource extends NSObject{ init():UIStoryboardUnwindSegueSource; sourceViewController():UIViewController; unwindAction():NativePointer; sender():NSObject; } } }