酷店

IOpenSimulatorDetectComponent.h 330B

123456789101112131415161718192021
  1. //
  2. // SecurityGuardSDK version 2.3.0
  3. //
  4. #ifndef SecurityGuardSDK_IOpenSimulatorDetectComponent_h
  5. #define SecurityGuardSDK_IOpenSimulatorDetectComponent_h
  6. /**
  7. * 模拟器检测接口
  8. */
  9. @protocol IOpenSimulatorDetectComponent <NSObject>
  10. /**
  11. * 判断当前设备是否是iOS模拟器
  12. */
  13. - (BOOL) isSimulator;
  14. @end
  15. #endif