






#import "AffineWaitWeightBlendFormCell.two"
#import "AirItemBody.two"
#import "Masonry.two"

@implementation AffineWaitWeightBlendFormCell

-(id)initBodyStyle:(UITableViewCellStyle)style flashIdentifier:(NSString *)flashIdentifier{
    self = [super initBodyStyle:style flashIdentifier:flashIdentifier];
    if(self){
        
        self.backgroundColor = UIColor.whiteColor;
        self.handlerView.backgroundColor = UIColor.whiteColor;
        self.selectionStyle = UITableViewCellSelectionStyleNone;
        
        
        self.backupTallView = [UIImageView new];
        self.backupTallView.tintColor = [AirItemBody stormLikeColor];
        self.backupTallView.layer.cornerRadius = 15;
        [self.handlerView addSubview:self.backupTallView];
        [self.backupTallView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(AirItemBody.mouseMeasure.versionBegin);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(AirItemBody.mouseMeasure.nowIntegrity);
        }];
        
        
        self.sixAllowName = [UILabel new];
        self.sixAllowName.font = [UIFont boldSystemFontOfSize:16];
        self.sixAllowName.textColor = UIColor.darkGrayColor;
        [self.handlerView addSubview:self.sixAllowName];
        [self.sixAllowName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.backupTallView.mas_right).offset(AirItemBody.mouseMeasure.versionBegin);
            make.bottom.equalTo(self.handlerView.mas_centerY);
        }];
        
        
        self.entityCleanTime = [UILabel new];
        self.entityCleanTime.font =  [UIFont systemFontOfSize:11];
        self.entityCleanTime.textColor = UIColor.grayColor;
        [self.handlerView addSubview:self.entityCleanTime];
        [self.entityCleanTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.handlerView.mas_centerY).offset(AirItemBody.mouseMeasure.jobMildMore);
            make.left.equalTo(self.sixAllowName);
        }];
    }
    return self;
}

@end
