SameBoy/Cocoa/GBTintedImageCell.h

6 lines
98 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface GBTintedImageCell : NSImageCell
@property NSColor *tint;
@end