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