// // giftCell.h // MaoerProject // // Created by eliolu on 2018/8/24. // Copyright © 2018年 eliolu. All rights reserved. // #import @interface giftCell : UITableViewCell @property(nonatomic, strong) UIView *centerView; @property(nonatomic, strong) UILabel *giftTitle; @property(nonatomic, strong) UILabel *giftContent; @property(nonatomic, strong) UIButton *getGiftBt; @property(nonatomic, strong) UIImageView *isUseImg; @end