DiscoverManagerBuilder
@interface DiscoverManagerBuilder : NSObject
DiscoverManagerBuilder
is used to construct the VODiscoverManager
and should not be initialized directly.
-
Used to facilitate network calls.
Note
Default is nil.Declaration
Objective-C
@property (readwrite, nonatomic, nullable) id<VONetworkManagerProtocol> networkManager;
-
An instance of
VOCacheManager
for temporarily storing fetched data.Note
Default is nil.Declaration
Objective-C
@property (readwrite, nonatomic) id<VOCacheProtocol> _Nullable cacheManager;