@class NSString; @interface UNTextInputNotificationResponse : UNNotificationResponse @property (readonly, copy, nonatomic) NSString *userText; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)supportsSecureCoding; + (id)responseWithNotification:(id)a0 actionIdentifier:(id)a1 originIdentifier:(id)a2 targetConnectionEndpoint:(id)a3 targetSceneIdentifier:(id)a4 userText:(id)a5; + (id)responseWithNotification:(id)a0 actionIdentifier:(id)a1 originIdentifier:(id)a2 targetConnectionEndpoint:(id)a3 userText:(id)a4; + (id)responseWithNotification:(id)a0 actionIdentifier:(id)a1 userText:(id)a2; - (void)encodeWithXPCDictionary:(id)a0; - (void)encodeWithCoder:(id)a0; - (id)initWithXPCDictionary:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)_initWithNotification:(id)a0 actionIdentifier:(id)a1 originIdentifier:(id)a2 targetConnectionEndpoint:(id)a3 targetSceneIdentifier:(id)a4; - (id)_initWithNotification:(id)a0 actionIdentifier:(id)a1 originIdentifier:(id)a2 targetConnectionEndpoint:(id)a3 targetSceneIdentifier:(id)a4 userText:(id)a5; - (id)initWithNotification:(id)a0 actionIdentifier:(id)a1 userText:(id)a2; @end