#import "Invert.h" @implementation Invert - (void)toggleInvertColors:(NSEvent *)event { NSLog(@"Toggling"); } @end