Files
baRSS/baRSS/AppHook.h
2022-10-01 15:39:20 +02:00

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