提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// TUIFriendRequestViewController.h
|
||||
// TUIKitDemo
|
||||
//
|
||||
// Created by annidyfeng on 2019/4/18.
|
||||
// Copyright © 2019 kennethmiao. All rights reserved.
|
||||
//
|
||||
#import <TIMCommon/TIMCommonModel.h>
|
||||
#import <TIMCommon/TIMDefine.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIFriendRequestViewController : UIViewController
|
||||
@property V2TIMUserFullInfo *profile;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user