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