@class INTimer, NSNumber, NSString; @interface INResetTimerIntent : INIntent @property (readonly, copy, nonatomic) INTimer *targetTimer; @property (readonly, copy, nonatomic) NSNumber *resetMultiple; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)_dictionaryRepresentation; - (id)domain; - (void)setDomain:(id)a0; - (void)_setMetadata:(id)a0; - (id)_metadata; - (void)setTargetTimer:(id)a0; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned long long)a0 containingAppBundleId:(id)a1; - (id)_typedBackingStore; - (id)initWithTargetTimer:(id)a0 resetMultiple:(id)a1; - (id)parametersByName; - (void)setParametersByName:(id)a0; - (void)setResetMultiple:(id)a0; - (void)setVerb:(id)a0; - (id)verb; @end