cdts/xdts-ios 3/TUICalling/Source/UI/Views/TUIInvitedContainerView.h
2023-07-27 09:20:00 +08:00

22 lines
366 B
Objective-C

//
// TUIInvitedContainerView.h
// TUICalling
//
// Created by noah on 2021/8/30.
//
#import <UIKit/UIKit.h>
#import "TUIInvitedActionProtocal.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIInvitedContainerView : UIView
@property (nonatomic, weak) id<TUIInvitedActionProtocal> delegate;
- (void)configTitleColor:(UIColor *)titleColor;
@end
NS_ASSUME_NONNULL_END