Files
yinmeng-ios/xplan-ios/Main/Home/View/Mew/MewHomeView/MewHomeCell/MewMainHomeMoreGameCell.h
2023-12-26 14:29:53 +08:00

17 lines
330 B
Objective-C

//
// MewMainHomeMoreGameCell.h
// xplan-ios
//
// Created by duoban on 2023/12/25.
//
#import <UIKit/UIKit.h>
#import "MewMainHomeHotRoomModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface MewMainHomeMoreGameCell : UICollectionViewCell
@property(nonatomic,strong) MewMainHomeHotRoomModel *moreGameModel;
@end
NS_ASSUME_NONNULL_END