123456789101112131415161718 |
- //
- // SearchTabCell.h
- // smartRhino
- //
- // Created by niuzhen on 2020/4/8.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SearchTabCell : UICollectionViewCell
- @property (nonatomic, strong) UILabel * titleL;
- @end
- NS_ASSUME_NONNULL_END
|