Commit 01c9aecc58dac03cdb55ae7fa821ab41c5eb7a1f

Authored by zhangxiaowen
1 parent 83ad43a8

no message

CNLiveServices/Classes/Mine/CNLiveOrderServiceProtocol.h
... ... @@ -11,6 +11,7 @@
11 11 #import "BHServiceProtocol.h"
12 12  
13 13 @protocol CNLiveOrderServiceProtocol <NSObject, BHServiceProtocol>
  14 +
14 15 // 订单
15 16 - (UIViewController *)getOrderViewController;
16 17 - (void)pushToOrderViewController:(NSInteger)index;
... ...