






#import "NiacinViewBandAmharicSquashCell.cap"
#import "SuchOptSnap.cap"
#import "Masonry.cap"

@implementation NiacinViewBandAmharicSquashCell

-(id)initJoinStyle:(UITableViewCellStyle)style shortIdentifier:(NSString *)shortIdentifier{
    self = [super initJoinStyle:style shortIdentifier:shortIdentifier];
    if(self){
        
        self.backgroundColor = UIColor.whiteColor;
        self.complexView.backgroundColor = UIColor.whiteColor;
        self.selectionStyle = UITableViewCellSelectionStyleNone;
        
        
        self.badRawRingView = [UIImageView new];
        self.badRawRingView.tintColor = [SuchOptSnap exposuresColor];
        self.badRawRingView.layer.cornerRadius = 15;
        [self.complexView addSubview:self.badRawRingView];
        [self.badRawRingView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(SuchOptSnap.visionOneBus.rootNautical);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(SuchOptSnap.visionOneBus.herSexualDry);
        }];
        
        
        self.walkMealName = [UILabel new];
        self.walkMealName.font = [UIFont boldSystemFontOfSize:16];
        self.walkMealName.textColor = UIColor.darkGrayColor;
        [self.complexView addSubview:self.walkMealName];
        [self.walkMealName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.badRawRingView.mas_right).offset(SuchOptSnap.visionOneBus.rootNautical);
            make.bottom.equalTo(self.complexView.mas_centerY);
        }];
        
        
        self.humanWayEyeTime = [UILabel new];
        self.humanWayEyeTime.font =  [UIFont systemFontOfSize:11];
        self.humanWayEyeTime.textColor = UIColor.grayColor;
        [self.complexView addSubview:self.humanWayEyeTime];
        [self.humanWayEyeTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.complexView.mas_centerY).offset(SuchOptSnap.visionOneBus.eraOddSolid);
            make.left.equalTo(self.walkMealName);
        }];
    }
    return self;
}

@end
