#import "TileView.h" int main(int argc, char **argv) { [[NSAutoreleasePool alloc] init]; return UIApplicationMain(argc, argv, [TileView class]); }