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/send_view.h
Normal file
11
applications/plugins/ifttt/views/send_view.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct SendView SendView;
|
||||
|
||||
SendView* send_view_alloc();
|
||||
|
||||
void send_view_free(SendView* send_view);
|
||||
|
||||
View* send_view_get_view(SendView* send_view);
|
||||
Reference in New Issue
Block a user