Manos Chorianopoulos

fix AFNetworking import paths

......@@ -28,11 +28,11 @@
#import "WLInboxItemViewController.h"
#import "WLUtils.h"
#import "NSString+SSToolkitAdditions.h"
#import "AFURLRequestSerialization.h"
#import "SwiftWarplyFramework/AFURLRequestSerialization.h"
#import "WLUserManager.h"
#import "WLPushManager.h"
//#import "AFHTTPRequestOperationManager.h"
#import "AFHTTPSessionManager.h"
#import "SwiftWarplyFramework/AFHTTPSessionManager.h"
#import <AdSupport/AdSupport.h>
//Action handlers
......
......@@ -25,7 +25,7 @@
#import <Foundation/Foundation.h>
#import "AFAutoPurgingImageCache.h"
#import "AFHTTPSessionManager.h"
#import "SwiftWarplyFramework/AFHTTPSessionManager.h"
NS_ASSUME_NONNULL_BEGIN
......
......@@ -24,7 +24,7 @@
#if TARGET_OS_IOS || TARGET_OS_TV
#import "AFImageDownloader.h"
#import "AFHTTPSessionManager.h"
#import "SwiftWarplyFramework/AFHTTPSessionManager.h"
@interface AFImageDownloaderResponseHandler : NSObject
@property (nonatomic, strong) NSUUID *uuid;
......
......@@ -22,7 +22,7 @@
#import "AFNetworkActivityIndicatorManager.h"
#if TARGET_OS_IOS
#import "AFURLSessionManager.h"
#import "SwiftWarplyFramework/AFURLSessionManager.h"
typedef NS_ENUM(NSInteger, AFNetworkActivityManagerState) {
AFNetworkActivityManagerStateNotActive,
......
......@@ -24,7 +24,7 @@
#if TARGET_OS_IOS || TARGET_OS_TV
#import "AFURLSessionManager.h"
#import "SwiftWarplyFramework/AFURLSessionManager.h"
@interface AFActivityIndicatorViewNotificationObserver : NSObject
@property (readonly, nonatomic, weak) UIActivityIndicatorView *activityIndicatorView;
......
......@@ -25,7 +25,7 @@
#if TARGET_OS_IOS || TARGET_OS_TV
#import "AFURLSessionManager.h"
#import "SwiftWarplyFramework/AFURLSessionManager.h"
static void * AFTaskCountOfBytesSentContext = &AFTaskCountOfBytesSentContext;
static void * AFTaskCountOfBytesReceivedContext = &AFTaskCountOfBytesReceivedContext;
......
......@@ -25,7 +25,7 @@
#if TARGET_OS_IOS
#import "AFURLSessionManager.h"
#import "SwiftWarplyFramework/AFURLSessionManager.h"
@interface AFRefreshControlNotificationObserver : NSObject
@property (readonly, nonatomic, weak) UIRefreshControl *refreshControl;
......
......@@ -25,9 +25,9 @@
#if TARGET_OS_IOS
#import "AFHTTPSessionManager.h"
#import "AFURLResponseSerialization.h"
#import "AFURLRequestSerialization.h"
#import "SwiftWarplyFramework/AFHTTPSessionManager.h"
#import "SwiftWarplyFramework/AFURLResponseSerialization.h"
#import "SwiftWarplyFramework/AFURLRequestSerialization.h"
@interface WKWebView (_AFNetworking)
@property (readwrite, nonatomic, strong, setter = af_setURLSessionTask:) NSURLSessionDataTask *af_URLSessionTask;
......
......@@ -9,7 +9,7 @@
#import "WLNativeAdTableViewCell.h"
#import "Warply.h"
#import <WebKit/WebKit.h>
#import "UIImageView+AFNetworking.h"
#import "SwiftWarplyFramework/UIImageView+AFNetworking.h"
//#import "WLGlobals.h"
......