diff options
author | ch1p <me@ch1p.com> | 2015-08-14 01:04:22 +0300 |
---|---|---|
committer | ch1p <me@ch1p.com> | 2015-08-14 01:04:22 +0300 |
commit | 8c1a7423a0e526f2896d17be768abeccbeb77ad7 (patch) | |
tree | 67ad777e65ff6b0cca64a27ab5bb8455b575ffae /VKPC/VibrantTextField.h |
initial
Diffstat (limited to 'VKPC/VibrantTextField.h')
-rw-r--r-- | VKPC/VibrantTextField.h | 13 |
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 |