mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
big merge
This commit is contained in:
12
components/spotify/cspot/protos/mercury.h
Normal file
12
components/spotify/cspot/protos/mercury.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user