1 2 3 4 5 6 7 8 9 10
#import <Cocoa/Cocoa.h> #import <CoreGraphics/CoreGraphics.h> @interface Invert : NSObject { BOOL _inverted; } - (void)toggleInvertColors:(NSEvent *)event; @end