cog/Custom/InfoView.m

22 lines
276 B
Objective-C

#import "InfoView.h"
@implementation InfoView
/*
- (id)initWithFrame:(NSRect)frameRect
{
if ((self = [super initWithFrame:frameRect]) != nil) {
// Add initialization code here
}
return self;
}
- (void)drawRect:(NSRect)rect
{
}
*/
- (BOOL)isFlipped
{
return NO;
}
@end