Files
Momentum-Firmware/applications/external/ifttt/views/about_view.h
2023-03-17 22:50:23 +00:00

11 lines
201 B
C

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