apps-gorm/Tools/gormtool/AppDelegate.m

12 lines
187 B
Mathematica
Raw Normal View History

#import "AppDelegate.h"
2023-06-05 08:36:11 +00:00
#import <Foundation/NSNotification.h>
@implementation AppDelegate
2023-06-05 08:36:11 +00:00
- (void) applicationDidFinishLaunching: (NSNotification *)n
{
NSLog(@"== gormtool");
}
@end