Skip to content

Commit 1b88fe2

Browse files
committed
Add unavailable attribute and a warning for using NetworkActivityIndicatorManager on OS X.
1 parent 8319a75 commit 1b88fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Parse/PFNetworkActivityIndicatorManager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#import <Parse/PFConstants.h>
1414

15+
PF_OSX_UNAVAILABLE_WARNING
1516
PF_TV_UNAVAILABLE_WARNING
1617
PF_WATCH_UNAVAILABLE_WARNING
1718

@@ -25,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
2526
The number of active requests is incremented or decremented like a stack or a semaphore,
2627
the activity indicator will animate, as long as the number is greater than zero.
2728
*/
28-
PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject
29+
PF_OSX_UNAVAILABLE PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE @interface PFNetworkActivityIndicatorManager : NSObject
2930

3031
/**
3132
A Boolean value indicating whether the manager is enabled.

0 commit comments

Comments
 (0)