NYKaoMockExaminationModel.h 460 B

1234567891011121314151617181920212223242526
  1. //
  2. // NYKaoMockExaminationModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/8/20.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYKaoMockExaminationModel : NSObject
  11. /**
  12. *1.先拍照-人脸比对
  13. *2.1分钟后-拍照
  14. *3.做完-提卷子后-签退
  15. **/
  16. - (void)studentKaoMockExaminationdo;
  17. //签退-业务
  18. - (void)signOutHandledo:(NSInteger)score;
  19. @end
  20. NS_ASSUME_NONNULL_END