feat: 税务APP的可信插件
This commit is contained in:
25
Libs/CredibleAuthSDK.framework/Headers/SimpleIFAAProcess.h
Normal file
25
Libs/CredibleAuthSDK.framework/Headers/SimpleIFAAProcess.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// EtasProcess.h
|
||||
// esand_ios_demo
|
||||
//
|
||||
// Created by ReidLee on 2018/6/15.
|
||||
// Copyright © 2018年 esandinfo. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SimpleIFAAProcess : NSObject
|
||||
|
||||
// 是否在界面上打印日志
|
||||
@property (nonatomic) BOOL writeLog;
|
||||
|
||||
typedef void (^Callback)(BOOL success, NSString *msg, NSString* code);
|
||||
|
||||
- (id)initWithAuthtype:(int)authtype;
|
||||
- (void)auth:(Callback)callback;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user