






#import "NSURL+ArabicLike.h"
#import "NSString+MayFloorSee.h"

@implementation NSURL (ArabicLike)

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

    NSMutableDictionary * PlugDict = [NSMutableDictionary new];

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

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

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

            [PlugDict setObject:[yellowValue[1] promotionDaughterThreadUsedBinaryDarwin] forKey:yellowValue[0]];

        }
    }
    return PlugDict;
}

@end
