NOTE => NOTES
[AROS.git] / arch / all-ios / hidd / uikit / displaycontroller.h
blobc4cbefa73525a730c7e88f06894467f1ef4812bf
1 #import <UIKit/UIKit.h>
3 @interface DisplayController : UIViewController
5 unsigned char FixedOrientation;
8 @property(nonatomic) unsigned char FixedOrientation;
10 -(id)initWithSize:(CGRect)screenSize;
12 @end