Cog/InfoView.h
2005-06-07 21:06:04 +00:00

8 lines
79 B
Objective-C

/* InfoView */
#import <Cocoa/Cocoa.h>
@interface InfoView : NSView
{
}
@end