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