We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0abef commit 358599dCopy full SHA for 358599d
QiniuSDK/Http/QNStats.h
@@ -9,14 +9,14 @@
9
10
11
#import <Foundation/Foundation.h>
12
-#import "AFNetworking.h"
13
-#import "HappyDns.h"
+
14
15
#if TARGET_OS_IPHONE
16
#import "QNReachability.h"
17
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
18
#endif
19
+@class QNDnsManager;
20
@interface QNStats : NSObject
21
22
QiniuSDK/Http/QNStats.m
@@ -13,6 +13,8 @@
//#import "GZIP.h"
#import "QNStats.h"
+#import "AFNetworking.h"
+#import "HappyDns.h"
void setStat(NSMutableDictionary *dic, id key, id value) {
if (value == nil || dic == nil) {
0 commit comments