Files
peko-ios/YuMi/Modules/YMRoom/View/MenuContainerView/MSRoomMenuGameEmptyCell.h
2024-04-30 19:30:11 +08:00

17 lines
222 B
Objective-C

//
// MSRoomMenuGameEmptyCell.h
// YuMi
//
// Created by duoban on 2024/4/30.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface MSRoomMenuGameEmptyCell : UICollectionViewCell
@end
NS_ASSUME_NONNULL_END