luxlabs header browser preview


@class DESInternalDodMLTask, MLRTaskParameters, MLRTaskAttachments;

@interface MLRTask : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) DESInternalDodMLTask *DESTask;
@property (readonly, nonatomic) id internalTask;
@property (readonly, nonatomic) MLRTaskParameters *parameters;
@property (readonly, copy, nonatomic) MLRTaskAttachments *attachments;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithParametersDict:(id)a0;
- (id)initWithParameters:(id)a0 attachments:(id)a1;
- (id)initWithDodMLTask:(id)a0;
- (id)initWithParameters:(id)a0 attachments:(id)a1 internalTask:(id)a2;

@end