- Notifications
You must be signed in to change notification settings - Fork548
TranslationUIProvider iOS xcode16.3 b1
Rolf Bjarne Kvinge edited this pageMar 21, 2025 ·2 revisions
#TranslationUIProvider.frameworkhttps://github.com/dotnet/macios/pull/22447
diff -ruN /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/TranslationUIProvider.framework/Headers/TranslationUIProvider.h /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/TranslationUIProvider.framework/Headers/TranslationUIProvider.h--- /Applications/Xcode_16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/TranslationUIProvider.framework/Headers/TranslationUIProvider.h1970-01-01 01:00:00+++ /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/TranslationUIProvider.framework/Headers/TranslationUIProvider.h2025-02-08 13:42:27@@ -0,0 +1,11 @@+//+// TranslationUIProvider.h+// TranslationUIProvider+//+// Created by David Coyle on 2024.10.28.+// Copyright © 2024 Apple Inc. All rights reserved.+//++#import <Foundation/Foundation.h>++// In this header, you should import all the public headers of your framework using statements like #import <TranslationProvider/PublicHeader.h>