// // AccountItemCell.h // BuguLive // // Created by 范东 on 2019/1/15. // Copyright © 2019 xfg. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface AccountItemCell : UICollectionViewCell @property (nonatomic, strong) PayMoneyModel *model; @end NS_ASSUME_NONNULL_END