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:
committed by
Facebook Github Bot
parent
4a02041fa1
commit
aa6d6ccb9b
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user