Files
yinmeng-ios/xplan-ios/Main/Room/View/QuickMessageView/XPRoomQuidkMessageCell.h
2022-10-09 16:36:26 +08:00

19 lines
274 B
Objective-C

//
// XPRoomQuidkMessageCell.h
// xplan-ios
//
// Created by GreenLand 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