Skip to content

RoomPlan iOS xcode14.0 beta1

Alex Soto edited this page Jun 7, 2022 · 2 revisions

#RoomPlan.framework

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RoomPlan.framework/Headers/RoomPlan.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RoomPlan.framework/Headers/RoomPlan.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RoomPlan.framework/Headers/RoomPlan.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/RoomPlan.framework/Headers/RoomPlan.h	2022-05-21 11:14:21.000000000 -0400
@@ -0,0 +1,17 @@
+//
+//  RoomPlan.h
+//  RoomPlan
+//
+//  Copyright © 2021-2022 Apple Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//! Project version number for RoomPlan.
+FOUNDATION_EXPORT double RoomPlanVersionNumber;
+
+//! Project version string for RoomPlan.
+FOUNDATION_EXPORT const unsigned char RoomPlanVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like
+// #import <RoomPlan/PublicHeader.h>
Clone this wiki locally