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