aboutsummaryrefslogtreecommitdiffstats
path: root/Invert.h
diff options
context:
space:
mode:
Diffstat (limited to 'Invert.h')
-rw-r--r--Invert.h7
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