@class PKContinuousButton, NSString, PKDiscoveryCallToAction, PKDiscoveryMedia, UIImageView, UILabel, PKLinkedApplication; @protocol PKDiscoveryCardViewDelegate; @interface PKDiscoveryCallToActionFooterView : UIView { PKDiscoveryCallToAction *_callToAction; PKDiscoveryMedia *_media; UIImageView *_iconImageView; PKContinuousButton *_button; UILabel *_titleLabel; UILabel *_editorialDescriptionLabel; UILabel *_expandedTitleLabel; UILabel *_expandedEditorialDescriptionLabel; BOOL _hasIcon; BOOL _hasButton; BOOL _useAccessibilityLayout; PKLinkedApplication *_linkedApplication; id /* block */ _callToActionTappedOverride; } @property (nonatomic) BOOL showActivityIndicator; @property (weak, nonatomic) id delegate; @property (nonatomic) long long displayType; @property (copy, nonatomic) NSString *itemIdentifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)_titleLabelFont; - (void)traitCollectionDidChange:(id)a0; - (void).cxx_destruct; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)_buttonPressed:(id)a0; - (struct CGSize { double x0; double x1; })_iconSize; - (id)_titleLabelColor; - (struct CGSize { double x0; double x1; })_buttonSizeForBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (double)_buttonWidthForLabelWidth:(double)a0; - (id)_descriptionLabelColor; - (id)_descriptionLabelWithLocalizedDescription:(id)a0; - (id)_editorialDescriptionLabelFont; - (void)_loadImageData; - (id)_titleLabelWithLocalizedTitle:(id)a0; - (id)initWithCallToAction:(id)a0 displayType:(long long)a1; - (id)initWithCallToAction:(id)a0 displayType:(long long)a1 itemIdentifier:(id)a2; - (void)linkedApplicationDidChangeState:(id)a0; - (void)setCallToActionTappedOverride:(id /* block */)a0; @end