UIStatusBarForegroundView.h 481 B

1234567891011
  1. @class UIStatusBarForegroundStyleAttributes;
  2. @interface UIStatusBarForegroundView : UIView
  3. - (instancetype)initWithFrame:(CGRect)frame foregroundStyle:(UIStatusBarForegroundStyleAttributes *)foregroundStyle usesVerticalLayout:(BOOL)usesVerticalLayout; // 7.1 –
  4. - (instancetype)initWithFrame:(CGRect)frame foregroundStyle:(UIStatusBarForegroundStyleAttributes *)foregroundStyle; // 7.0
  5. @property (nonatomic, retain) UIStatusBarForegroundStyleAttributes *foregroundStyle;
  6. @end