17 lines
337 B
C
17 lines
337 B
C
![]() |
//
|
||
|
// MewMainHomeMakeFriendHeadCell.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by duoban on 2023/12/22.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "MewMainHomeGameTabModel.h"
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MewMainHomeMakeFriendHeadCell : UICollectionViewCell
|
||
|
@property(nonatomic,strong) MewMainHomeGameTabModel *tabModel;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|