mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
5 lines
129 B
Objective-C
5 lines
129 B
Objective-C
#import <Foundation/NSObject.h>
|
|
#import <AppKit/NSApplication.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
@end
|