mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:52:55 +02:00
7 lines
134 B
Objective-C
7 lines
134 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ProcessScreen : NSViewController {
|
|
}
|
|
|
|
@property (nonatomic, assign) NSInteger imageRotation;
|
|
@end
|