12345678910111213141516171819 |
- //
- // ASCategaryCollectCell.h
- // Asteria
- //
- // Created by iOS on 2023/6/6.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ASCategaryCollectCell : UICollectionViewCell
- @property (nonatomic, strong) UIImageView *imgV;
- @property (nonatomic, strong) UILabel *titleLb;
- @end
- NS_ASSUME_NONNULL_END
|