@class NSString; @interface SLShareableContentActionResponse : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)supportsBSXPCSecureCoding; + (id)response; - (id)init; - (void)encodeWithCoder:(id)a0; - (id)initWithBSXPCCoder:(id)a0; - (void)encodeWithBSXPCCoder:(id)a0; - (id)initWithCoder:(id)a0; @end