Skip to content

Commit 31d7126

Browse files
committed
Merge pull request #683 from ParsePlatform/nlutsenko.documentation
Add documentation for deprecated categories.
2 parents 4cdab6e + 8a75d58 commit 31d7126

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

Parse/PFAnonymousUtils+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
///--------------------------------------

Parse/PFCloud+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
/**

Parse/PFFile+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
///--------------------------------------

Parse/PFObject+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
#import <Parse/PFConstants.h>
1111
#import <Parse/PFObject.h>
1212

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

1518
///--------------------------------------

Parse/PFPush+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
///--------------------------------------

Parse/PFQuery+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
///--------------------------------------

Parse/PFUser+Deprecated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

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

1720
///--------------------------------------

0 commit comments

Comments
 (0)