| 12345678910111213141516171819202122 |
- //
- // YBShareViewCell.h
- // YBVideo
- //
- // Created by YB007 on 2019/8/30.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBShareViewCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *thumbIV;
- @property (weak, nonatomic) IBOutlet UILabel *titleL;
- @end
- NS_ASSUME_NONNULL_END
|