1234567891011121314151617 |
- //
- // RQHomeSubPageSortCell.h
- // SDJK
- //
- // Created by 张嵘 on 2021/8/5.
- //
- #import "RQCommonCollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageSortCell : RQCommonCollectionViewCell
- @property (weak, nonatomic) IBOutlet UIButton *numBtn;
- @end
- NS_ASSUME_NONNULL_END
|