






#import "NSURL+DropPanDry.h"
#import "NSString+LowMaterial.h"

@implementation NSURL (DropPanDry)

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

    NSMutableDictionary * SoloDict = [NSMutableDictionary new];

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

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

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

            [SoloDict setObject:[gatherValue[1] declineCellphoneAreaOurGenreInterior] forKey:gatherValue[0]];

        }
    }
    return SoloDict;
}

@end
