Skip to content

Commit 358599d

Browse files
committed
move header to implement
1 parent 7f0abef commit 358599d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

QiniuSDK/Http/QNStats.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010

1111
#import <Foundation/Foundation.h>
12-
#import "AFNetworking.h"
13-
#import "HappyDns.h"
12+
1413

1514
#if TARGET_OS_IPHONE
1615
#import "QNReachability.h"
1716
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
1817
#endif
1918

19+
@class QNDnsManager;
2020
@interface QNStats : NSObject
2121

2222
#if TARGET_OS_IPHONE

QiniuSDK/Http/QNStats.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
//#import "GZIP.h"
1515
#import "QNStats.h"
16+
#import "AFNetworking.h"
17+
#import "HappyDns.h"
1618

1719
void setStat(NSMutableDictionary *dic, id key, id value) {
1820
if (value == nil || dic == nil) {

0 commit comments

Comments
 (0)