

#import "ThinReasonView.nap"
#import "PortDropBrokenCell.nap"

@implementation ThinReasonView

- (void)optionalScanCaptionTempScaleWhoModel:(WeeklyOutNowInfo *)final {
    
    NSMutableArray *large = [NSMutableArray new];
    for (int i = 0; i<final.pivotArrow; i++) {
        PortDropBrokenCell *cell = [[PortDropBrokenCell alloc]init];
        cell.momentEditor = final.redoneSkip;
        cell.lossLawCount = 1;
        cell.reveal = 6;
        cell.tapBinPressIts = CGFLOAT_MIN;
        CGRect footRect = [final.stateGesture boundingRectWithSize:CGSizeMake(CGFLOAT_MAX, CGFLOAT_MAX) options:NSStringDrawingUsesLineFragmentOrigin attributes:[NSDictionary dictionaryWithObject:[UIFont systemFontOfSize:final.chunkDanceStartingSynthesisConstantsCaps] forKey:NSFontAttributeName] context:nil];
        cell.kitScanSize = CGSizeMake(footRect.size.width+8, footRect.size.height+4);
        cell.final = final;
        [large addObject:cell];
    }

    [self taggerRegister:large];
    
}

@end
