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
1cb95fc8
Commit
1cb95fc8
authored
May 31, 2016
by
翟国钧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2eef3c6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Phobos.h
Pod/Classes/Phobos.h
+2
-2
Phobos.m
Pod/Classes/Phobos.m
+0
-1
No files found.
Pod/Classes/Phobos.h
View file @
1cb95fc8
...
...
@@ -46,13 +46,13 @@
-
(
void
)
setUserId
:(
NSInteger
)
userId
;
/*!
* @author zhaiguojun, 16-05-3
0
* @author zhaiguojun, 16-05-3
1
*
* @brief 用户当前的城市id
*
* @param currentCityId
*
* @since 0.2.
5
* @since 0.2.
7
*/
-
(
void
)
setCurrentCityId
:(
NSString
*
)
currentCityId
;
...
...
Pod/Classes/Phobos.m
View file @
1cb95fc8
...
...
@@ -177,7 +177,6 @@ static NSString *sdkVersion = @"110";
[
cache
removeObjectAtDiskWithkey
:
PhobosBeginTime
];
}
#pragma - mark track event handler
+
(
void
)
track
:
(
NSString
*
)
eventId
{
[
Phobos
track
:
eventId
attributes
:@{}];
...
...
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