@class UIView, NSArray, UIImage, CLKDevice, NSMutableDictionary, NSMutableArray, NTKVictoryLogoButton, CAMediaTimingFunction; @protocol NTKVictoryAnalogBackgroundColorPalette, NTKVictoryAnalogBackgroundViewDelegate; @interface NTKVictoryAnalogBackgroundView : UIView { CLKDevice *_device; UIImage *_dotImage; UIView *_contentView; NSMutableArray *_ringLayers; BOOL _ringLayerIsDigit[12]; NSArray *_largeHourMarkerLabels; NSArray *_mediumNumberLayers; NSMutableDictionary *_smallHourMarkerLabelsByIndex; NSArray *_activeDigitIndices; BOOL _canonicalDigitStatesByStyle[3][12]; CAMediaTimingFunction *_transitionTimingFunction; NTKVictoryLogoButton *_logoButton; NTKVictoryLogoButton *_smallLogoButton; struct CGPoint { double x; double y; } _logoPositionRing; struct CGPoint { double x; double y; } _logoPositionNoDigits; struct CGPoint { double x; double y; } _logoPositionBig; struct CGPoint { double x; double y; } _logoPositionSmallFont; struct CGPoint { double x; double y; } _logoPositionCircularDial; double _dialShapeFraction; } @property (retain, nonatomic) id palette; @property (nonatomic) unsigned long long style; @property (nonatomic) unsigned long long dialShape; @property (retain, nonatomic) UIImage *logoImage; @property (weak, nonatomic) id delegate; + (id)_disabledLayerActions; - (void).cxx_destruct; - (void)layoutSubviews; - (id)_dotImage; - (unsigned long long)_digitForIndex:(unsigned long long)a0; - (id)_activeRingLayers; - (id)_activeRingObjects; - (void)_applyPalette:(id)a0 forStyle:(unsigned long long)a1; - (id)_circularDialLogoImage; - (void)_clearTransitionStateForStyle:(unsigned long long)a0 palette:(id)a1; - (id)_createAndAddLayersWithCount:(unsigned long long)a0; - (id)_createHourMarkerLabelsWithFontSize:(double)a0; - (void)_createLargeHourMarkerLabelsAndAttachToViewIfNeeded; - (void)_createMediumNumberLayersIfNeededAndAttachToViewIfNeeded; - (void)_createRingLayersIfNeeded; - (id)_createSmallHourMarkerLabelForIndex:(id)a0; - (double)_elementScaleForTransitionProgress:(double)a0 initialScale:(double)a1 middleScale:(double)a2 finalScale:(double)a3; - (struct CGColor { } *)_layerTransitionColorFromColor:(id)a0 toColor:(id)a1 amount:(double)a2; - (void)_logoTapped:(id)a0; - (struct CGPoint { double x0; double x1; })_ringDigitOffsetAtIndex:(unsigned long long)a0; - (void)_setRingLayerAtIndex:(unsigned long long)a0 isDigit:(BOOL)a1; - (double)_transitionProgressForDigitAtIndex:(unsigned long long)a0 overallProgress:(double)a1 delayPerDigit:(double)a2 digitTransitionLength:(double)a3; - (void)addLogoButtonIfNeeded; - (void)addSmallLogoButtonIfNeeded; - (void)applyTransitionFraction:(double)a0 fromDialShape:(unsigned long long)a1 toDialShape:(unsigned long long)a2; - (void)applyTransitionFraction:(double)a0 fromOlympusStyle:(unsigned long long)a1 toOlympusStyle:(unsigned long long)a2; - (void)applyTransitionFraction:(double)a0 fromPalette:(id)a1 toPalette:(id)a2 style:(unsigned long long)a3; - (void)applyTransitionFraction:(double)a0 fromPalette:(id)a1 toPalette:(id)a2 style:(unsigned long long)a3 animateElements:(BOOL)a4; - (struct CGPoint { double x0; double x1; })centerPointForSmallHourMarkerAtIndex:(unsigned long long)a0; - (id)digitForLargeNumberAtIndex:(long long)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forDevice:(id)a1; - (BOOL)isCircularDial; - (void)layoutNumbers; - (struct CGPoint { double x0; double x1; })logoPositionForStyle:(unsigned long long)a0; - (struct CGSize { double x0; double x1; })logoSizeForStyle:(unsigned long long)a0; - (void)setInTimeTravel:(BOOL)a0 animated:(BOOL)a1; - (void)willBeginEditing; @end