13 #import <UIKit/UIKit.h>
14 #import <Foundation/Foundation.h>
17 RPOrientationPropertiesForceOrientationPortrait,
18 RPOrientationPropertiesForceOrientationLandscape,
19 RPOrientationPropertiesForceOrientationNone
21 typedef NSUInteger RPOrientationPropertiesForceOrientation;
25 @property (nonatomic) RPOrientationPropertiesForceOrientation forceOrientation;
26 @property (nonatomic) BOOL allowOrientationChange;
28 - (id)initWithDictionary:(NSDictionary *)properties;
29 - (UIInterfaceOrientation)forcedOrientation;