酷店

ISecurityGuardOpenDataCollection.h 759B

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