static NSDictionary *SectionMap_;
static NSMutableDictionary *Metadata_;
static _H<NSDate> Backgrounded_;
-static _transient NSMutableDictionary *Settings_;
static _transient NSMutableDictionary *Values_;
static _transient NSMutableDictionary *Sections_;
_H<NSMutableDictionary> Sources_;
if (Metadata_ == NULL)
Metadata_ = [NSMutableDictionary dictionaryWithCapacity:2];
else {
- Settings_ = [Metadata_ objectForKey:@"Settings"];
-
Values_ = [Metadata_ objectForKey:@"Values"];
Sections_ = [Metadata_ objectForKey:@"Sections"];
Sources_ = [Metadata_ objectForKey:@"Sources"];