Skip to content

Commit 0a2fe07

Browse files
committed
Merge pull request #51 from simon-liubin/master
用户直接将代码放在项目中时,#import <AF> 方式找不到文件,需改为 #import AF。 提高兼容性
2 parents 68fb292 + f640324 commit 0a2fe07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QiniuSDK/Http/QNHttpManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014年 Qiniu. All rights reserved.
77
//
88

9-
#import <AFNetworking/AFNetworking.h>
9+
#import "AFNetworking.h"
1010

1111
#import "QNConfiguration.h"
1212
#import "QNHttpManager.h"

QiniuSDK/Http/QNSessionManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014年 Qiniu. All rights reserved.
77
//
88

9-
#import <AFNetworking/AFNetworking.h>
9+
#import "AFNetworking.h"
1010

1111
#import "QNConfiguration.h"
1212
#import "QNSessionManager.h"

0 commit comments

Comments
 (0)