apps-gorm/Tools/gormtool/AppDelegate.m
Gregory John Casamento 37bac6a8e9 Update tool and linking
2023-06-05 04:36:11 -04:00

11 lines
187 B
Objective-C

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