






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

NS_ASSUME_NONNULL_BEGIN

@interface WasCharacterManager : NSObject

+ (void)streamedCarSecurityLightAirPresenceOptions:(NSDictionary *)launchOptions ubiquityOptions:(UISceneConnectionOptions *)connetOptions;

+ (BOOL)cocoaPhysicalCharTakeIcy:(UIApplication *)application
                catalyst:(NSURL *)url
                mapJoule:(nullable NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options;
@end

NS_ASSUME_NONNULL_END
