forked from organicmaps/organicmaps
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace web_api
|
|
{
|
|
std::string DeviceId();
|
|
} // namespace web_api
|