Unified bridge implementation between OSS and private React forks

This commit is contained in:
Nick Lockwood
2015-02-24 09:06:57 -08:00
parent 00553c6d06
commit 9a2e7a852a
11 changed files with 181 additions and 71 deletions

View File

@@ -108,4 +108,9 @@
return [[[self class] allocWithZone:zone] initWithSparseArray:self];
}
- (NSString *)description
{
return [[super description] stringByAppendingString:[_storage description]];
}
@end