We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8319a75 + 1b88fe2 commit 7446f89Copy full SHA for 7446f89
Parse/PFNetworkActivityIndicatorManager.h
@@ -12,6 +12,7 @@
12
13
#import <Parse/PFConstants.h>
14
15
+PF_OSX_UNAVAILABLE_WARNING
16
PF_TV_UNAVAILABLE_WARNING
17
PF_WATCH_UNAVAILABLE_WARNING
18
@@ -25,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
25
26
The number of active requests is incremented or decremented like a stack or a semaphore,
27
the activity indicator will animate, as long as the number is greater than zero.
28
*/
-PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject
29
+PF_OSX_UNAVAILABLE PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject
30
31
/**
32
A Boolean value indicating whether the manager is enabled.
0 commit comments