UIStatusBarLayoutManager.h 302 B

1234567891011
  1. @class UIStatusBarForegroundView, UIStatusBarItemView;
  2. @interface UIStatusBarLayoutManager : NSObject
  3. @property (nonatomic, retain) UIStatusBarForegroundView *foregroundView;
  4. @property (nonatomic, retain, readonly) UIStatusBarItemView **_itemViews;
  5. @property BOOL persistentAnimationsEnabled;
  6. @end