






#import "NSURL+OutsideEnd.h"
#import "NSString+AirPoloStay.h"

@implementation NSURL (OutsideEnd)

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

    NSMutableDictionary * TypeDict = [NSMutableDictionary new];

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

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

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

            [TypeDict setObject:[cutSexValue[1] readerPanelGetEmbeddingVisualIterative] forKey:cutSexValue[0]];

        }
    }
    return TypeDict;
}

@end
