11 #import <Foundation/Foundation.h> 14 @protocol FutureWatcherDelegate;
24 @property (nonatomic, strong, nullable) id<Future>
future;
28 @property (nonatomic, weak, nullable) id<FutureWatcherDelegate>
delegate;
37 + (void) setTimeInterval:(NSTimeInterval)ti;
45 @protocol FutureWatcherDelegate <NSObject>
id< FutureWatcherDelegate > delegate
Definition: FutureWatcher.h:28
Definition: FutureWatcher.h:19
id< Future > future
Definition: FutureWatcher.h:24