luxlabs header browser preview


@class NSObject;
@protocol OS_xpc_object;

@interface AFXPCWrapper : NSObject <NSSecureCoding> {
    NSObject<OS_xpc_object> *_xpcObject;
}

@property (class, readonly) BOOL supportsSecureCoding;

- (void)encodeWithCoder:(id)a0;
- (id)xpcObject;
- (void).cxx_destruct;
- (id)initWithXPCObject:(id)a0;
- (id)initWithCoder:(id)a0;

@end