| 123456789101112131415161718 |
- //
- // PrivateLetterTableViewCell.h
- // BuguLive
- //
- // Created by fanwe2014 on 16/6/23.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PrivateLetterTableViewCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *imgView;
- @property (weak, nonatomic) IBOutlet UILabel *noticeLabel;
- @property (weak, nonatomic) IBOutlet UILabel *contentLabel;
- @property (weak, nonatomic) IBOutlet UILabel *timeLabel;
- @end
|