Files
peko-ios/YuMi/Modules/YMNewHome/View/Cell/XPHomeGameCell.h

18 lines
300 B
C
Raw Normal View History

2023-09-21 17:44:59 +08:00
//
// XPHomeGameCell.h
// xplan-ios
//
// Created by duoban on 2022/11/21.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeGameCell : UICollectionViewCell
@property (nonatomic,assign) BOOL isChoose;
@property (nonatomic,copy) NSString *imageUrl;
@end
NS_ASSUME_NONNULL_END