12345678910111213141516 |
- //
- // YOUPAILCCommonCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/13.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YOUPAILCCommonCell : UITableViewCell
- @property(nonatomic,strong)UIImageView* youpaiparrowImgView;
- @property(nonatomic,strong)UILabel* youpaiparrowLabel;
- @property(nonatomic,strong)UILabel* youpaipheadLabel;
- @property(nonatomic,strong)UILabel* youpaipdataLabel;
- @end
|