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

Commit

Permalink
Add nullability annotations to PFProductTableViewController.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Mar 2, 2015
1 parent 4d270a7 commit 8725b94
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@
*
*/

#import <UIKit/UIKit.h>

#import <ParseUI/ParseUIConstants.h>
#import <ParseUI/PFQueryTableViewController.h>

PFUI_ASSUME_NONNULL_BEGIN

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

@end

PFUI_ASSUME_NONNULL_END

0 comments on commit 8725b94

Please sign in to comment.