aboutsummaryrefslogtreecommitdiff
path: root/VKPC/NonVibrantButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/NonVibrantButton.h')
-rw-r--r--VKPC/NonVibrantButton.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/VKPC/NonVibrantButton.h b/VKPC/NonVibrantButton.h
new file mode 100644
index 0000000..0864678
--- /dev/null
+++ b/VKPC/NonVibrantButton.h
@@ -0,0 +1,13 @@
+//
+// NonVibrantButton.h
+// VKPC
+//
+// Created by Eugene on 11/18/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface NonVibrantButton : NSButton
+
+@end