TwoTerm/Views/ColorView.h
Kelvin Sherlock eede1abbca update titlebar
git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2341 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
2011-12-23 20:35:00 +00:00

19 lines
278 B
Objective-C

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