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