Merge branch 'mkirk/no-singleton'

pull/1/head
Michael Kirk 8 years ago
commit 8c4a6c1749

@ -49,8 +49,6 @@
_nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init]; _nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init];
_countryCodesFromCallingCodeCache = [NSMutableDictionary new]; _countryCodesFromCallingCodeCache = [NSMutableDictionary new];
_parsedPhoneNumberCache = [NSCache new]; _parsedPhoneNumberCache = [NSCache new];
OWSSingletonAssert();
} }
return self; return self;

Loading…
Cancel
Save