From 43a3f4634dd9bdccdfa8d45143ab6600e9ac9552 Mon Sep 17 00:00:00 2001 From: Ruslan Serebriakov Date: Thu, 26 Aug 2021 06:27:46 -0700 Subject: [PATCH] CKVariant Summary: fastmod --accept-all CK::Variant RC::Variant fastmod --accept-all CKVariant.h RCVariant.h Reviewed By: cuva Differential Revision: D30540421 fbshipit-source-id: 523aa4db311f4cc5694b7b44858d7eb2388d76c0 --- .../SKComponentLayoutWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h index e1e6dc960..0fa20c2da 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutWrapper.h @@ -18,7 +18,7 @@ @class SKComponentLayoutWrapper; @class SKComponentMountedView; -// CK::Variant does not support Objective-C types unless they are boxed: +// RC::Variant does not support Objective-C types unless they are boxed: struct SKLeafViewChild { UIView* view; };