Commit 960bbb8b authored by jz's avatar jz

update

parent 7d408a0b
......@@ -7,9 +7,10 @@
#import <Foundation/Foundation.h>
#import "GMExposureProtocol.h"
#import "GMTrackerProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface NSObject (Tracker)<GMExposureProtocol>
@interface NSObject (Tracker)<GMCpcProtocol, GMExposureProtocol>
/// 获取通用数据
/// @param responder 当前responder
......
......@@ -7,8 +7,9 @@
//
#import "GMExposureProtocol.h"
#import "GMTrackerProtocol.h"
@interface UIView (Tracker)<GMViewExposureProtocol>
@interface UIView (Tracker)<GMCpcProtocol, GMViewExposureProtocol>
@property (nonatomic, assign) BOOL visibleView;// 是否是可见View
......
......@@ -6,8 +6,9 @@
// Copyright © 2019 更美互动信息科技有限公司. All rights reserved.
//
#import "GMExposureProtocol.h"
#import "GMTrackerProtocol.h"
@interface UIViewController (Tracker)<GMPageExposureProtocol,UIScrollViewDelegate>
@interface UIViewController (Tracker)<GMPageExposureProtocol,GMCpcProtocol,UIScrollViewDelegate>
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment