mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
13 lines
276 B
C++
13 lines
276 B
C++
// THIS CORNFILE IS GENERATED. DO NOT EDIT! 🌽
|
|
#ifndef _MERCURYH
|
|
#define _MERCURYH
|
|
#include <optional>
|
|
class Header {
|
|
public:
|
|
std::optional<std::string> uri;
|
|
std::optional<std::string> method;
|
|
static constexpr ReflectTypeID _TYPE_ID = ReflectTypeID::ClassHeader;
|
|
};
|
|
|
|
#endif
|