Flipper/Applications/Official/source-OLDER/xMasterX/ifttt/views/send_view.h

11 lines
191 B
C

#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);