19 lines
274 B
Objective-C
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
|