@class UIView, NSString, UITapGestureRecognizer, _FCUIActivityPickerOnboardingDismissControl, NSStringDrawingContext, UIAction, MTMaterialView, UILabel; @interface FCUIActivityPickerEducationCardView : UIView { MTMaterialView *_backgroundMaterialView; UILabel *_headlineLabel; UILabel *_bodyLabel; UITapGestureRecognizer *_defaultTapGesture; _FCUIActivityPickerOnboardingDismissControl *_dismissControl; NSStringDrawingContext *_drawingContext; BOOL _textAttributesValid; } @property (readonly, nonatomic) UIView *prominentView; @property (readonly, copy, nonatomic) NSString *headlineText; @property (readonly, copy, nonatomic) NSString *bodyText; @property (copy, nonatomic) UIAction *defaultAction; @property (readonly, copy, nonatomic) UIAction *dismissAction; @property (copy, nonatomic) NSString *preferredContentSizeCategory; @property (nonatomic) BOOL adjustsFontForContentSizeCategory; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)defaultEducationCardViewFallbackBaubleDescriptions; + (id)_defaultPromimentViewWithBaubleDescriptions:(id)a0; + (id)defaultEducationCardViewWithProminentViewBaubleDescriptions:(id)a0 dismissAction:(id)a1; + (id)_preferredFont:(BOOL)a0 textStyle:(id)a1 weight:(double)a2 additionalTraits:(unsigned int)a3; + (id)defaultEducationCardViewActivityIdentifiers; - (BOOL)adjustForContentSizeCategoryChange; - (void)_configureBodyLabelIfNecessary; - (BOOL)_needsTextAttributesUpdate; - (void)_updateTextAttributes; - (void)_configureDismissControlIfNecessaryWithAction:(id)a0; - (void)_layoutSubviewInBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 measuringOnly:(out struct CGSize { double x0; double x1; } *)a1; - (void)_updateTextAttributesIfNecessary; - (void)_handleDefaultTap:(id)a0; - (void)_setNeedsTextAttributesUpdate; - (void).cxx_destruct; - (void)_updateTextAttributesForBodyLabel; - (id)initWithProminentView:(id)a0 headlineText:(id)a1 bodyText:(id)a2 dismissAction:(id)a3; - (void)layoutSubviews; - (void)_configureHeadlineLabelIfNecessary; - (void)_configureBackgroundMaterialViewIfNecessary; - (void)_updateTextAttributesForHeadlineLabel; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end