This commit is contained in:
lianxiang
2018-09-20 00:25:25 +08:00
parent 27e27d5d12
commit 309cae4ab2
56 changed files with 1755 additions and 39 deletions
@@ -17,6 +17,13 @@
}
-(void)loadCellDataAt:(NSIndexPath *)indexPath version:(VersionModel *)model{
self.VersionDescLabel.text = model.content;
self.versionLabe.text = model.title;
self.tempLabe.text = model.createTime;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];