// // CurveView.h // 2Term // // Created by Kelvin Sherlock on 7/8/2010. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import @interface CurveView : NSView { NSColor *_color; } @property (nonatomic, retain) NSColor *color; @end