From aa6d6ccb9bea9994b0537b26154bf20a796cd25f Mon Sep 17 00:00:00 2001 From: Dimple Jethani Date: Wed, 7 Nov 2018 15:18:00 -0800 Subject: [PATCH] sending www string through ntsubdescriptor Summary: took out dictionary implementation and passing string through NTSubDescriptor Reviewed By: rohan-mehta Differential Revision: D12961340 fbshipit-source-id: 73493b83b3b670eb3455148c0223972b0d25815a --- .../FlipperKitLayoutComponentKitSupport/SKSubDescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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