Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake
/
static
/
static.hpp
blob: cb6aadfe7added677c9dee7661d1cd89df0d1334 [
file
] [
log
] [
blame
]
#ifndef
STATIC_HPP
#define
STATIC_HPP
#include
<string>
class
Static
{
public
:
Static
();
std
::
string
GetString
();
private
:
std
::
string
str
;
};
#endif