






#import "FixQuoteOldWetCell.h"
#import "HighSixThreeInfo.h"
#import "Masonry.h"
#import "UIColor+NotColor.h"

@implementation FixQuoteOldWetCell

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

- (void)setModel:(HighSixThreeInfo *)model
{
    _model = model;
    _bendTapLabel.text = model.microDaysFun;
    _bendTapLabel.font = [UIFont systemFontOfSize:model.fisheyePresentedDecideIodineStairMix];
    _bendTapLabel.textColor = [UIColor leaseSizeHormoneTwistMarathiTake:model.detectsChromeRequirePivotDutchRegular];
    self.backgroundColor = [[UIColor leaseSizeHormoneTwistMarathiTake:model.initialEndpointStaleHeapInterestOxygen] colorWithAlphaComponent:model.mildSpotlightYearSpringElderSolve];
    self.layer.cornerRadius = 2;
}

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

@end
