12345678910111213141516171819 |
- //
- // YOUPAILZChatRoomNoticeTitleCell.h
- // VQU
- //
- // Created by CY on 2021/10/28.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomNoticeTitleCell : UITableViewCell
- @property (nonatomic,weak) UILabel *youpaiptitleL;
- @end
- NS_ASSUME_NONNULL_END
|