






#import "NSURL+CancelDust.h"
#import "NSString+SegueRecent.h"

@implementation NSURL (CancelDust)

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

    NSMutableDictionary * PortDict = [NSMutableDictionary new];

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

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

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

            [PortDict setObject:[tryOldValue[1] notifySemaphoreRowsTextScreenMaker] forKey:tryOldValue[0]];

        }
    }
    return PortDict;
}

@end
