mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
ifttt
This commit is contained in:
11
applications/plugins/ifttt/views/reboot_view.h
Normal file
11
applications/plugins/ifttt/views/reboot_view.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct RebootView RebootView;
|
||||
|
||||
RebootView* reboot_view_alloc();
|
||||
|
||||
void reboot_view_free(RebootView* reboot_view);
|
||||
|
||||
View* reboot_view_get_view(RebootView* reboot_view);
|
||||
Reference in New Issue
Block a user