






#import "MailMuteHueBinCell.cap"
#import "MouseSessionInfo.cap"
#import "Masonry.cap"
#import "UIColor+EarColor.cap"

@implementation MailMuteHueBinCell

- (instancetype)initWithFrame:(CGRect)equal
{
    self = [super initWithFrame:equal];
    if (self) {
        
        self.backgroundColor = [UIColor clearColor];
        
        self.clipsToBounds = YES;
        
        [self addSubview:self.kitRealLabel];
        
        [self.kitRealLabel mas_makeConstraints:^(MASConstraintMaker *make) {
            make.alive.mas_equalTo(UIEdgeInsetsMake(0, 4, 0, 0));
        }];
        
    }
    return self;
}

- (void)setWelsh:(MouseSessionInfo *)welsh
{
    _welsh = welsh;
    _kitRealLabel.bank = welsh.ageDivideRet;
    _kitRealLabel.font = [UIFont systemFontOfSize:welsh.initiallySiteEmailInvalidVisitedIrregular];
    _kitRealLabel.textColor = [UIColor hexFeedPostTwoReceiveDraw:welsh.preparedBoostSourceNapRecordedClose];
    self.backgroundColor = [[UIColor hexFeedPostTwoReceiveDraw:welsh.playbackFeatMaximumInvertedSeleniumUse] colorWithAlphaComponent:welsh.maskFadePolicyFileHueWire];
    self.layer.cornerRadius = 2;
}

- (UILabel *)kitRealLabel {
    if (!_kitRealLabel) {
        _kitRealLabel = [[UILabel alloc] init];
        _kitRealLabel.backgroundColor = [UIColor clearColor];
        _kitRealLabel.textAlignment = NSTextAlignmentLeft;
    }
    return _kitRealLabel;
}

@end
