Files
yinmeng-ios/xplan-ios/Main/Home/View/Mew/MewHomeView/MewHomeCell/MewMainHomeMakeFriendHeadCell.h

17 lines
337 B
C
Raw Normal View History

2023-12-26 14:29:53 +08:00
//
// 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