Files
peko-ios/YuMi/Modules/YMRoom/View/QuickMessageView/XPRoomQuidkMessageCell.h
2023-07-14 18:50:55 +08:00

19 lines
264 B
Objective-C

//
// YMRoomQuidkMessageCell.h
// YUMI
//
// Created by YUMI on 2022/9/28.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomQuidkMessageCell : UICollectionViewCell
@property (nonatomic, copy) NSString *title;
@end
NS_ASSUME_NONNULL_END