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

11 lines
201 B
C
Raw Normal View History

2023-01-26 07:52:38 +00:00
#pragma once
#include <gui/view.h>
typedef struct AboutView AboutView;
AboutView* about_view_alloc();
void about_view_free(AboutView* about_view);
View* about_view_get_view(AboutView* about_view);