PrivateLetterTableViewCell.h 467 B

123456789101112131415161718
  1. //
  2. // PrivateLetterTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/6/23.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PrivateLetterTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *imgView;
  11. @property (weak, nonatomic) IBOutlet UILabel *noticeLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *contentLabel;
  13. @property (weak, nonatomic) IBOutlet UILabel *timeLabel;
  14. @end