From 0b97cfb3490c70664ec62cd5f9e5f01abd912270 Mon Sep 17 00:00:00 2001
From: LPW <812862340@qq.com>
Date: Wed, 05 Jan 2022 11:09:35 +0800
Subject: [PATCH] 2.4.1

---
 frameworks/AFNetworking.framework/Headers/UIActivityIndicatorView+AFNetworking.h |   23 ++++-------------------
 1 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/frameworks/AFNetworking.framework/Headers/UIActivityIndicatorView+AFNetworking.h b/frameworks/AFNetworking.framework/Headers/UIActivityIndicatorView+AFNetworking.h
old mode 100755
new mode 100644
index 0c8f9b5..d424c9b
--- a/frameworks/AFNetworking.framework/Headers/UIActivityIndicatorView+AFNetworking.h
+++ b/frameworks/AFNetworking.framework/Headers/UIActivityIndicatorView+AFNetworking.h
@@ -1,5 +1,5 @@
 // UIActivityIndicatorView+AFNetworking.h
-// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)
+// 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
@@ -21,16 +21,14 @@
 
 #import <Foundation/Foundation.h>
 
-#import <Availability.h>
+#import <TargetConditionals.h>
 
-#if defined(__IPHONE_OS_VERSION_MIN_REQUIRED)
+#if TARGET_OS_IOS || TARGET_OS_TV
 
 #import <UIKit/UIKit.h>
 
-@class AFURLConnectionOperation;
-
 /**
- This category adds methods to the UIKit framework's `UIActivityIndicatorView` class. The methods in this category provide support for automatically starting and stopping animation depending on the loading state of a request operation or session task.
+ This category adds methods to the UIKit framework's `UIActivityIndicatorView` class. The methods in this category provide support for automatically starting and stopping animation depending on the loading state of a session task.
  */
 @interface UIActivityIndicatorView (AFNetworking)
 
@@ -43,20 +41,7 @@
 
  @param task The task. If `nil`, automatic updating from any previously specified operation will be disabled.
  */
-#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
 - (void)setAnimatingWithStateOfTask:(nullable NSURLSessionTask *)task;
-#endif
-
-///---------------------------------------
-/// @name Animating for Request Operations
-///---------------------------------------
-
-/**
- Binds the animating state to the execution state of the specified operation.
-
- @param operation The operation. If `nil`, automatic updating from any previously specified operation will be disabled.
- */
-- (void)setAnimatingWithStateOfOperation:(nullable AFURLConnectionOperation *)operation;
 
 @end
 

--
Gitblit v1.8.0