17 lines
330 B
C
17 lines
330 B
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
|