File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212#import < Parse/PFNullability.h>
1313#import < Parse/PFObject.h>
1414
15- PF_ASSUME_NONNULL_BEGIN
15+ @class PFQuery PF_GENERIC (PFGenericObject : PFObject *);
1616
17- @class PFQuery;
17+ PF_ASSUME_NONNULL_BEGIN
1818
1919/* !
2020 ### Subclassing Notes
Original file line number Diff line number Diff line change 1111
1212#import < Parse/PFNullability.h>
1313
14- @class PFQuery;
14+ @class PFQuery PF_GENERIC (PFGenericObject : PFObject *) ;
1515
1616PF_ASSUME_NONNULL_BEGIN
1717
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PF_ASSUME_NONNULL_BEGIN
2020typedef void (^PFUserSessionUpgradeResultBlock)(NSError *PF_NULLABLE_S error);
2121typedef void (^PFUserLogoutResultBlock)(NSError *PF_NULLABLE_S error);
2222
23- @class PFQuery;
23+ @class PFQuery PF_GENERIC (PFGenericObject : PFObject *) ;
2424@protocol PFUserAuthenticationDelegate;
2525
2626/* !
You can’t perform that action at this time.
0 commit comments