luxlabs header browser preview


@class CCUIStatusUpdateQueue, NSArray, NSTimer;
@protocol CCUIStatusLabelViewControllerDelegate;

@interface CCUIStatusLabelViewController : UIViewController {
    CCUIStatusUpdateQueue *_updateQueue;
    NSArray *_statusLabels;
    unsigned long long _currentStatusLabelIndex;
    unsigned long long _presentationState;
    NSTimer *_presentationTimer;
}

@property (weak, nonatomic) id<CCUIStatusLabelViewControllerDelegate> delegate;
@property (nonatomic) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } edgeInsets;
@property (nonatomic) unsigned long long verticalAlignment;

- (void)setVerticalAlignment:(unsigned long long)a0;
- (void)viewWillLayoutSubviews;
- (unsigned long long)verticalAlignment;
- (void)setEdgeInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0;
- (void)viewDidLoad;
- (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })edgeInsets;
- (unsigned long long)_advancePresentationStateFromPresenting;
- (unsigned long long)_advancePresentationStateFromFadeOut;
- (void)_fadeInStatusLabel:(id)a0;
- (void)_fadeOutStatusLabel:(id)a0;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void)viewWillDisappear:(BOOL)a0;
- (BOOL)_canShowWhileLocked;
- (void).cxx_destruct;
- (void)enqueueStatusUpdate:(id)a0 forIdentifier:(id)a1;
- (void)_advancePresentationState;
- (unsigned long long)_advancePresentationStateFromFadeIn;
- (void)viewDidDisappear:(BOOL)a0;
- (void)_notifyDelegateDidFinishStatusUpdates;
- (void)_notifyDelegateWillBeginStatusUpdates;
- (void)_resetPresentationStateAnimated:(BOOL)a0;
- (unsigned long long)_advancePresentationStateFromReady;

@end