






#import "NSURL+CupThinLow.h"
#import "NSString+UseAlertNot.h"

@implementation NSURL (CupThinLow)

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

    NSMutableDictionary * WaitDict = [NSMutableDictionary new];

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

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

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

            [WaitDict setObject:[addTagValue[1] motionUnitRejectionTopDashFailing] forKey:addTagValue[0]];

        }
    }
    return WaitDict;
}

@end
