NYTimeRuleCell.h 585 B

123456789101112131415161718192021222324
  1. //
  2. // NYTimeRuleCell.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2023/6/8.
  6. // Copyright © 2023 JCZ. All rights reserved.
  7. //
  8. #import "RQCommonCollectionViewCell.h"
  9. #import "NYTimeRuleItemViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface NYTimeRuleCell : RQCommonCollectionViewCell
  12. @property (weak, nonatomic) IBOutlet UIView *ruleOne;
  13. @property (weak, nonatomic) IBOutlet UIView *ruleTwo;
  14. @property (weak, nonatomic) IBOutlet UIView *ruleThree;
  15. @property (weak, nonatomic) IBOutlet UIView *ruleFour;
  16. @property (weak, nonatomic) IBOutlet UIView *ruleMsg;
  17. @end
  18. NS_ASSUME_NONNULL_END