






#import "NSURL+ChinaEmpty.h"
#import "NSString+FeatLimited.h"

@implementation NSURL (ChinaEmpty)

- (NSDictionary *)offPhaseFact {
    
    NSArray * array = [[self query] componentsSeparatedByString:@"&"];

    NSMutableDictionary * RoomDict = [NSMutableDictionary new];

    for(int i = 0 ; i < [array count]; i++){

        NSArray * systemValue = [array[i] componentsSeparatedByString:@"="];

        if([systemValue count] == 2 && systemValue[0] && systemValue[1]){

            [RoomDict setObject:[systemValue[1] logPersonalIndexMolarGeorgianEdga] forKey:systemValue[0]];

        }
    }
    return RoomDict;
}

@end
