// // AppDelegate.h // OtaClock // // Created by Thomas Buck on 16.08.15. // Copyright (c) 2015 xythobuz. All rights reserved. // #import @interface AppDelegate : NSObject @property (strong) NSStatusItem *statusItem; @property (weak) IBOutlet NSMenu *mainMenu; @end