@class NSObject; @protocol OS_xpc_object; @interface AFXPCWrapper : NSObject { NSObject *_xpcObject; } @property (class, readonly) BOOL supportsSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)xpcObject; - (void).cxx_destruct; - (id)initWithXPCObject:(id)a0; - (id)initWithCoder:(id)a0; @end