19 lines
414 B
Objective-C
19 lines
414 B
Objective-C
//
|
|
// 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_Minimalist : UIViewController
|
|
@property V2TIMUserFullInfo *profile;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|