@protocol NSSecureCoding; @interface SGXPCResponse2 : SGXPCResponse1 @property (readonly, nonatomic) id response2; + (BOOL)supportsSecureCoding; + (id)responseWithError:(id)a0; + (id)responseWith:(id)a0 also:(id)a1; - (void)encodeWithCoder:(id)a0; - (id)response1; - (void).cxx_destruct; - (void)setResponse2:(id)a0; - (id)initWithCoder:(id)a0; @end