酷店

ISecurityGuardOpenUMID.h 660B

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