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