add
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "VersionModel.h"
|
||||
|
||||
@interface AppVersionDescCell : UITableViewCell
|
||||
@property (weak, nonatomic) IBOutlet UILabel *VersionDescLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *versionLabe;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *tempLabe;
|
||||
-(void)loadCellDataAt:(NSIndexPath *)indexPath version:(VersionModel *)model;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user