File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
354354
355355 @returns The task that encapsulates the work being done.
356356 */
357- - (BFTask PF_GENERIC (NSNumber *)*)saveEventually PF_WATCH_UNAVAILABLE;
357+ - (BFTask PF_GENERIC (NSNumber *)*)saveEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
358358
359359/* !
360360 @abstract Saves this object to the server at some unspecified time in the future,
@@ -374,7 +374,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
374374 @param callback The block to execute.
375375 It should have the following argument signature: `^(BOOL succeeded, NSError *error)`.
376376 */
377- - (void )saveEventually : (nullable PFBooleanResultBlock)callback PF_WATCH_UNAVAILABLE;
377+ - (void )saveEventually : (nullable PFBooleanResultBlock)callback PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
378378
379379// /--------------------------------------
380380// / @name Saving Many Objects
@@ -826,7 +826,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
826826
827827 @returns The task that encapsulates the work being done.
828828 */
829- - (BFTask PF_GENERIC (NSNumber *)*)deleteEventually PF_WATCH_UNAVAILABLE;
829+ - (BFTask PF_GENERIC (NSNumber *)*)deleteEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
830830
831831// /--------------------------------------
832832// / @name Dirtiness
You can’t perform that action at this time.
0 commit comments