| // | |
| // main.m | |
| // iWebDriver | |
| // | |
| // Created by Luke Inman-Semerau | |
| // This file is unedited project template code. | |
| // | |
| #import <UIKit/UIKit.h> | |
| #import "AppDelegate.h" | |
| int main(int argc, char *argv[]) | |
| { | |
| @autoreleasepool { | |
| return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); | |
| } | |
| } |