1 2 3 4 5 6 7
#import <Cocoa/Cocoa.h> @interface Invert : NSObject - (void)toggleInvertColors:(NSEvent *)event; @end