mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
12 lines
108 B
Objective-C
12 lines
108 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "col.h"
|
|
|
|
|
|
@implementation SaneView
|
|
- (BOOL)isFlipped
|
|
{
|
|
return YES;
|
|
}
|
|
@end
|