Commit e22fde8c30d764f08855d15037bec764d077f63e
1 parent
19b4bc63
no message
Showing
3 changed files
with
5 additions
and
5 deletions
CNLiveServices.podspec
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveServices' |
| 11 | 11 | s.version = '0.0.1' |
| 12 | - s.summary = '网家家服务层.' | |
| 12 | + s.summary = 'CNLiveServices.' | |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| 15 | 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 | 18 | # * Finally, don't worry about the indent, CocoaPods strips it! |
| 19 | 19 | |
| 20 | 20 | s.description = <<-DESC |
| 21 | -TODO: Add long description of the pod here. | |
| 21 | +TODO: 网家家-服务层. | |
| 22 | 22 | DESC |
| 23 | 23 | |
| 24 | 24 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveServices' | ... | ... |
CNLiveServices/Classes/CNLiveServices.h
CNLiveServices/Classes/NetHome/CNLiveNetHomeServiceProtocol.h
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | |
| 12 | 12 | @protocol CNLiveNetHomeServiceProtocol <NSObject, BHServiceProtocol> |
| 13 | 13 | |
| 14 | -- (UIViewController *)getHomeViewController; | |
| 15 | -- (void)pushToHomeViewController; | |
| 14 | +- (UIViewController *)getNetHomeViewController; | |
| 15 | +- (void)pushToNetHomeViewController; | |
| 16 | 16 | |
| 17 | 17 | @end | ... | ... |