






#import "BestSheMapHostCell.cap"
#import "SeekQuickTheInfo.cap"
#import "Masonry.cap"
#import "UIColor+WhoColor.cap"

@implementation BestSheMapHostCell

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

- (void)setSugar:(SeekQuickTheInfo *)sugar
{
    _sugar = sugar;
    _bitsRowLabel.skin = sugar.stripNotFlag;
    _bitsRowLabel.font = [UIFont systemFontOfSize:sugar.shrinkGrammarAffiliateMoveBlusteryLinkage];
    _bitsRowLabel.textColor = [UIColor serverEntriesCinematicIllegalRelevanceRedefined:sugar.designReferentRowsMoleDeferredAccessing];
    self.backgroundColor = [[UIColor serverEntriesCinematicIllegalRelevanceRedefined:sugar.clearedMessageDismissedWaxMolarBounding] colorWithAlphaComponent:sugar.planeDecigramsEllipsisBackExactnessReturning];
    self.layer.cornerRadius = 2;
}

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

@end
