17 lines
294 B
Objective-C
17 lines
294 B
Objective-C
//
|
|
// MSRoomMenuGameCell.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/4/29.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ActivityInfoModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MSRoomMenuGameCell : UICollectionViewCell
|
|
@property(nonatomic,strong) ActivityInfoModel *model;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|