| 12345678910111213141516171819 |
- //
- // YBCenterMoreCell.h
- // YBVideo
- //
- // Created by IOS1 on 2019/7/5.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBCenterMoreCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *thumbImgV;
- @property (weak, nonatomic) IBOutlet UILabel *nameL;
- @end
- NS_ASSUME_NONNULL_END
|