mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
10 lines
112 B
C++
10 lines
112 B
C++
#ifndef JWT_META_HPP
|
|
#define JWT_META_HPP
|
|
|
|
namespace jwt {
|
|
namespace detail {
|
|
|
|
}
|
|
} // END namespace jwt
|
|
|
|
#endif
|