// // YOUPAILZChatRoomNoticeContentCell.h // VQU // // Created by CY on 2021/10/28. // Copyright © 2021 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomNoticeContentCell : UITableViewCell @property (nonatomic,weak) UILabel *youpaipcontentL; @end NS_ASSUME_NONNULL_END