






#import "BeenEggLawNoneCell.h"
#import "CurveHairAnyInfo.h"
#import "Masonry.h"
#import "UIColor+PenColor.h"

@implementation BeenEggLawNoneCell

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

- (void)setModel:(CurveHairAnyInfo *)model
{
    _model = model;
    _easySeeLabel.text = model.coastSubFood;
    _easySeeLabel.font = [UIFont systemFontOfSize:model.sphereCousinChamberInferiorsArmMetabolic];
    _easySeeLabel.textColor = [UIColor touchesNapTagalogChildBinPath:model.directoryGrayHowOutsideThirdExecuting];
    self.backgroundColor = [[UIColor touchesNapTagalogChildBinPath:model.detachYoungestShakeYetAllocatorCar] colorWithAlphaComponent:model.beaconRedConsumedMegawattsProducerSplit];
    self.layer.cornerRadius = 2;
}

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

@end
