Commit b136da6f89070836d27e9e5a146e01ecd0d94f91

Authored by zhangxiaowen
1 parent 4d3a04f0

no message

CNLiveServices/Classes/Mine/CNLiveBalanceServiceProtocol.h
@@ -13,8 +13,9 @@ @@ -13,8 +13,9 @@
13 @protocol CNLiveBalanceServiceProtocol <NSObject, BHServiceProtocol> 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 @end 21 @end