






#import "ConcludeQueryBasalMixMisplacedCell.h"
#import "SafariFloor.h"
#import "Masonry.h"

@implementation ConcludeQueryBasalMixMisplacedCell

-(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{
    self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
    if(self){
        
        self.backgroundColor = UIColor.whiteColor;
        self.contentView.backgroundColor = UIColor.whiteColor;
        self.selectionStyle = UITableViewCellSelectionStyleNone;
        
        
        self.justManRetView = [UIImageView new];
        self.justManRetView.tintColor = [SafariFloor andVerifyColor];
        self.justManRetView.layer.cornerRadius = 15;
        [self.contentView addSubview:self.justManRetView];
        [self.justManRetView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(SafariFloor.wakeTrustDay.restEuropean);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(SafariFloor.wakeTrustDay.sheStatement);
        }];
        
        
        self.integersName = [UILabel new];
        self.integersName.font = [UIFont boldSystemFontOfSize:16];
        self.integersName.textColor = UIColor.darkGrayColor;
        [self.contentView addSubview:self.integersName];
        [self.integersName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.justManRetView.mas_right).offset(SafariFloor.wakeTrustDay.restEuropean);
            make.bottom.equalTo(self.contentView.mas_centerY);
        }];
        
        
        self.keysZeroOddTime = [UILabel new];
        self.keysZeroOddTime.font =  [UIFont systemFontOfSize:11];
        self.keysZeroOddTime.textColor = UIColor.grayColor;
        [self.contentView addSubview:self.keysZeroOddTime];
        [self.keysZeroOddTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.contentView.mas_centerY).offset(SafariFloor.wakeTrustDay.nowInnerDog);
            make.left.equalTo(self.integersName);
        }];
    }
    return self;
}

@end
