Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
960bbb8b
Commit
960bbb8b
authored
May 14, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7d408a0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
NSObject+Tracker.h
GMPhobos/Classes/Exposure/NSObject+Tracker.h
+2
-1
UIView+Tracker.h
GMPhobos/Classes/Exposure/UIView+Tracker.h
+2
-1
UIViewController+Tracker.h
GMPhobos/Classes/Exposure/UIViewController+Tracker.h
+2
-1
No files found.
GMPhobos/Classes/Exposure/NSObject+Tracker.h
View file @
960bbb8b
...
...
@@ -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
)
<
GM
CpcProtocol
,
GM
ExposureProtocol
>
/// 获取通用数据
/// @param responder 当前responder
...
...
GMPhobos/Classes/Exposure/UIView+Tracker.h
View file @
960bbb8b
...
...
@@ -7,8 +7,9 @@
//
#import "GMExposureProtocol.h"
#import "GMTrackerProtocol.h"
@interface
UIView
(
Tracker
)
<
GMViewExposureProtocol
>
@interface
UIView
(
Tracker
)
<
GM
CpcProtocol
,
GM
ViewExposureProtocol
>
@property
(
nonatomic
,
assign
)
BOOL
visibleView
;
// 是否是可见View
...
...
GMPhobos/Classes/Exposure/UIViewController+Tracker.h
View file @
960bbb8b
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment