miduo_client/Assets/Plugins/iOS/ThinkingSDK/Source/common/TDToastView.h

14 lines
256 B
C
Raw Normal View History

2021-08-28 20:21:42 +08:00
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
使
*/
@interface TDToastView : UIView
+ (instancetype)showInWindow:(UIWindow *)window text:(NSString *)text duration:(NSTimeInterval)duration;
@end
NS_ASSUME_NONNULL_END