Commit e22fde8c30d764f08855d15037bec764d077f63e

Authored by zhangxiaowen
1 parent 19b4bc63

no message

CNLiveServices.podspec
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveServices' 10 s.name = 'CNLiveServices'
11 s.version = '0.0.1' 11 s.version = '0.0.1'
12 - s.summary = '网家家服务层.' 12 + s.summary = 'CNLiveServices.'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
15 # * Think: What does it do? Why did you write it? What is the focus? 15 # * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,7 @@ Pod::Spec.new do |s| @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18 # * Finally, don't worry about the indent, CocoaPods strips it! 18 # * Finally, don't worry about the indent, CocoaPods strips it!
19 19
20 s.description = <<-DESC 20 s.description = <<-DESC
21 -TODO: Add long description of the pod here. 21 +TODO: 网家家-服务层.
22 DESC 22 DESC
23 23
24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveServices' 24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveServices'
CNLiveServices/Classes/CNLiveServices.h
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 // 首页 14 // 首页
15 #import "CNLiveNetHomeServiceProtocol.h" 15 #import "CNLiveNetHomeServiceProtocol.h"
16 16
17 -// 分类 17 +// 分类/视讯
18 #import "CNLiveCategoryServiceProtocol.h" 18 #import "CNLiveCategoryServiceProtocol.h"
19 19
20 // 服务 20 // 服务
CNLiveServices/Classes/NetHome/CNLiveNetHomeServiceProtocol.h
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 11
12 @protocol CNLiveNetHomeServiceProtocol <NSObject, BHServiceProtocol> 12 @protocol CNLiveNetHomeServiceProtocol <NSObject, BHServiceProtocol>
13 13
14 -- (UIViewController *)getHomeViewController;  
15 -- (void)pushToHomeViewController; 14 +- (UIViewController *)getNetHomeViewController;
  15 +- (void)pushToNetHomeViewController;
16 16
17 @end 17 @end