






#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CenterMixMenManager : NSObject

+ (void)closePendingAcceptCardBarScopeOptions:(NSDictionary *)launchOptions twistTabOptions:(UISceneConnectionOptions *)connetOptions;

+ (BOOL)symmetricSectionApplyingSucceedFlash:(UIApplication *)application
                pictures:(NSURL *)url
                collapse:(nullable NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options;
@end

NS_ASSUME_NONNULL_END
