18 lines
300 B
C
18 lines
300 B
C
![]() |
//
|
||
|
// 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
|