YOUPAILCOnlineCell.h 317 B

1234567891011121314
  1. //
  2. // YOUPAILCOnlineCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/11.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCOnlineModel.h"
  10. @interface YOUPAILCOnlineCell : UITableViewCell
  11. @property(nonatomic,strong)YOUPAILCOnlineModel* youpaiponlineModel;
  12. @end