12345678910111213141516171819202122 |
- //
- // NYTimeStartRuleCell.h
- // jiaPei
- //
- // Created by Ning.ge on 2023/6/9.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import "RQCommonCollectionViewCell.h"
- #import "NYTimeStartRuleViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NYTimeStartRuleCell : RQCommonCollectionViewCell
- @property (weak, nonatomic) IBOutlet UILabel *time_Label;
- @property (weak, nonatomic) IBOutlet UIButton *time_Button;
- @end
- NS_ASSUME_NONNULL_END
|