From 1178266bed9f244671ebcb4e9624a01ce0d58097 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:04:04 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/GoogleUtilities.xcframework/tvos-arm64/GoogleUtilities.framework/Headers/GULOriginalIMPConvenienceMacros.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/tvos-arm64/GoogleUtilities.framework/Headers/GULOriginalIMPConvenienceMacros.h b/frameworks/GoogleUtilities.xcframework/tvos-arm64/GoogleUtilities.framework/Headers/GULOriginalIMPConvenienceMacros.h index a33262a..c340f85 100644 --- a/frameworks/GoogleUtilities.xcframework/tvos-arm64/GoogleUtilities.framework/Headers/GULOriginalIMPConvenienceMacros.h +++ b/frameworks/GoogleUtilities.xcframework/tvos-arm64/GoogleUtilities.framework/Headers/GULOriginalIMPConvenienceMacros.h @@ -14,6 +14,10 @@ * limitations under the License. */ +#import <Foundation/Foundation.h> + +NS_ASSUME_NONNULL_BEGIN + /** * GULOriginalIMPConvenienceMacros.h * @@ -205,3 +209,5 @@ __typeof__(__arg7), __typeof__(__arg8), __typeof__(__arg9)))__originalIMP)( \ __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, \ __arg8, __arg9) + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0