WillDoCell.h 436 B

1234567891011121314151617181920
  1. //
  2. // WillDoCell.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/4/19.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WillDoCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *shortTitleLabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *markNumLabel;
  13. @property (nonatomic,copy)NSString *imageName;
  14. @end