luxlabs header browser preview


@interface PFLTaskStateFinished : NSObject <PFLTaskState>

@property (class, readonly) BOOL supportsSecureCoding;

- (id)init;
- (void)suspend;
- (void)encodeWithCoder:(id)a0;
- (unsigned long long)tag;
- (id)initWithCoder:(id)a0;
- (void)resume:(id)a0 completion:(id /* block */)a1;

@end