2005-06-29 15:53:00 +00:00
|
|
|
/* ClickField */
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
2006-04-28 23:19:14 +00:00
|
|
|
#import "RoundBackgroundField.h"
|
|
|
|
@interface ClickField : RoundBackgroundField
|
2005-06-29 15:53:00 +00:00
|
|
|
{
|
2006-04-28 23:19:14 +00:00
|
|
|
|
2005-06-29 15:53:00 +00:00
|
|
|
}
|
|
|
|
@end
|