Commit 4721895c6895c14d4103424be78cf8e94885b35f
1 parent
58c9ee70
no message
Showing
1 changed file
with
4 additions
and
0 deletions
CNLiveServices/Classes/QrCode/CNLiveQrCodeServiceProtocol.h
| @@ -24,4 +24,8 @@ | @@ -24,4 +24,8 @@ | ||
| 24 | - (UIViewController *)getGroupQrCodeController; | 24 | - (UIViewController *)getGroupQrCodeController; |
| 25 | - (void)pushToGroupQrCodeController; | 25 | - (void)pushToGroupQrCodeController; |
| 26 | 26 | ||
| 27 | +// 生成二维码 | ||
| 28 | +- (UIViewController *)getGenerateQrCodeController; | ||
| 29 | +- (void)pushToGenerateQrCodeController:(NSString *)ID; | ||
| 30 | + | ||
| 27 | @end | 31 | @end |