Files
peko-ios/YuMi/Modules/YMMine/View/Cell/Friend/XPMineFriendTableViewCell.h
2023-07-14 18:50:55 +08:00

19 lines
363 B
Objective-C

//
// YMMineFriendTableViewCell.h
// YUMI
//
// Created by YUMI on 2021/12/21.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class UserInfoModel;
@interface XPMineFriendTableViewCell : UITableViewCell
@property (nonatomic,strong) UserInfoModel *userInfo;
///是否在房内聊天
@property (nonatomic,assign) BOOL isInRoom;
@end
NS_ASSUME_NONNULL_END