mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 17:23:29 +02:00
6 lines
69 B
Objective-C
6 lines
69 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ImageView : NSImageView
|
|
{
|
|
}
|
|
@end
|