#import "AppDelegate.h" #import @implementation AppDelegate - (void) applicationDidFinishLaunching: (NSNotification *)n { NSLog(@"== gormtool"); } @end