diff --git a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h index 21d49d7e2..0bd1470ff 100644 --- a/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h +++ b/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h @@ -24,6 +24,6 @@ /** This is the data the SubDescriptor wants to pass up to the SKLayoutDescriptor. */ -- (NSDictionary *)getDataForNode:(SKComponentLayoutWrapper *)node; +- (NSString *)getDataForNode:(SKComponentLayoutWrapper *)node; @end