#ifndef _IOS_EXPLOIT_H_ #define _IOS_EXPLOIT_H_ #ifdef __cplusplus extern "C" { #endif int ExecuteIOSExploit(); #ifdef __cplusplus } #endif #endif