YOUPAIBigCastSettingCell.h 372 B

1234567891011121314151617181920
  1. //
  2. // YOUPAIBigCastSettingCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/3/9.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIBigCastSettingCell : UITableViewCell
  11. @property (nonatomic, weak) UIImageView *youpaipimgV;
  12. @property (nonatomic, weak) UILabel *youpaiptitleL;
  13. @end
  14. NS_ASSUME_NONNULL_END