Commit ad64652ee046cc216fba9866d1d6c3f43aa2da7c
1 parent
82a58136
协议
Showing
1 changed file
with
14 additions
and
0 deletions
CNLiveBPersonalVerificationModule/Classes/CNBPersonCardInfo/Services/CNIDCardAuthenticationServices.m
| ... | ... | @@ -6,7 +6,21 @@ |
| 6 | 6 | // |
| 7 | 7 | |
| 8 | 8 | #import "CNIDCardAuthenticationServices.h" |
| 9 | +#import <CNLiveBeeHive/BeeHive.h> | |
| 10 | +#import "ApplyForShootController.h" | |
| 11 | +#import "CNIDCardAuthenticationServices.h" | |
| 12 | + | |
| 13 | +@interface CNIDCardAuthenticationServices ()<CNLiveIDCardAuthenProtocol> | |
| 9 | 14 | |
| 15 | +@end | |
| 16 | + | |
| 17 | +@BeeHiveService(CNLiveIDCardAuthenProtocol,CNIDCardAuthenticationServices) | |
| 10 | 18 | @implementation CNIDCardAuthenticationServices |
| 11 | 19 | |
| 20 | +#pragma mark - 跳到资料认证页面 | |
| 21 | +- (UIViewController *)pushToCNLiveIDCardAuthController { | |
| 22 | + ApplyForShootController *applyVc = [[ApplyForShootController alloc] init]; | |
| 23 | + return applyVc; | |
| 24 | +} | |
| 25 | + | |
| 12 | 26 | @end | ... | ... |