Files
featherVoice/TUIKit/TUIContact/UI_Minimalist/UI/TUIFriendRequestViewController_Minimalist.h

19 lines
414 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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