仿微信朋友圈
2018-04-16 本文已影响0人
载你走
All rights reserved.//#import@interface IIITableViewController : UITableViewCell
@property(nonatomic,strong)UIImageView *imgView;
@property(nonatomic,strong)UILabel *titleLabel;
@property(nonatomic,strong)UILabel *subTitleLabel;
@property(nonatomic,strong)UILabel *timeLabel;
@end