#import <UIKit/UIKit.h> int main (int argc, char const *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, nil); } }