@class NSString, SiriUIAceObjectViewController, UIView; @interface SiriUIAceObjectControllerCell : SiriUIClearBackgroundCell <CAAnimationDelegate> { UIView *_animationView; double _topPadding; } @property (retain, nonatomic) SiriUIAceObjectViewController *aceViewController; @property (nonatomic) long long insertionAnimationType; @property (nonatomic) long long replacementAnimationType; @property (retain, nonatomic) UIView *replacedView; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)reuseIdentifier; - (void)animationDidStop:(id)a0 finished:(BOOL)a1; - (void)prepareForReuse; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)layoutSubviews; - (void)beginAnimation; - (void)setTopPadding:(double)a0; - (void)_animateInsertionFadeIn; - (void)_animateInsertionFlyIn; - (void)_animateReplacementCrossFade; - (id)_flyInAnimationForAceViewController:(id)a0; - (void)_parentPreviousViewInCell; - (void)_parentViewInCell; - (void)configureSubviewsForAnimationType; @end