GameManager
@interface GameManager : NSObject <VOGameManagerProtocol>GameManager is the default implementation of the VOGameManagerProtocol.
It is responsible for any game related network requests.
- 
                  
                  Default initializer for the GameManager.DeclarationObjective-C - (instancetype)initWithNetworkManager: (id<VONetworkManagerProtocol>)networkManager;ParametersnetworkManager- Used to send requests to Voucher’s servers. Return ValueInstance of GameManager.
 View on GitHub
            View on GitHub
           GameManager Class Reference
      GameManager Class Reference