File tree 1 file changed +3
-3
lines changed
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
354
354
355
355
@returns The task that encapsulates the work being done.
356
356
*/
357
- - (BFTask PF_GENERIC (NSNumber *)*)saveEventually PF_WATCH_UNAVAILABLE;
357
+ - (BFTask PF_GENERIC (NSNumber *)*)saveEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
358
358
359
359
/* !
360
360
@abstract Saves this object to the server at some unspecified time in the future,
@@ -374,7 +374,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
374
374
@param callback The block to execute.
375
375
It should have the following argument signature: `^(BOOL succeeded, NSError *error)`.
376
376
*/
377
- - (void )saveEventually : (nullable PFBooleanResultBlock)callback PF_WATCH_UNAVAILABLE;
377
+ - (void )saveEventually : (nullable PFBooleanResultBlock)callback PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
378
378
379
379
// /--------------------------------------
380
380
// / @name Saving Many Objects
@@ -826,7 +826,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
826
826
827
827
@returns The task that encapsulates the work being done.
828
828
*/
829
- - (BFTask PF_GENERIC (NSNumber *)*)deleteEventually PF_WATCH_UNAVAILABLE;
829
+ - (BFTask PF_GENERIC (NSNumber *)*)deleteEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
830
830
831
831
// /--------------------------------------
832
832
// / @name Dirtiness
You can’t perform that action at this time.
0 commit comments