Files
Momentum-Firmware/applications/plugins/wifi_deauther_v2/wifi_deauther_app.h
2022-10-26 17:43:37 -04:00

12 lines
131 B
C

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