JLHongDianCell.h 388 B

123456789101112131415161718192021
  1. //
  2. // JLHongDianCell.h
  3. // shiku_im
  4. //
  5. // Created by liyangyang-pc on 17/3/3.
  6. // Copyright © 2017年 UAS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class JLMsgModel;
  10. @interface JLHongDianCell : UITableViewCell
  11. +(instancetype)cellWithTableView:(UITableView *)tableView;
  12. @property (nonatomic ,strong) JLMsgModel * model;
  13. @property (nonatomic ,copy) NSString * type;
  14. @end