Files
Momentum-Firmware/applications/plugins/wifi_deauther_v2/wifi_deauther_app.h
2022-12-19 04:13:26 +01:00

12 lines
131 B
C

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