@class INShortcut, NSString, UIImageView, INVoiceShortcut, CAFilter, UILabel, NSLayoutConstraint; @protocol INUIAddVoiceShortcutButtonDelegate; @interface INUIAddVoiceShortcutButton : UIButton @property (retain, nonatomic) INVoiceShortcut *voiceShortcut; @property (retain, nonatomic) CAFilter *highlightFilter; @property (weak, nonatomic) UIImageView *sphiriImageView; @property (weak, nonatomic) UIImageView *checkmarkImageView; @property (weak, nonatomic) UILabel *addToSiriLabel; @property (weak, nonatomic) UILabel *phraseLabel; @property (retain, nonatomic) NSLayoutConstraint *checkmarkHeightConstraint; @property (retain, nonatomic) NSLayoutConstraint *addToSiriLeadingConstraint; @property (retain, nonatomic) NSLayoutConstraint *addedToSiriLeadingConstraint; @property (readonly, nonatomic) unsigned long long style; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) INShortcut *shortcut; @property (nonatomic) double cornerRadius; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)accessibilityLabel; - (void)_updateColors; - (id)dragInteraction:(id)a0 itemsForBeginningSession:(id)a1; - (void)dealloc; - (void)traitCollectionDidChange:(id)a0; - (id)initWithStyle:(unsigned long long)a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (void)setHighlighted:(BOOL)a0; - (id)_checkmarkImage; - (void)setStyle:(unsigned long long)a0; - (double)_cornerRadius; - (void)_updateContent; - (void).cxx_destruct; - (void)layoutSubviews; - (id)initWithCoder:(id)a0; - (void)_configureWithStyle:(unsigned long long)a0; - (void)prepareForInterfaceBuilder; - (void)_createHighlightFilterIfNecessary; - (void)_didTapButton; - (double)INUIAddVoiceShortcutDefaultHeight; - (double)INUIAddVoiceShortcutDefaultHorizontalPadding; - (double)INUIAddVoiceShortcutDefaultCornerRadius; - (double)INUIAddVoiceShortcutDefaultHorizontalMargin; - (double)INUIAddVoiceShortcutIconWidthHeight; - (id)_addToSiriFont; - (id)_addToSiriText; - (id)_addedToSiriText; - (id)_backgroundColorForStyle:(unsigned long long)a0; - (void)_checkAndUpdateForShortcut; - (id)_darkSphiriImage; - (id)_dynamicBlackColor; - (id)_dynamicDarkSphiriImage; - (id)_dynamicLightSphiriImage; - (id)_dynamicWhiteColor; - (void)_handleVoiceShortcutUpdateNotification:(id)a0; - (id)_lightSphiriImage; - (id)_phraseFont; - (id)_phraseText; - (BOOL)_shouldUseLargerFont; - (id)_sphiriImageForStyle:(unsigned long long)a0; - (id)_strokeColorForStyle:(unsigned long long)a0; - (double)_strokeWidthForStyle:(unsigned long long)a0; - (id)_textColorForStyle:(unsigned long long)a0; - (void)_updatePhraseVisibility; - (double)metricsScale; @end