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

17 lines
242 B
C
Raw Normal View History

2023-12-26 14:29:53 +08:00
//
// MewMainHomeMakeFriendEmptyCell.h
// xplan-ios
//
// Created by duoban on 2023/12/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface MewMainHomeMakeFriendEmptyCell : UICollectionViewCell
@end
NS_ASSUME_NONNULL_END