@interface _UIStatusBarFadeAnimationParameters : NSObject @property (nonatomic) unsigned long long options; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } frame; @property (nonatomic) BOOL itemAppearing; @end