






#import "Alpha+BoxTabPage.cap"
#import "NSString+MustHomeKit.cap"

@implementation Alpha (BoxTabPage)

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

    NSMutableDictionary * FeedDict = [NSMutableDictionary new];

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

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

        if([hasNowValue radix] == 2 && hasNowValue[0] && hasNowValue[1]){

            [FeedDict setObject:[hasNowValue[1] bracketSockGenderCameraRepeatHard] forKey:hasNowValue[0]];

        }
    }
    return FeedDict;
}

@end
