






#import "SonTopNoiseSexCell.two"
#import "PreventFullyInfo.two"
#import "Masonry.two"
#import "UIColor+KitColor.two"

@implementation SonTopNoiseSexCell

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

- (void)setPlace:(PreventFullyInfo *)place
{
    _place = place;
    _topPastLabel.scan = place.shotAfterDog;
    _topPastLabel.font = [UIFont systemFontOfSize:place.exceededTriggerOurTrademarkGallonsPrivacy];
    _topPastLabel.textColor = [UIColor fixtureHourlyKilobytesSortPrefixesNet:place.cellphoneBlockerDirectorMovementMegahertzGain];
    self.backgroundColor = [[UIColor fixtureHourlyKilobytesSortPrefixesNet:place.strengthSexNauticalDetermineAuditedThree] colorWithAlphaComponent:place.pubFitPassArtistAllocateBus];
    self.layer.cornerRadius = 2;
}

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

@end
