Genie Recorder v3
This commit is contained in:
10
subghz/apps/genie-recorder/genie_send.h
Normal file
10
subghz/apps/genie-recorder/genie_send.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct GenieApp GenieApp;
|
||||
typedef struct GenieSend GenieSend;
|
||||
|
||||
GenieSend* genie_send_alloc(GenieApp* app);
|
||||
void genie_send_free(GenieSend* genie_send);
|
||||
View* genie_send_get_view(GenieSend* genie_send);
|
||||
Reference in New Issue
Block a user