123456789101112131415161718 |
- //
- // YOUPAILCSkillCollectionCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/9.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCSkillModel.h"
- @interface YOUPAILCSkillCollectionCell : UICollectionViewCell
- @property(nonatomic,strong)UIImageView* youpaipselectImgView;
- @property(nonatomic,strong)UIImageView* youpaipiconImgView;
- @property(nonatomic,strong)UILabel* youpaipstatuLabel;
- @property(nonatomic,strong)UILabel* youpaipskillNameLabel;
- @property(nonatomic,strong)YOUPAILCSkillModel* youpaipskillModel;
- @end
|