aboutsummaryrefslogtreecommitdiffstats
path: root/Invert.h
blob: c84685ededc9cd2509e1a0f805077bfb88295305 (plain)
1
2
3
4
5
6
7
#import <Cocoa/Cocoa.h>

@interface Invert : NSObject

- (void)toggleInvertColors:(NSEvent *)event;

@end