Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 8725b94

Browse files
committed
Add nullability annotations to PFProductTableViewController.
1 parent 4d270a7 commit 8725b94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ParseUI/Classes/ProductTableViewController/PFProductTableViewController.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919
*
2020
*/
2121

22+
#import <UIKit/UIKit.h>
23+
24+
#import <ParseUI/ParseUIConstants.h>
2225
#import <ParseUI/PFQueryTableViewController.h>
2326

27+
PFUI_ASSUME_NONNULL_BEGIN
28+
2429
/*!
2530
`PFProductTableViewController` displays in-app purchase products stored on Parse.
2631
In addition to setting up in-app purchases in iTunes Connect, the app developer needs
@@ -38,3 +43,5 @@
3843
- (instancetype)initWithStyle:(UITableViewStyle)style NS_DESIGNATED_INITIALIZER;
3944

4045
@end
46+
47+
PFUI_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)