OMOTE/Platformio/OmoteUI/UIs/BasicRefactored/BasicUI.hpp

11 lines
126 B
C++
Raw Normal View History

2023-10-22 14:35:49 -04:00
#pragma once
#include "UIBase.hpp"
namespace UI {
class BasicUI : public UIBase {
public:
BasicUI();
};
} // namespace UI