// // AppDelegate.h // DisplayBacklight // // Created by Thomas Buck on 21.12.15. // Copyright © 2015 xythobuz. All rights reserved. // #import @class Serial; @interface AppDelegate : NSObject @property (weak) IBOutlet NSApplication *application; - (void)stopAmbilight; - (void)newDisplayList:(NSArray *)displayIDs; @end