Showing
10 changed files
with
12 additions
and
12 deletions
No preview for this file type
... | @@ -28,11 +28,11 @@ | ... | @@ -28,11 +28,11 @@ |
28 | #import "WLInboxItemViewController.h" | 28 | #import "WLInboxItemViewController.h" |
29 | #import "WLUtils.h" | 29 | #import "WLUtils.h" |
30 | #import "NSString+SSToolkitAdditions.h" | 30 | #import "NSString+SSToolkitAdditions.h" |
31 | -#import "AFURLRequestSerialization.h" | 31 | +#import "SwiftWarplyFramework/AFURLRequestSerialization.h" |
32 | #import "WLUserManager.h" | 32 | #import "WLUserManager.h" |
33 | #import "WLPushManager.h" | 33 | #import "WLPushManager.h" |
34 | //#import "AFHTTPRequestOperationManager.h" | 34 | //#import "AFHTTPRequestOperationManager.h" |
35 | -#import "AFHTTPSessionManager.h" | 35 | +#import "SwiftWarplyFramework/AFHTTPSessionManager.h" |
36 | #import <AdSupport/AdSupport.h> | 36 | #import <AdSupport/AdSupport.h> |
37 | 37 | ||
38 | //Action handlers | 38 | //Action handlers | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | #import <Foundation/Foundation.h> | 26 | #import <Foundation/Foundation.h> |
27 | #import "AFAutoPurgingImageCache.h" | 27 | #import "AFAutoPurgingImageCache.h" |
28 | -#import "AFHTTPSessionManager.h" | 28 | +#import "SwiftWarplyFramework/AFHTTPSessionManager.h" |
29 | 29 | ||
30 | NS_ASSUME_NONNULL_BEGIN | 30 | NS_ASSUME_NONNULL_BEGIN |
31 | 31 | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | #if TARGET_OS_IOS || TARGET_OS_TV | 24 | #if TARGET_OS_IOS || TARGET_OS_TV |
25 | 25 | ||
26 | #import "AFImageDownloader.h" | 26 | #import "AFImageDownloader.h" |
27 | -#import "AFHTTPSessionManager.h" | 27 | +#import "SwiftWarplyFramework/AFHTTPSessionManager.h" |
28 | 28 | ||
29 | @interface AFImageDownloaderResponseHandler : NSObject | 29 | @interface AFImageDownloaderResponseHandler : NSObject |
30 | @property (nonatomic, strong) NSUUID *uuid; | 30 | @property (nonatomic, strong) NSUUID *uuid; | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | #import "AFNetworkActivityIndicatorManager.h" | 22 | #import "AFNetworkActivityIndicatorManager.h" |
23 | 23 | ||
24 | #if TARGET_OS_IOS | 24 | #if TARGET_OS_IOS |
25 | -#import "AFURLSessionManager.h" | 25 | +#import "SwiftWarplyFramework/AFURLSessionManager.h" |
26 | 26 | ||
27 | typedef NS_ENUM(NSInteger, AFNetworkActivityManagerState) { | 27 | typedef NS_ENUM(NSInteger, AFNetworkActivityManagerState) { |
28 | AFNetworkActivityManagerStateNotActive, | 28 | AFNetworkActivityManagerStateNotActive, | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | 24 | ||
25 | #if TARGET_OS_IOS || TARGET_OS_TV | 25 | #if TARGET_OS_IOS || TARGET_OS_TV |
26 | 26 | ||
27 | -#import "AFURLSessionManager.h" | 27 | +#import "SwiftWarplyFramework/AFURLSessionManager.h" |
28 | 28 | ||
29 | @interface AFActivityIndicatorViewNotificationObserver : NSObject | 29 | @interface AFActivityIndicatorViewNotificationObserver : NSObject |
30 | @property (readonly, nonatomic, weak) UIActivityIndicatorView *activityIndicatorView; | 30 | @property (readonly, nonatomic, weak) UIActivityIndicatorView *activityIndicatorView; | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | #if TARGET_OS_IOS || TARGET_OS_TV | 26 | #if TARGET_OS_IOS || TARGET_OS_TV |
27 | 27 | ||
28 | -#import "AFURLSessionManager.h" | 28 | +#import "SwiftWarplyFramework/AFURLSessionManager.h" |
29 | 29 | ||
30 | static void * AFTaskCountOfBytesSentContext = &AFTaskCountOfBytesSentContext; | 30 | static void * AFTaskCountOfBytesSentContext = &AFTaskCountOfBytesSentContext; |
31 | static void * AFTaskCountOfBytesReceivedContext = &AFTaskCountOfBytesReceivedContext; | 31 | static void * AFTaskCountOfBytesReceivedContext = &AFTaskCountOfBytesReceivedContext; | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | #if TARGET_OS_IOS | 26 | #if TARGET_OS_IOS |
27 | 27 | ||
28 | -#import "AFURLSessionManager.h" | 28 | +#import "SwiftWarplyFramework/AFURLSessionManager.h" |
29 | 29 | ||
30 | @interface AFRefreshControlNotificationObserver : NSObject | 30 | @interface AFRefreshControlNotificationObserver : NSObject |
31 | @property (readonly, nonatomic, weak) UIRefreshControl *refreshControl; | 31 | @property (readonly, nonatomic, weak) UIRefreshControl *refreshControl; | ... | ... |
... | @@ -25,9 +25,9 @@ | ... | @@ -25,9 +25,9 @@ |
25 | 25 | ||
26 | #if TARGET_OS_IOS | 26 | #if TARGET_OS_IOS |
27 | 27 | ||
28 | -#import "AFHTTPSessionManager.h" | 28 | +#import "SwiftWarplyFramework/AFHTTPSessionManager.h" |
29 | -#import "AFURLResponseSerialization.h" | 29 | +#import "SwiftWarplyFramework/AFURLResponseSerialization.h" |
30 | -#import "AFURLRequestSerialization.h" | 30 | +#import "SwiftWarplyFramework/AFURLRequestSerialization.h" |
31 | 31 | ||
32 | @interface WKWebView (_AFNetworking) | 32 | @interface WKWebView (_AFNetworking) |
33 | @property (readwrite, nonatomic, strong, setter = af_setURLSessionTask:) NSURLSessionDataTask *af_URLSessionTask; | 33 | @property (readwrite, nonatomic, strong, setter = af_setURLSessionTask:) NSURLSessionDataTask *af_URLSessionTask; | ... | ... |
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | #import "WLNativeAdTableViewCell.h" | 9 | #import "WLNativeAdTableViewCell.h" |
10 | #import "Warply.h" | 10 | #import "Warply.h" |
11 | #import <WebKit/WebKit.h> | 11 | #import <WebKit/WebKit.h> |
12 | -#import "UIImageView+AFNetworking.h" | 12 | +#import "SwiftWarplyFramework/UIImageView+AFNetworking.h" |
13 | 13 | ||
14 | //#import "WLGlobals.h" | 14 | //#import "WLGlobals.h" |
15 | 15 | ... | ... |
-
Please register or login to post a comment