// // AppDelegate.h // CaseLights // // Created by Thomas Buck on 21.12.15. // Copyright © 2015 xythobuz. All rights reserved. // #import @interface AppDelegate : NSObject @property (weak) IBOutlet NSMenu *statusMenu; @property (strong) NSStatusItem *statusItem; @property (strong) NSImage *statusImage; @end