cog/Custom/InfoView.h

9 lines
79 B
C
Raw Normal View History

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