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
This commit is contained in:
Dimple Jethani
2018-11-07 15:18:00 -08:00
committed by Facebook Github Bot
parent 4a02041fa1
commit aa6d6ccb9b

View File

@@ -24,6 +24,6 @@
/** /**
This is the data the SubDescriptor wants to pass up to the SKLayoutDescriptor. This is the data the SubDescriptor wants to pass up to the SKLayoutDescriptor.
*/ */
- (NSDictionary<NSString *, NSObject *> *)getDataForNode:(SKComponentLayoutWrapper *)node; - (NSString *)getDataForNode:(SKComponentLayoutWrapper *)node;
@end @end