Commit ad64652ee046cc216fba9866d1d6c3f43aa2da7c

Authored by 王军波
1 parent 82a58136

协议

CNLiveBPersonalVerificationModule/Classes/CNBPersonCardInfo/Services/CNIDCardAuthenticationServices.m
@@ -6,7 +6,21 @@ @@ -6,7 +6,21 @@
6 // 6 //
7 7
8 #import "CNIDCardAuthenticationServices.h" 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 @implementation CNIDCardAuthenticationServices 18 @implementation CNIDCardAuthenticationServices
11 19
  20 +#pragma mark - 跳到资料认证页面
  21 +- (UIViewController *)pushToCNLiveIDCardAuthController {
  22 + ApplyForShootController *applyVc = [[ApplyForShootController alloc] init];
  23 + return applyVc;
  24 +}
  25 +
12 @end 26 @end