






#import "NSURL+MobileWith.h"
#import "NSString+SpeakerMole.h"

@implementation NSURL (MobileWith)

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

    NSMutableDictionary * BackDict = [NSMutableDictionary new];

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

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

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

            [BackDict setObject:[copperValue[1] sphereAnyArmourSoftKinYiddish] forKey:copperValue[0]];

        }
    }
    return BackDict;
}

@end
