cog/Custom/InfoView.h

9 lines
79 B
Objective-C

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