// // TKCLRResource.h // ThemeKit // // Created by Colin Cornaby on Sun Dec 21 2003. // Copyright (c) 2003 Carpe Stellarem. All rights reserved. // #import #import "TKResource.h" @interface TKCLRResource : TKResource { NSColor *color; } -(void)setColor:(NSColor *)theColor; -(NSColor *)color; -(id)initWithFile:(NSString *)theFile; @end