...
|
...
|
@@ -9,6 +9,7 @@ |
|
|
#import <Foundation/Foundation.h>
|
|
|
#import <UIKit/UIKit.h>
|
|
|
#import "YHAnalyticsMacro.h"
|
|
|
#import "YHAssemblyAssistant.h"
|
|
|
|
|
|
typedef NS_ENUM(NSInteger, YHLogStrategy) {
|
|
|
LogStrategyAppLaunch = 1, //每次程序启动
|
...
|
...
|
@@ -94,6 +95,16 @@ typedef NS_ENUM(NSInteger, YHLogStrategy) { |
|
|
*/
|
|
|
@property (strong, nonatomic, readonly) NSString *session;
|
|
|
|
|
|
/**
|
|
|
* 当前会话ID
|
|
|
*/
|
|
|
@property (strong, nonatomic, readonly) NSString *udid;
|
|
|
|
|
|
/**
|
|
|
* 当前会话ID
|
|
|
*/
|
|
|
@property (strong, nonatomic, readonly) NSString *sid;
|
|
|
|
|
|
///**
|
|
|
// * 发送的事件
|
|
|
// */
|
...
|
...
|
|