






#import "RespondsCreationTokenModifiedOverageCell.h"
#import "PutBelowEye.h"
#import "Masonry.h"

@implementation RespondsCreationTokenModifiedOverageCell

-(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.whoTapLoseView = [UIImageView new];
        self.whoTapLoseView.tintColor = [PutBelowEye charAlienColor];
        self.whoTapLoseView.layer.cornerRadius = 15;
        [self.contentView addSubview:self.whoTapLoseView];
        [self.whoTapLoseView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(PutBelowEye.yetRevealHow.shiftFillShe);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(PutBelowEye.yetRevealHow.bigTagsBasal);
        }];
        
        
        self.cutIdiomName = [UILabel new];
        self.cutIdiomName.font = [UIFont boldSystemFontOfSize:16];
        self.cutIdiomName.textColor = UIColor.darkGrayColor;
        [self.contentView addSubview:self.cutIdiomName];
        [self.cutIdiomName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.whoTapLoseView.mas_right).offset(PutBelowEye.yetRevealHow.shiftFillShe);
            make.bottom.equalTo(self.contentView.mas_centerY);
        }];
        
        
        self.securelyRowTime = [UILabel new];
        self.securelyRowTime.font =  [UIFont systemFontOfSize:11];
        self.securelyRowTime.textColor = UIColor.grayColor;
        [self.contentView addSubview:self.securelyRowTime];
        [self.securelyRowTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.contentView.mas_centerY).offset(PutBelowEye.yetRevealHow.panHundreds);
            make.left.equalTo(self.cutIdiomName);
        }];
    }
    return self;
}

@end
