123456789101112131415161718 |
- //
- // Assessment.m
- // HappyDNS
- //
- // Created by bailong on 16/7/19.
- // Copyright © 2016年 Qiniu Cloud Storage. All rights reserved.
- //
- #import "QNAssessment.h"
- @implementation QNAssessment
- - (void)submitErrorRecord {
- }
- - (void)submitSpeedRecord {
- }
- @end
|