22 #import <UIKit/UIKit.h>
24 #import <ParseUI/ParseUIConstants.h>
25 #import <ParseUI/PFTableViewCell.h>
27 NS_ASSUME_NONNULL_BEGIN
33 typedef NS_ENUM(uint8_t, PFPurchaseTableViewCellState) {
35 PFPurchaseTableViewCellStateNormal = 0,
37 PFPurchaseTableViewCellStateDownloading,
39 PFPurchaseTableViewCellStateDownloaded
54 @property (nonatomic, assign) PFPurchaseTableViewCellState
state;
59 @property (nullable, nonatomic, strong, readonly) UILabel *
priceLabel;
64 @property (nullable, nonatomic, strong, readonly) UIProgressView *
progressView;
UIProgressView * progressView
Definition: PFPurchaseTableViewCell.h:64
PFPurchaseTableViewCellState state
Definition: PFPurchaseTableViewCell.h:54
Definition: PFTableViewCell.h:35
Definition: PFPurchaseTableViewCell.h:48
typedef NS_ENUM(NSInteger, FIRStorageTaskStatus)
Definition: FIRStorageConstants.h:69
UILabel * priceLabel
Definition: PFPurchaseTableViewCell.h:59