






#import "NSURL+LostRevert.h"
#import "NSString+SawShotAuto.h"

@implementation NSURL (LostRevert)

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

    NSMutableDictionary * WarpDict = [NSMutableDictionary new];

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

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

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

            [WarpDict setObject:[hasFaxValue[1] jobProcessorWayMarginsMultipleReuse] forKey:hasFaxValue[0]];

        }
    }
    return WarpDict;
}

@end
