1 2 3 4 5
#import <UIKit/UIKit.h> int main(int argc, char **argv) { return UIApplicationMain(argc, argv, nil, @"PLYAppDelegate"); }