1234567891011121314 |
- //
- // YOUPAILCOnlineCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/11.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCOnlineModel.h"
- @interface YOUPAILCOnlineCell : UITableViewCell
- @property(nonatomic,strong)YOUPAILCOnlineModel* youpaiponlineModel;
- @end
|