@class NSLayoutConstraint, NSArray, NSString, SiriSharedUIContentPlatterView, UIView, SiriSharedUIRectSet; @protocol SiriSharedUICompactResultViewHosting, SiriSharedUICompactViewDelegate, SiriSharedUIViewStackContainerHosting, SiriSharedUICompactConversationViewHosting; @interface SiriSharedUICompactView : SiriSharedUIStandardView { id _conversationView; id _resultView; UIView *_appIconView; UIView *_textRequestView; NSLayoutConstraint *_textRequestViewBottomConstraint; NSLayoutConstraint *_conversationExpansionConstraint; UIView *_fullScreenEffectContainerView; BOOL _reducedOrbOpacity; } @property (copy, nonatomic, getter=_transitionalContentViewFrames, setter=_setTransitionalContentViewFrames:) SiriSharedUIRectSet *transitionalContentViewFrames; @property (readonly, nonatomic) id viewStackContainer; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) SiriSharedUIContentPlatterView *snippetView; @property (copy, nonatomic) NSArray *serverUtterances; @property (copy, nonatomic) NSArray *conversationSnippetViews; @property (copy, nonatomic) NSArray *additionalContentSnippetViews; @property (readonly, nonatomic) id conversationView; @property (readonly, nonatomic) NSArray *additionalContentViews; @property (readonly, nonatomic) id resultView; @property (nonatomic) BOOL hidesTextRequestView; @property (nonatomic) double bottomContentInset; @property (nonatomic) BOOL isInAmbient; @property (nonatomic) BOOL isInAmbientInteractivity; @property (readonly, nonatomic) double effectiveBottomContentInset; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)scrollViewDidEndDecelerating:(id)a0; - (void)scrollViewDidEndDragging:(id)a0 willDecelerate:(BOOL)a1; - (void).cxx_destruct; - (BOOL)alwaysShowRecognizedSpeech; - (void)layoutSubviews; - (void)didMoveToWindow; - (void)scrollViewWillBeginDragging:(id)a0; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (id)_analytics; - (void)setResultView:(id)a0; - (void)contentDidUpdate:(BOOL)a0; - (long long)_conversationViewAttachmentType; - (void)setSpeechRecognitionHypothesis:(id)a0; - (void)_addContentViewsToViewStackContainer; - (long long)_animatedPresentationType; - (void)_clearAppIconView; - (void)_clearTransitionalContentViewFrameSnapshots; - (void)_configureResultViewCustomConstraints; - (id)_instrumentationManager; - (void)_removeContentViewsFromViewStackContainer; - (long long)_resultViewAttachmentType; - (void)_snapshotContentViewFramesForTransition; - (void)_textRequestViewVisibilityDidChange; - (void)_updateBottomPadding; - (void)_updateBottomPaddingAnimatedWithContext:(id)a0; - (void)_updateBottomPaddingAnimatedWithContext:(id)a0 alongsideAnimations:(id /* block */)a1; - (void)_updateExpansionConstraints:(BOOL)a0; - (void)configureAmbientAppIconForBundleIdentifier:(id)a0; - (void)contentDidUpdateForAdditionalContentView:(BOOL)a0; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })contentInsetsForResultView:(id)a0; - (void)conversationView:(id)a0 didUpdateHeightDuringExpansionTransition:(double)a1 didCompleteGesture:(BOOL)a2; - (void)conversationView:(id)a0 viewDidAppearForAceObject:(id)a1; - (void)conversationView:(id)a0 viewDidDisappearForAceObject:(id)a1; - (void)conversationViewContentScrolled:(id)a0 toContentOffset:(struct CGPoint { double x0; double x1; })a1; - (struct CGSize { double x0; double x1; })conversationViewContentSize; - (void)conversationViewDidBeginExpandTransition:(id)a0; - (void)conversationViewDidResetExpandedState:(id)a0; - (void)conversationViewDidTransitionToCollapsedState:(id)a0; - (void)conversationViewDidTransitionToExpandedState:(id)a0; - (void)conversationViewDidUpdatePresentedContentHeight:(id)a0; - (BOOL)conversationViewShouldAlwaysShowSpeechFeedback:(id)a0; - (double)expectedExpandedHeightForConversationView:(id)a0; - (BOOL)hasContentAtPoint:(struct CGPoint { double x0; double x1; })a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 backgroundBlurView:(id)a1 navigationView:(id)a2 resultView:(id)a3 conversationView:(id)a4 additionalContentViews:(id)a5 textRequestView:(id)a6 viewStackContainer:(id)a7; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 backgroundBlurView:(id)a1 navigationView:(id)a2 resultView:(id)a3 conversationView:(id)a4 textRequestView:(id)a5 viewStackContainer:(id)a6; - (double)maximumHeightForConversationView:(id)a0; - (double)maximumHeightForResultView:(id)a0; - (id)parserSpeakableObjectProviderForConversationView:(id)a0; - (void)prepareForUpdatesWithDiff:(unsigned long long)a0 updateBlock:(id /* block */)a1; - (void)resultViewContentDidLoad:(id)a0; - (void)resultViewContentDidScroll:(id)a0; - (void)resultViewContentScrolled:(id)a0 toContentOffset:(struct CGPoint { double x0; double x1; })a1; - (void)resultViewContentScrolling:(id)a0 didBegin:(BOOL)a1; - (struct CGSize { double x0; double x1; })resultViewContentSize; - (void)resultViewDarkenedContentWasTapped:(id)a0; - (void)setBottomContentInset:(double)a0 animatedWithContext:(id)a1; - (void)setConversationView:(id)a0; - (void)setConversationViewHidden:(BOOL)a0; - (void)setResultViewAlpha:(double)a0; - (void)setShowSnippetView:(BOOL)a0 animated:(BOOL)a1; - (void)setSnippetView:(id)a0 completion:(id /* block */)a1; - (void)showFullScreenEffect:(id)a0; - (void)snippetLayoutDidUpdateForView:(id)a0; - (void)tapToEditRequestedFromView:(id)a0; @end