Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 0 deletions Parse/PFAnonymousUtils+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFAnonymousUtils` that are deprecated and will be removed in the near future.
*/
@interface PFAnonymousUtils (Deprecated)

///--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFCloud+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFCloud` that are deprecated and will be removed in the near future.
*/
@interface PFCloud (Deprecated)

/**
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFFile+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFFile` that are deprecated and will be removed in the near future.
*/
@interface PFFile (Deprecated)

///--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFObject+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#import <Parse/PFConstants.h>
#import <Parse/PFObject.h>

/**
This category lists all methods of `PFObject` that are deprecated and will be removed in the near future.
*/
@interface PFObject (Deprecated)

///--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFPush+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFPush` that are deprecated and will be removed in the near future.
*/
@interface PFPush (Deprecated)

///--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFQuery+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFQuery` that are deprecated and will be removed in the near future.
*/
@interface PFQuery (Deprecated)

///--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions Parse/PFUser+Deprecated.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

NS_ASSUME_NONNULL_BEGIN

/**
This category lists all methods of `PFUser` that are deprecated and will be removed in the near future.
*/
@interface PFUser (Deprecated)

///--------------------------------------
Expand Down