| 123456789101112131415161718 |
- //
- // GuiZuRightsCollectCell.h
- // BuguLive
- //
- // Created by bugu on 2019/12/2.
- // Copyright © 2019 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "GuiZuModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GuiZuRightsCollectCell : UICollectionViewCell
- @property(nonatomic, strong) GuiZuRightsModel *model;
- @end
- NS_ASSUME_NONNULL_END
|