luxlabs header browser preview


@class HMFFuture, HMFPromise;

@interface HMFOperationFutureAdapter : NSObject {
    HMFPromise *_promise;
    HMFFuture *_future;
}

- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;

@end