apps-gorm/Tools/gormtool/AppDelegate.h

6 lines
129 B
C
Raw Normal View History

#import <Foundation/NSObject.h>
2023-06-05 08:36:11 +00:00
#import <AppKit/NSApplication.h>
2023-06-05 08:36:11 +00:00
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end