luxlabs header browser preview


@class NSString, NSMutableArray;

@interface CNAsynchronousCacheEntryDelegateObservable : CNObservable <CNAsynchronousCacheEntryDelegate> {
    NSMutableArray *_observers;
    id _currentValue;
}

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

- (id)init;
- (void)removeObserver:(id)a0;
- (id)subscribe:(id)a0;
- (void).cxx_destruct;
- (void)cacheEntryDidUpdateValue:(id)a0;

@end