cog/Custom/RoundBackgroundField.h

17 lines
232 B
Objective-C

//
// RoundBackgroundField.h
// Cog
//
// Created by Zaphod Beeblebrox on 4/28/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface RoundBackgroundField : NSTextField {
}
@end