Commit abe6c19439465cb322259778f39a5c2d07656840

Authored by zhangxiaowen
1 parent 4721895c

no message

CNLiveServices/Classes/QrCode/CNLiveQrCodeServiceProtocol.h
... ... @@ -13,8 +13,8 @@
13 13 @protocol CNLiveQrCodeServiceProtocol <NSObject, BHServiceProtocol>
14 14  
15 15 // 扫一扫
16   -- (UIViewController *)getSweepQrCodeController;
17   -- (void)pushToSweepQrCodeController:(BOOL)isMyCode;
  16 +- (UIViewController *)getScanQrCodeController;
  17 +- (void)pushToScanQrCodeController:(BOOL)isMyCode;
18 18  
19 19 // 我的二维码
20 20 - (UIViewController *)getMyQrCodeController;
... ...