#import #import @interface Invert : NSObject { BOOL _inverted; } - (void)toggleInvertColors:(NSEvent *)event; @end