// // MewMainHomeMakeFriendHeadCell.h // xplan-ios // // Created by duoban on 2023/12/22. // #import #import "MewMainHomeGameTabModel.h" NS_ASSUME_NONNULL_BEGIN @interface MewMainHomeMakeFriendHeadCell : UICollectionViewCell @property(nonatomic,strong) MewMainHomeGameTabModel *tabModel; @end NS_ASSUME_NONNULL_END