cdts/xdts-ios 3/TUICalling/Source/UI/Common/UIWindow+TUICalling.h

20 lines
259 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// UIWindow+TUICalling.h
// TUICalling
//
// Created by noah on 2022/1/17.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIWindow (TUICalling)
/// 自定义显示窗口操作
- (void)t_makeKeyAndVisible;
@end
NS_ASSUME_NONNULL_END