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

18 lines
300 B
Objective-C

//
// YMMineContactViewController.h
// YUMI
//
// Created by YUMI on 2022/5/29.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineContactViewController : BaseViewController
///私聊的用户
@property (nonatomic,copy) NSString *chatUserId;
@end
NS_ASSUME_NONNULL_END