TwoTerm/Views/CurveView.h
Kelvin Sherlock 08d61ce529 moving things around
git-svn-id: svn://qnap.local/TwoTerm/trunk@1986 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
2011-01-12 03:49:47 +00:00

21 lines
275 B
Objective-C

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