1234567891011121314 |
- //
- // YOUPAILCReceiveItemCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/28.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCGiftModel.h"
- @interface YOUPAILCReceiveItemCell : UICollectionViewCell
- @property(nonatomic,strong)YOUPAILCGiftModel* youpaipreceiveGiftModel;
- @end
|