Files
swift-mirror/test/SILGen/Inputs/usr/include/UIKit.h
Joe Groff 1a332dbc80 Remove the UIKit overlay for UIApplicationMain.
UIApplicationMain now naturally gets imported with the correct argv type.

Swift SVN r19481
2014-07-02 20:53:10 +00:00

9 lines
209 B
Objective-C

@import Foundation;
@protocol UIApplicationDelegate
@end
int UIApplicationMain(int argc, char **argv,
NSString *principalClassName,
NSString *delegateClassName);