aboutsummaryrefslogtreecommitdiff
path: root/VKPC/ShadowTextFieldCell.h
blob: 30e145172d6a3f8d974e77ad3e794def7816adbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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