Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Parse/PFNetworkActivityIndicatorManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#import <Parse/PFConstants.h>

PF_OSX_UNAVAILABLE_WARNING
PF_TV_UNAVAILABLE_WARNING
PF_WATCH_UNAVAILABLE_WARNING

Expand All @@ -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.
Expand Down