mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
UIApplicationMain now naturally gets imported with the correct argv type. Swift SVN r19481
9 lines
209 B
Objective-C
9 lines
209 B
Objective-C
@import Foundation;
|
|
|
|
@protocol UIApplicationDelegate
|
|
@end
|
|
|
|
int UIApplicationMain(int argc, char **argv,
|
|
NSString *principalClassName,
|
|
NSString *delegateClassName);
|