luxlabs header browser preview


@class NSObject;
@protocol OS_xpc_object;

@interface PLDaemonJobReply : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) NSObject<OS_xpc_object> *xpcReply;

- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)initWithReply:(id)a0;

@end