酷店

ISecurityGuardOpenOpenSDK.h 686B

12345678910111213141516171819202122232425
  1. //
  2. // ISecurityGuardOpenOpenSDK.h
  3. // SecurityGuardTAE
  4. //
  5. // Created by lifengzhong on 15/11/9.
  6. // Copyright © 2015年 Li Fengzhong. All rights reserved.
  7. //
  8. #ifndef ISecurityGuardOpenOpenSDK_h
  9. #define ISecurityGuardOpenOpenSDK_h
  10. #if TARGET_OS_WATCH
  11. #import <SecurityGuardSDKWatch/Open/IOpenSecurityGuardPlugin.h>
  12. #import <SecurityGuardSDKWatch/Open/OpenOpenSDK/IOpenOpenSDKComponent.h>
  13. #else
  14. #import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
  15. #import <SecurityGuardSDK/Open/OpenOpenSDK/IOpenOpenSDKComponent.h>
  16. #endif
  17. @protocol ISecurityGuardOpenOpenSDK <NSObject, IOpenOpenSDKComponent, IOpenSecurityGuardPluginInterface>
  18. @end
  19. #endif /* ISecurityGuardOpenOpenSDK_h */