@class TLKStackView, UIView, SearchUIAccessoryViewController, SearchUIButtonItemProvider, NSString, TLKDetailsView, SearchUIDetailedRowModel, NSMutableArray, SearchUILeadingViewController; @protocol SearchUIDetailedViewDelegate, SearchUIFeedbackDelegate; @interface SearchUIDetailedView : NUIContainerStackView <NUIContainerViewDelegate, SearchUIAccessoryViewDelegate, TLKDetailsViewDelegate> @property (retain, nonatomic) SearchUIDetailedRowModel *rowModel; @property (retain, nonatomic) TLKStackView *innerContainer; @property (retain, nonatomic) TLKStackView *buttonItemStackView; @property (retain, nonatomic) TLKStackView *buttonAndDetailViewStackView; @property (retain, nonatomic) SearchUIButtonItemProvider *buttonItemProvider; @property (retain, nonatomic) NSMutableArray *leadingViewControllers; @property (retain, nonatomic) SearchUILeadingViewController *currentLeadingViewController; @property (retain, nonatomic) TLKDetailsView *detailsView; @property (retain, nonatomic) NSMutableArray *accessoryViewControllers; @property (retain, nonatomic) SearchUIAccessoryViewController *currentAccessoryViewController; @property (nonatomic) BOOL isVerticalAlignment; @property (weak, nonatomic) id<SearchUIFeedbackDelegate> feedbackDelegate; @property (weak, nonatomic) id<SearchUIDetailedViewDelegate> buttonDelegate; @property (readonly, nonatomic) UIView *leadingView; @property (readonly, nonatomic) UIView *leadingTextView; @property BOOL isCompactWidth; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (void)addViewIfNecessary:(id)a0 toStackView:(id)a1 removeFromStackViews:(id)a2; + (id)bannerBadgeForRowModel:(id)a0; - (void)tlk_updateForAppearance:(id)a0; - (void)updateWithRowModel:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })containerView:(id)a0 layoutFrameForArrangedSubview:(id)a1 withProposedFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; - (void)traitCollectionDidChange:(id)a0; - (void).cxx_destruct; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)updateLayoutMargins; - (void)layoutSubviews; - (void)didMoveToWindow; - (void)containerView:(id)a0 willMeasureArrangedSubviewsFittingSize:(struct CGSize { double x0; double x1; })a1 forReason:(long long)a2; - (BOOL)configureMenuForFootnoteButton:(id)a0; - (void)footnoteButtonPressed; - (BOOL)arrangedViewMustCenter:(id)a0; - (id)initWithFeedbackDelegate:(id)a0; - (double)trailingMarginForAccessoryViewController:(id)a0; @end