Files
Momentum-Firmware/applications/external/wifi_deauther/wifi_deauther_app.h
2023-03-17 22:50:23 +00:00

12 lines
131 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct WifideautherApp WifideautherApp;
#ifdef __cplusplus
}
#endif