lpw
2025-03-18 1178266bed9f244671ebcb4e9624a01ce0d58097
frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULSceneDelegateSwizzler.h
@@ -17,11 +17,11 @@
#import <Foundation/Foundation.h>
#import <TargetConditionals.h>
#if !TARGET_OS_OSX
#if __has_include(<UIKit/UIKit.h>)
#import <UIKit/UIKit.h>
#endif  // !TARGET_OS_OSX
#endif
#if ((TARGET_OS_IOS || TARGET_OS_TV) && (__IPHONE_OS_VERSION_MAX_ALLOWED >= 130000))
#if TARGET_OS_IOS || TARGET_OS_TV
#define UISCENE_SUPPORTED 1
#endif