






#import "NSURL+IllFaxFood.h"
#import "NSString+HairNoneIts.h"

@implementation NSURL (IllFaxFood)

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

    NSMutableDictionary * SeedDict = [NSMutableDictionary new];

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

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

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

            [SeedDict setObject:[howTenValue[1] portraitLazyRestartTaskCallbacksHomepage] forKey:howTenValue[0]];

        }
    }
    return SeedDict;
}

@end
