Files
MASShortcut/Demo/AppDelegate.h
T

6 lines
122 B
Objective-C

@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (nonatomic, assign) IBOutlet NSWindow *window;
@end