add 友盟统计

This commit is contained in:
lianxiang
2018-08-27 17:09:56 +08:00
parent 6e090fd28d
commit 6a8d55457a
54 changed files with 2560 additions and 1314 deletions
@@ -0,0 +1,27 @@
//
// SecurityEnvSDK.h
// SecurityGuardMain
//
// Created by asherli on 2017/07/12.
// Copyright © 2016年 alibaba. All rights reserved.
//
#ifndef SECURITYENV_SECURITY_ENV_SDK_H
#define SECURITYENV_SECURITY_ENV_SDK_H
#import <Foundation/Foundation.h>
#import "ISecurityEnvInitListener.h"
@interface SecurityEnvSDK : NSObject
- (NSInteger) initSync;
- (void) initASync : (ISecurityEnvInitListener *) listener;
- (NSString*) getToken;
// build by mtl
@end
#endif /* SECURITYENV_SECURITY_ENV_SDK_H */