Files
real-e-party-iOS/YuMi/CustomUI/TTPopup/Service/TTPopupService.h.backup
2025-10-17 14:52:29 +08:00

23 lines
465 B
Plaintext

//
// TTPopupService.h
// YM_TTChatViewKit
//
// Created by lvjunhang on 2019/5/21.
// Copyright © 2023 YUMI. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "TTPopupServiceProtocol.h"
// TTPopupConfig 是 TTPopupService 的别称
// 具体信息见 TTPopupService
#define TTPopupConfig TTPopupService
NS_ASSUME_NONNULL_BEGIN
@interface TTPopupService : NSObject<TTPopupServiceProtocol>
@end
NS_ASSUME_NONNULL_END