Commit 0587d47525d097d99c3041f5219884735be222cb
1 parent
658cefe7
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveQrCodeModule/Classes/Module/CNLiveQrCodeService.m
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | // 扫一扫 |
| 26 | 26 | - (UIViewController *)getSweepQrCodeController { |
| 27 | 27 | return [CNLiveScanQrCodeController new]; |
| 28 | -}/Users/cnlive-zxw/Desktop/网家家模块/CNLiveQrCodeModule/Example/Podfile | |
| 28 | +} | |
| 29 | 29 | |
| 30 | 30 | - (void)pushToSweepQrCodeController:(BOOL)isMyCode { |
| 31 | 31 | CNLiveScanQrCodeController *vc = [[CNLiveScanQrCodeController alloc]init]; | ... | ... |