Commit 37044e11ba67fcf20763900116758e4c93284657
1 parent
d36e88c9
修改
Showing
6 changed files
with
7 additions
and
12 deletions
CNLiveServices/Classes/CNLiveServices.h
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | #ifndef CNLiveServices_h | 9 | #ifndef CNLiveServices_h |
| 10 | #define CNLiveServices_h | 10 | #define CNLiveServices_h |
| 11 | 11 | ||
| 12 | -#import "CNLiveBeeHive.h" | 12 | +#import <CNLiveBeeHive/CNLiveBeeHive.h> |
| 13 | 13 | ||
| 14 | // 页面跳转 | 14 | // 页面跳转 |
| 15 | #import "CNLivePageJumpManager.h" | 15 | #import "CNLivePageJumpManager.h" |
CNLiveServices/Classes/Category/CNLiveCategoryServiceProtocol.h
| @@ -11,9 +11,8 @@ | @@ -11,9 +11,8 @@ | ||
| 11 | #import "BHServiceProtocol.h" | 11 | #import "BHServiceProtocol.h" |
| 12 | 12 | ||
| 13 | @protocol CNLiveCategoryServiceProtocol <NSObject, BHServiceProtocol> | 13 | @protocol CNLiveCategoryServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | - | 14 | +@optional |
| 15 | - (UIViewController *)getCategoryViewController; | 15 | - (UIViewController *)getCategoryViewController; |
| 16 | -- (void)pushToCategoryViewController; | ||
| 17 | 16 | ||
| 18 | - (void)selectItem:(NSInteger)item; | 17 | - (void)selectItem:(NSInteger)item; |
| 19 | 18 |
CNLiveServices/Classes/Login/CNLiveLoginServiceProtocol.h
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | #import "BHServiceProtocol.h" | 11 | #import "BHServiceProtocol.h" |
| 12 | 12 | ||
| 13 | @protocol CNLiveLoginServiceProtocol <NSObject, BHServiceProtocol> | 13 | @protocol CNLiveLoginServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | - | 14 | +@optional |
| 15 | - (UIViewController *)getLoginViewController; | 15 | - (UIViewController *)getLoginViewController; |
| 16 | - (void)pushToLoginViewController; | 16 | - (void)pushToLoginViewController; |
| 17 | - (void)pushToLoginViewController:(BOOL)isShow; | 17 | - (void)pushToLoginViewController:(BOOL)isShow; |
CNLiveServices/Classes/Mine/CNLiveMineServiceProtocol.h
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | #import "BHServiceProtocol.h" | 11 | #import "BHServiceProtocol.h" |
| 12 | 12 | ||
| 13 | @protocol CNLiveMineServiceProtocol <NSObject, BHServiceProtocol> | 13 | @protocol CNLiveMineServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | - | 14 | +@optional |
| 15 | - (UIViewController *)getMineViewController; | 15 | - (UIViewController *)getMineViewController; |
| 16 | -- (void)pushToMineViewController; | 16 | + |
| 17 | 17 | ||
| 18 | @end | 18 | @end |
CNLiveServices/Classes/NetHome/CNLiveNetHomeServiceProtocol.h
| @@ -11,8 +11,7 @@ | @@ -11,8 +11,7 @@ | ||
| 11 | #import "BHServiceProtocol.h" | 11 | #import "BHServiceProtocol.h" |
| 12 | 12 | ||
| 13 | @protocol CNLiveNetHomeServiceProtocol <NSObject, BHServiceProtocol> | 13 | @protocol CNLiveNetHomeServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | - | 14 | +@optional |
| 15 | - (UIViewController *)getNetHomeViewController; | 15 | - (UIViewController *)getNetHomeViewController; |
| 16 | -- (void)pushToNetHomeViewController; | ||
| 17 | 16 | ||
| 18 | @end | 17 | @end |
CNLiveServices/Classes/Service/CNLiveServiceServiceProtocol.h
| @@ -11,10 +11,7 @@ | @@ -11,10 +11,7 @@ | ||
| 11 | #import "BHServiceProtocol.h" | 11 | #import "BHServiceProtocol.h" |
| 12 | 12 | ||
| 13 | @protocol CNLiveServiceServiceProtocol <NSObject, BHServiceProtocol> | 13 | @protocol CNLiveServiceServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | - | 14 | +@optional |
| 15 | - (UIViewController *)getServiceViewController; | 15 | - (UIViewController *)getServiceViewController; |
| 16 | -- (void)pushToServiceViewController; | ||
| 17 | - | ||
| 18 | -- (void)pushToServiceViewControllerByName:(NSString *)name url:(NSString *)url delegate:(id)delegate; | ||
| 19 | 16 | ||
| 20 | @end | 17 | @end |