Skip to content

Commit

Permalink
Fix UIKit+AFNetworking.h (AFNetworking#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Mar 31, 2020
1 parent 7ae82a2 commit 9e9732d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions UIKit+AFNetworking/UIKit+AFNetworking.h
Expand Up @@ -20,23 +20,24 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#if TARGET_OS_IOS || TARGET_OS_TV
#import <UIKit/UIKit.h>
#import <TargetConditionals.h>

#ifndef _UIKIT_AFNETWORKING_
#define _UIKIT_AFNETWORKING_

#if TARGET_OS_IOS
#if TARGET_OS_IOS || TARGET_OS_TV
#import "AFAutoPurgingImageCache.h"
#import "AFImageDownloader.h"
#import "UIActivityIndicatorView+AFNetworking.h"
#import "UIButton+AFNetworking.h"
#import "UIImageView+AFNetworking.h"
#import "UIProgressView+AFNetworking.h"
#endif

#if TARGET_OS_IOS
#import "AFNetworkActivityIndicatorManager.h"
#import "UIRefreshControl+AFNetworking.h"
#import "WKWebView+AFNetworking.h"
#endif

#import "UIActivityIndicatorView+AFNetworking.h"
#import "UIButton+AFNetworking.h"
#import "UIImageView+AFNetworking.h"
#import "UIProgressView+AFNetworking.h"
#endif /* _UIKIT_AFNETWORKING_ */
#endif

0 comments on commit 9e9732d

Please sign in to comment.