MerchantManager
@interface MerchantManager : NSObject <VOMerchantManagerProtocol>
MerchantManager
is the default implementation of VOMerchantManagerProtocol
.
It is responsible for requesting and parsing Merchant
s from the VouchrServer.
-
Default initializer for
MerchantManager
Declaration
Objective-C
- (nonnull instancetype) initWithNetworkManager:(nonnull id<VONetworkManagerProtocol>)networkManager cacheManager:(nullable id<VOCacheProtocol>)cacheManager;