Initial InfiniSim project
This commit is contained in:
18
sim/displayapp/screens/Missing.h
Normal file
18
sim/displayapp/screens/Missing.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "displayapp/screens/Screen.h"
|
||||
#include "displayapp/Apps.h"
|
||||
#include <lvgl/lvgl.h>
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Applications {
|
||||
namespace Screens {
|
||||
|
||||
class Missing : public Screen {
|
||||
public:
|
||||
Missing(DisplayApp* app, Pinetime::Applications::Apps app_key);
|
||||
~Missing() override;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user