#import <UIKit/UIKit.h>
#import "AppDelegate.h"
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 8 of file main.m.
8 {
9 @autoreleasepool {
10 return UIApplicationMain(argc,
argv, nil, NSStringFromClass([
AppDelegate class]));
11 }
12}