LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
PFPurchaseTableViewCell Class Reference

#import <PFPurchaseTableViewCell.h>

Inheritance diagram for PFPurchaseTableViewCell:
PFTableViewCell

Properties

PFPurchaseTableViewCellState state
 
UILabel * priceLabel
 
UIProgressView * progressView
 
- Properties inherited from PFTableViewCell
PFImageView * imageView
 

Detailed Description

PFPurchaseTableViewCell is a subclass PFTableViewCell that is used to show products in a PFProductTableViewController.

See also
PFProductTableViewController

Property Documentation

- (UILabel*) priceLabel
readnonatomicstrong

Label where price of the product is displayed.

- (UIProgressView*) progressView
readnonatomicstrong

Progress view that is shown, when the product is downloading.

- (PFPurchaseTableViewCellState) state
readwritenonatomicassign

State of the cell.

See also
PFPurchaseTableViewCellState

The documentation for this class was generated from the following file: