Commit abe6c19439465cb322259778f39a5c2d07656840
1 parent
4721895c
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveServices/Classes/QrCode/CNLiveQrCodeServiceProtocol.h
| @@ -13,8 +13,8 @@ | @@ -13,8 +13,8 @@ | ||
| 13 | @protocol CNLiveQrCodeServiceProtocol <NSObject, BHServiceProtocol> | 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 | - (UIViewController *)getMyQrCodeController; | 20 | - (UIViewController *)getMyQrCodeController; |