






#import "DryBothSeedZipCell.h"
#import "MaxWasScalarInfo.h"
#import "Masonry.h"
#import "UIColor+WasColor.h"

@implementation DryBothSeedZipCell

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

- (void)setModel:(MaxWasScalarInfo *)model
{
    _model = model;
    _symbolsLabel.text = model.theGolfModal;
    _symbolsLabel.font = [UIFont systemFontOfSize:model.layoutRedoneFisheyeBordersStrategyFloating];
    _symbolsLabel.textColor = [UIColor serviceFootnoteFractionAnnotatedLyricistTop:model.femaleDisablesSixteenProxiesExceededLeft];
    self.backgroundColor = [[UIColor serviceFootnoteFractionAnnotatedLyricistTop:model.scrollSuggestedOldestKeyProductsDominant] colorWithAlphaComponent:model.notExposureHandledNarrativeSugarNordic];
    self.layer.cornerRadius = 2;
}

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

@end
