NYTcarStudentLiveModel.h 317 B

1234567891011121314151617181920
  1. //
  2. // NYTcarStudentLiveModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/3/28.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYTcarStudentLiveModel : NSObject
  11. //处理实车认证
  12. -(void)tcarStudentLivedo;
  13. @end
  14. NS_ASSUME_NONNULL_END