10 lines
278 B
Objective-C
10 lines
278 B
Objective-C
@import Cocoa;
|
|
@class BarStatusItem, Preferences;
|
|
|
|
@interface AppHook : NSApplication <NSApplicationDelegate>
|
|
@property (readonly, strong) BarStatusItem *statusItem;
|
|
@property (readonly, strong) NSPersistentContainer *persistentContainer;
|
|
|
|
- (Preferences*)openPreferences;
|
|
@end
|