luxlabs header browser preview


@class UILabel, CAMAnimationDelegate, UIView;

@interface CAMTimerIndicatorView : UIView

@property (readonly, nonatomic) UIView *_dimmingView;
@property (readonly, nonatomic) UILabel *_countdownLabel;
@property (readonly, nonatomic) long long _startingTicks;
@property (readonly, nonatomic) long long _remainingTicks;
@property (nonatomic, setter=_setLabelOrientation:) long long _labelOrientation;
@property (readonly, nonatomic) CAMAnimationDelegate *_animationDelegate;
@property (nonatomic, getter=_isPerformingStyleAnimation, setter=_setPerformingStyleAnimation:) BOOL _performingStyleAnimation;
@property (nonatomic, setter=_setDeferredOrientation:) long long _deferredLabelOrientation;
@property (nonatomic) long long style;

- (void)setStyle:(long long)a0 animated:(BOOL)a1;
- (void)setOrientation:(long long)a0 animated:(BOOL)a1;
- (void)_addDimmingAnimationForTick:(long long)a0;
- (void)_updateFromChangeToStyle:(long long)a0 animated:(BOOL)a1;
- (void)startCountdownWithAnimationDelegate:(id)a0;
- (id)_dimmingAnimationForTick:(long long)a0;
- (void)_layoutCountdownLabelForLargeStyle;
- (id)_fontForStyle:(long long)a0;
- (void)_layoutCountdownLabelForSmallStyle;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)_transitionDimmingViewFromStyle:(long long)a0;
- (id)font;
- (void)_updateCountdownLabelWithTicksRemaining;
- (void)_commonCAMTimerIndicatorViewInitialization;
- (void)resetWithNumberOfTicks:(long long)a0;
- (void)_addDecrementAnimationForTick:(long long)a0;
- (void)decrement;
- (void).cxx_destruct;
- (void)_handleOrientationChange:(long long)a0;
- (void)layoutSubviews;
- (id)_finalDimmingAnimation;
- (void)setFont:(id)a0;
- (id)initWithCoder:(id)a0;
- (void)stopCountdown;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_landscapeSwapBoundsCoordinates:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)_layoutCountdownLabelForStyle:(long long)a0;
- (id)_decrementAnimationForTick:(long long)a0;

@end