开发版本-developer——01 first commit

This commit is contained in:
wbzhan
2019-07-08 18:24:03 +08:00
parent 5a10dfa182
commit 8693efe121
386 changed files with 7069 additions and 1951 deletions
@@ -0,0 +1,27 @@
//
// ISecurityGuardOpenNoCaptcha.h
// SecurityGuardNoCaptcha
//
// Created by lifengzhong on 15/11/9.
// Copyright © 2015年 Li Fengzhong. All rights reserved.
//
#ifndef ISecurityGuardOpenNoCaptcha_h
#define ISecurityGuardOpenNoCaptcha_h
#if TARGET_OS_WATCH
#import <SecurityGuardSDKWatch/Open/OpenNoCaptcha/IOpenNoCaptchaComponent.h>
#import <SecurityGuardSDKWatch/Open/OpenNoCaptcha/OpenNoCaptchaDefine.h>
#import <SecurityGuardSDKWatch/Open/IOpenSecurityGuardPlugin.h>
#else
#import <SecurityGuardSDK/Open/OpenNoCaptcha/IOpenNoCaptchaComponent.h>
#import <SecurityGuardSDK/Open/OpenNoCaptcha/OpenNoCaptchaDefine.h>
#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
#endif
@protocol ISecurityGuardOpenNoCaptcha <NSObject, IOpenNoCaptchaComponent, IOpenSecurityGuardPluginInterface>
@end
#endif /* ISecurityGuardOpenNoCaptcha_h */