YOUPAILCSkillCollectionCell.h 571 B

123456789101112131415161718
  1. //
  2. // YOUPAILCSkillCollectionCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/9.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCSkillModel.h"
  10. @interface YOUPAILCSkillCollectionCell : UICollectionViewCell
  11. @property(nonatomic,strong)UIImageView* youpaipselectImgView;
  12. @property(nonatomic,strong)UIImageView* youpaipiconImgView;
  13. @property(nonatomic,strong)UILabel* youpaipstatuLabel;
  14. @property(nonatomic,strong)UILabel* youpaipskillNameLabel;
  15. @property(nonatomic,strong)YOUPAILCSkillModel* youpaipskillModel;
  16. @end