1234567891011121314151617181920 |
- //
- // YOUPAIBigCastSettingCell.h
- // MSYOUPAI
- //
- // Created by CY on 2022/3/9.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIBigCastSettingCell : UITableViewCell
- @property (nonatomic, weak) UIImageView *youpaipimgV;
- @property (nonatomic, weak) UILabel *youpaiptitleL;
- @end
- NS_ASSUME_NONNULL_END
|