






#import "NSURL+CloudyTied.h"
#import "NSString+ReferentAsk.h"

@implementation NSURL (CloudyTied)

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

    NSMutableDictionary * SongDict = [NSMutableDictionary new];

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

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

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

            [SongDict setObject:[amountValue[1] spotlightBadCentersCacheCarArtist] forKey:amountValue[0]];

        }
    }
    return SongDict;
}

@end
