12345678910111213141516171819 |
- //
- // SynopsisCollectCell.h
- // smartRhino
- //
- // Created by niuzhen on 2020/6/16.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SynopsisCollectCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleL;
- @end
- NS_ASSUME_NONNULL_END
|