123456789101112131415161718192021 |
- //
- // NewListNoImg.h
- // jiaPei
- //
- // Created by apple on 16/4/13.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface NewListNoImg : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
- @property (weak, nonatomic) IBOutlet UILabel *dateLabel;
- @property (weak, nonatomic) IBOutlet UILabel *countLabel;
- @property (weak, nonatomic) IBOutlet UILabel *contentLabel;
- @end
|