overte/launchers/darwin/src/ProcessScreen.h
2019-06-05 11:18:16 -07:00

7 lines
134 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface ProcessScreen : NSViewController {
}
@property (nonatomic, assign) NSInteger imageRotation;
@end