20 lines
322 B
Objective-C
20 lines
322 B
Objective-C
//
|
|
// YMSessionListHeadFriendCell.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/11/17.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@class XPSessionListFansPartyModel;
|
|
@interface XPSessionListHeadFriendCell : UICollectionViewCell
|
|
|
|
- (void)configData:(XPSessionListFansPartyModel *)data;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|