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