开发版本-developer——01 first commit
This commit is contained in:
+27
@@ -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 */
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.alimobilesec.SGNoCaptcha</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>SGNoCaptcha</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.1.23</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
Reference in New Issue
Block a user