QNAssessment.h 310 B

1234567891011121314151617181920
  1. //
  2. // Assessment.h
  3. // HappyDNS
  4. //
  5. // Created by bailong on 16/7/19.
  6. // Copyright © 2016年 Qiniu Cloud Storage. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface QNJudge : NSObject
  10. @end
  11. @interface QNAssessment : NSObject
  12. - (void)submitErrorRecord;
  13. - (void)submitSpeedRecord;
  14. @end