mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
16 lines
No EOL
302 B
C++
16 lines
No EOL
302 B
C++
#pragma once
|
|
|
|
#include <borealis.hpp>
|
|
#include <json.hpp>
|
|
|
|
class DownloadPayloadPage : public brls::AppletFrame
|
|
{
|
|
private:
|
|
brls::Label* label;
|
|
brls::Label* notFound;
|
|
brls::List* list;
|
|
brls::ListItem* listItem;
|
|
|
|
public:
|
|
DownloadPayloadPage(const nlohmann::ordered_json& payloads);
|
|
}; |