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

22 lines
411 B
Objective-C

// Created by lvjunhang on 2019/5/21.
// Copyright © 2023 YUMI. All rights reserved.
#import <Foundation/Foundation.h>
#import "TTPopupManagerServiceProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface TTPopupManagerService : NSObject<TTPopupManagerServiceProtocol>
@property (nonatomic, strong) id<TTPopupServiceProtocol> currentPopupService;
+ (instancetype)sharedInstance;
@end
NS_ASSUME_NONNULL_END