Files
Momentum-Firmware/applications/plugins/wifi_deauther/wifi_deauther_app.h
2022-09-16 18:09:14 -04:00

12 lines
131 B
C

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