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