@class SiriUISnippetViewController, NSString, UIView, SiriUISashView, UIButton; @protocol SiriUICardSnippetViewDataSource, SiriUICardSnippetViewDelegate; @interface SiriUICardSnippetView : UIView { UIView *_cardView; SiriUISashView *_sashView; } @property (nonatomic, getter=isNavigating) BOOL navigating; @property (nonatomic) BOOL isInAmbient; @property (nonatomic) BOOL isInAmbientInteractivity; @property (nonatomic) BOOL shouldClipTopOfCard; @property (readonly, nonatomic) UIButton *backNavigationButton; @property (readonly, nonatomic) BOOL shouldAutomaticallyScaleContentInAmbient; @property (weak, nonatomic) SiriUISnippetViewController *backingViewController; @property (weak, nonatomic) id dataSource; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (BOOL)isLoading; - (void)reloadData; - (id)accessibilityIdentifier; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)setCardView:(id)a0; - (BOOL)isHint; - (void)_sashViewRecognizedTapGestureWithGestureRecognizer:(id)a0; @end