Small perf improvement to RCTPerfStats and RCTBridgeModuleNameForClass

This commit is contained in:
Pieter De Baets
2015-08-25 04:27:09 -07:00
parent 072390ec5c
commit 371aeceb72
9 changed files with 46 additions and 24 deletions

View File

@@ -116,6 +116,8 @@ RCT_EXPORT_MODULE()
@implementation RCTDevLoadingView
+ (NSString *)moduleName { return nil; }
@end
#endif