MGSignCollectCell.h 393 B

123456789101112131415161718192021
  1. //
  2. // MGSignCollectCell.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2019/12/21.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "BGSignModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MGSignCollectCell : UICollectionViewCell
  12. @property(nonatomic, strong) BGSignRewardModel *model;
  13. @property(nonatomic, assign) BOOL alreadySign;
  14. @end
  15. NS_ASSUME_NONNULL_END