1234567891011121314151617181920 |
- //
- // Assessment.h
- // HappyDNS
- //
- // Created by bailong on 16/7/19.
- // Copyright © 2016年 Qiniu Cloud Storage. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface QNJudge : NSObject
- @end
- @interface QNAssessment : NSObject
- - (void)submitErrorRecord;
- - (void)submitSpeedRecord;
- @end
|