






#import "SaveKeepOwnLawCell.h"
#import "StrideSecretInfo.h"
#import "Masonry.h"
#import "UIColor+SawColor.h"

@implementation SaveKeepOwnLawCell

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

- (void)setModel:(StrideSecretInfo *)model
{
    _model = model;
    _zipLongLabel.text = model.catStrictOpt;
    _zipLongLabel.font = [UIFont systemFontOfSize:model.infiniteWalkHitCollapsedDefinedBackwards];
    _zipLongLabel.textColor = [UIColor scriptCanSortInsertEndConsole:model.signalingIntentAnotherSquaresAwakeCanonical];
    self.backgroundColor = [[UIColor scriptCanSortInsertEndConsole:model.accountsTransportHangNapCompareEye] colorWithAlphaComponent:model.extentsDebuggingConverterUnlockChatOuter];
    self.layer.cornerRadius = 2;
}

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

@end
