Commit b136da6f89070836d27e9e5a146e01ecd0d94f91
1 parent
4d3a04f0
no message
Showing
1 changed file
with
3 additions
and
2 deletions
CNLiveServices/Classes/Mine/CNLiveBalanceServiceProtocol.h
| ... | ... | @@ -13,8 +13,9 @@ |
| 13 | 13 | @protocol CNLiveBalanceServiceProtocol <NSObject, BHServiceProtocol> |
| 14 | 14 | |
| 15 | 15 | // 补贴余额 |
| 16 | -- (UIViewController *)getBalanceViewController; | |
| 17 | -- (void)pushToBalanceViewController; | |
| 16 | +- (UIViewController *)getBalanceViewControllerWithType:(NSString *)type ID:(NSString *)ID; | |
| 17 | + | |
| 18 | +- (void)pushToBalanceViewControllerWithType:(NSString *)type ID:(NSString *)ID; | |
| 18 | 19 | |
| 19 | 20 | |
| 20 | 21 | @end | ... | ... |