luxlabs header browser preview


@interface DocumentManagerExecutables.DOCChainOperation : DocumentManagerExecutables.DOCOperation {
    void /* unknown type, empty encoding */ operations;
    void /* unknown type, empty encoding */ operationQueue;
    void /* unknown type, empty encoding */ latestOperationResult;
    void /* unknown type, empty encoding */ latestOperationError;
    void /* unknown type, empty encoding */ mode;
}

- (id)init;
- (void)main;
- (void).cxx_destruct;

@end