18 lines
300 B
Objective-C
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
|