1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00
AIO-switch-updater/include/download_payload_page.hpp

15 lines
272 B
C++
Raw Normal View History

#pragma once
2021-02-10 16:28:47 +00:00
#include <borealis.hpp>
class DownloadPayloadPage : public brls::AppletFrame
{
private:
brls::Label* label;
brls::Label* notFound;
brls::List* list;
2021-02-08 20:30:58 +00:00
brls::ListItem* listItem;
public:
DownloadPayloadPage();
};