initial
This commit is contained in:
22
Parse.framework/Versions/1.2.13/Headers/PFPurchaseTableViewCell.h
Executable file
22
Parse.framework/Versions/1.2.13/Headers/PFPurchaseTableViewCell.h
Executable file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// PFPurchaseTableViewCell.h
|
||||
// Parse
|
||||
//
|
||||
// Created by Qian Wang on 5/21/12.
|
||||
// Copyright (c) 2012 Parse Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "PFTableViewCell.h"
|
||||
|
||||
typedef enum {
|
||||
PFPurchaseTableViewCellStateNormal,
|
||||
PFPurchaseTableViewCellStateDownloading,
|
||||
PFPurchaseTableViewCellStateDownloaded
|
||||
} PFPurchaseTableViewCellState;
|
||||
|
||||
@interface PFPurchaseTableViewCell : PFTableViewCell
|
||||
@property (nonatomic, assign) PFPurchaseTableViewCellState state;
|
||||
@property (nonatomic, retain, readonly) UILabel *priceLabel;
|
||||
@property (nonatomic, retain, readonly) UIProgressView *progressView;
|
||||
@end
|
||||
Reference in New Issue
Block a user