YOUPAILZChatRoomNoticeTitleCell.h 328 B

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