From 3423d78f5952da0b38ed88687b54f3526a56ffae Mon Sep 17 00:00:00 2001 From: Hugo Cuvillier Date: Thu, 1 Apr 2021 04:57:09 -0700 Subject: [PATCH] Rename `CKComponentViewConfiguration` -> `CKViewConfiguration` Summary: Ditto. #cleanup allow-large-files Reviewed By: kevin0571 Differential Revision: D27498785 fbshipit-source-id: 06aa1cd186a4784a93be3fe2fc240a10c3f9fabe --- .../FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm | 2 +- .../SKComponentLayoutDescriptor.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm index 5134447b7..b091268be 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/CKComponent+Sonar.mm @@ -14,8 +14,8 @@ #import #import #import -#import #import +#import #import #import #import diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm index adfa2a655..ae2638120 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKComponentLayoutDescriptor.mm @@ -19,9 +19,9 @@ #import #import #import -#import #import #import +#import #import #import