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.