酷店

SimulatorDetect.h 319B

12345678910111213141516171819
  1. //
  2. // SimulatorDetect.h
  3. // SecurityGuardSDKPro
  4. //
  5. // Created by yangzhao.zy on 15/8/21.
  6. // Copyright (c) 2015年 alibaba. All rights reserved.
  7. //
  8. #ifndef SecurityGuardSDKPro_SimulatorDetect_h
  9. #define SecurityGuardSDKPro_SimulatorDetect_h
  10. @interface SimulatorDetect : NSObject
  11. + (BOOL) isSimulator;
  12. @end
  13. #endif