From 1b88fe2781b60497981f9796988242cfd39d0eba Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 11 Dec 2015 11:01:34 -0800 Subject: [PATCH] Add unavailable attribute and a warning for using NetworkActivityIndicatorManager on OS X. --- Parse/PFNetworkActivityIndicatorManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Parse/PFNetworkActivityIndicatorManager.h b/Parse/PFNetworkActivityIndicatorManager.h index 254995692..24afd3b0b 100644 --- a/Parse/PFNetworkActivityIndicatorManager.h +++ b/Parse/PFNetworkActivityIndicatorManager.h @@ -12,6 +12,7 @@ #import +PF_OSX_UNAVAILABLE_WARNING PF_TV_UNAVAILABLE_WARNING PF_WATCH_UNAVAILABLE_WARNING @@ -25,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN The number of active requests is incremented or decremented like a stack or a semaphore, the activity indicator will animate, as long as the number is greater than zero. */ -PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject +PF_OSX_UNAVAILABLE PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject /** A Boolean value indicating whether the manager is enabled.