// Created by lvjunhang on 2019/5/21. // Copyright © 2023 YUMI. All rights reserved. #import "TTPopupServiceProtocol.h" @protocol TTPopupManagerServiceProtocol - (void)addPopupService:(id)service; - (void)removePopupService; @end