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
fc73a53a8d17a8ce6a2827f4e7c4ed6ff9c529c6
Authored by
zhangxiaowen
2019-11-16 11:19:32 +0800
1 parent
753d115c
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 @
fc73a53
...
...
@@ -28,6 +28,8 @@
28
28
#import "CNLiveMineServiceProtocol.h"
29
29
// 订单
30
30
#import "CNLiveOrderServiceProtocol.h"
31
+// 设置
32
+#import "CNLiveSettingServiceProtocol.h"
31
33
32
34
#pragma mark - 登录
33
35
// 登录
...
...