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