// // NYTcarStudentLiveModel.h // jiaPei // // Created by Ning.ge on 2024/3/28. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYTcarStudentLiveModel : NSObject //处理实车认证 -(void)tcarStudentLivedo; @end NS_ASSUME_NONNULL_END