| // | |
| // main.m | |
| // CaptureASL | |
| // | |
| // Created by Ernesto Rivera on 2014/03/20. | |
| // | |
| // | |
| #import <UIKit/UIKit.h> | |
| #import "AppDelegate.h" | |
| int main(int argc, char * argv[]) | |
| { | |
| @autoreleasepool { | |
| return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); | |
| } | |
| } |