@interface PDOrientationOptions : PDTransitionOptions { int mOrientation; } - (void)setOrientation:(int)a0; - (int)orientation; @end