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