old mode 100755
new mode 100644
| | |
| | | // UIKit+AFNetworking.h |
| | | // |
| | | // Copyright (c) 2013 AFNetworking (http://afnetworking.com/) |
| | | // Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ ) |
| | | // |
| | | // Permission is hereby granted, free of charge, to any person obtaining a copy |
| | | // of this software and associated documentation files (the "Software"), to deal |
| | |
| | | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| | | // THE SOFTWARE. |
| | | |
| | | #if TARGET_OS_IOS |
| | | #import <UIKit/UIKit.h> |
| | | #import <TargetConditionals.h> |
| | | |
| | | #ifndef _UIKIT_AFNETWORKING_ |
| | | #define _UIKIT_AFNETWORKING_ |
| | | |
| | | #import "AFNetworkActivityIndicatorManager.h" |
| | | |
| | | #if TARGET_OS_IOS || TARGET_OS_TV |
| | | #import "AFAutoPurgingImageCache.h" |
| | | #import "AFImageDownloader.h" |
| | | #import "UIActivityIndicatorView+AFNetworking.h" |
| | | #import "UIAlertView+AFNetworking.h" |
| | | #import "UIButton+AFNetworking.h" |
| | | #import "UIImageView+AFNetworking.h" |
| | | #import "UIProgressView+AFNetworking.h" |
| | | #import "UIRefreshControl+AFNetworking.h" |
| | | #import "UIWebView+AFNetworking.h" |
| | | #endif /* _UIKIT_AFNETWORKING_ */ |
| | | #endif |
| | | |
| | | #if TARGET_OS_IOS |
| | | #import "AFNetworkActivityIndicatorManager.h" |
| | | #import "UIRefreshControl+AFNetworking.h" |
| | | #import "WKWebView+AFNetworking.h" |
| | | #endif |
| | | |
| | | #endif /* _UIKIT_AFNETWORKING_ */ |