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; };