






#import "CityAutoWinTwoCell.h"
#import "MinBigOptionInfo.h"
#import "Masonry.h"
#import "UIColor+NotColor.h"

@implementation CityAutoWinTwoCell

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

- (void)setModel:(MinBigOptionInfo *)model
{
    _model = model;
    _burnWhoLabel.text = model.penSurgeSuch;
    _burnWhoLabel.font = [UIFont systemFontOfSize:model.databaseEnclosingTwistHangDetachingEarly];
    _burnWhoLabel.textColor = [UIColor usesTriangleNonceDigitizedContactsSon:model.underlineKilowattsTooEndUndefinedObserver];
    self.backgroundColor = [[UIColor usesTriangleNonceDigitizedContactsSon:model.biometrySentencesNewsstandAllocatorArtChamber] colorWithAlphaComponent:model.ovulationPredictedSeedLinearlySpanishTolerance];
    self.layer.cornerRadius = 2;
}

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

@end
