@class NSString, NSDictionary, _UIStatusBarData, UIStatusBarStyleRequest; @interface CCUIStatusBarStyleSnapshot : NSObject @property (readonly, nonatomic, getter=isHidden) BOOL hidden; @property (readonly, copy, nonatomic) NSString *hiddenPartIdentifier; @property (readonly, copy, nonatomic) UIStatusBarStyleRequest *leadingStyleRequest; @property (readonly, copy, nonatomic) UIStatusBarStyleRequest *trailingStyleRequest; @property (readonly, copy, nonatomic) _UIStatusBarData *overlayData; @property (readonly, copy, nonatomic) NSDictionary *actionsByPartIdentifier; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } avoidanceFrame; @property (readonly, nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } statusBarInsets; - (id)initWithHidden:(BOOL)a0 hiddenPartIdentifier:(id)a1 leadingStyleRequest:(id)a2 trailingStyleRequest:(id)a3 overlayData:(id)a4 actionsByPartIdentifier:(id)a5 statusBarInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a6 avoidanceFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a7; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { } *)a0; @end