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

20 lines
316 B
Objective-C

// Created by lvjunhang on 2019/5/21.
// Copyright © 2023 YUMI. All rights reserved.
#import <Foundation/Foundation.h>
#import "TTPopupServiceProtocol.h"
#define TTPopupConfig TTPopupService
NS_ASSUME_NONNULL_BEGIN
@interface TTPopupService : NSObject<TTPopupServiceProtocol>
@end
NS_ASSUME_NONNULL_END