forked from organicmaps/organicmaps
Added app_store draft classes
This commit is contained in:
parent
0625ba6504
commit
c824cfa2d4
1 changed files with 19 additions and 0 deletions
19
storage/app_store.hpp
Normal file
19
storage/app_store.hpp
Normal file
|
@ -0,0 +1,19 @@
|
|||
#pragma once
|
||||
|
||||
#include "../std/stdint.hpp"
|
||||
|
||||
struct HttpFinishedParams;
|
||||
|
||||
namespace appstore
|
||||
{
|
||||
class Client
|
||||
{
|
||||
/// @name HTTP callbacks
|
||||
//@{
|
||||
void OnVersionCheck(HttpFinishedParams const & params);
|
||||
//@}
|
||||
|
||||
public:
|
||||
void RequestVersionCheck(int64_t countriesVersion, int64_t purchasesVersion);
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue