luxlabs header browser preview


@class NSString, NSMutableArray, NSLock;

@interface SUScriptOperationDelegate : NSObject <ISOperationDelegate> {
    NSMutableArray *_operations;
    NSLock *_lock;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)cancelAllOperations;
- (void)dealloc;
- (void)enqueueOperation:(id)a0;
- (void)operationFinished:(id)a0;
- (void)operation:(id)a0 failedWithError:(id)a1;
- (void)_removeOperation:(id)a0;

@end