diff options
Diffstat (limited to 'Invert.h')
| -rw-r--r-- | Invert.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Invert.h b/Invert.h new file mode 100644 index 0000000..c84685e --- /dev/null +++ b/Invert.h @@ -0,0 +1,7 @@ +#import <Cocoa/Cocoa.h> + +@interface Invert : NSObject + +- (void)toggleInvertColors:(NSEvent *)event; + +@end |
