Sign in
iOS Team
/
CNLiveServices
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0af60df22c0208f64500e4b596e3879a094a5499
Authored by
zhangxiaowen
2019-12-05 15:01:54 +0800
1 parent
a232e9d8
no message
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
CNLiveServices/Classes/CNLiveServices.h
CNLiveServices/Classes/CNLiveServices.h
View file @
0af60df
...
...
@@ -31,6 +31,8 @@
31
31
#import "CNLiveOrderServiceProtocol.h"
32
32
// 设置
33
33
#import "CNLiveSettingServiceProtocol.h"
34
+// 我的收藏
35
+#import "CNLiveCollectionServiceProtocol.h"
34
36
35
37
#pragma mark - 登录
36
38
// 登录
...
...