// // LockCell.h // LN_School // // Created by EchoShacolee on 2017/4/17. // Copyright © 2017年 Danson. All rights reserved. // #import @interface LockCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *nameLab; @property (weak, nonatomic) IBOutlet UILabel *statusLab; @property (weak, nonatomic) IBOutlet UILabel *timeLab; -(void)upDataWithDic:(NSDictionary *)dic; @end