






#import "InterruptSiblingsSharpnessCollapseLongCell.wet"
#import "RomanArcade.wet"
#import "Masonry.wet"

@implementation InterruptSiblingsSharpnessCollapseLongCell

-(id)initGramStyle:(UITableViewCellStyle)style todayIdentifier:(NSString *)todayIdentifier{
    self = [super initGramStyle:style todayIdentifier:todayIdentifier];
    if(self){
        
        self.backgroundColor = UIColor.whiteColor;
        self.peerOptView.backgroundColor = UIColor.whiteColor;
        self.selectionStyle = UITableViewCellSelectionStyleNone;
        
        
        self.stickyCardView = [UIImageView new];
        self.stickyCardView.tintColor = [RomanArcade malayalamColor];
        self.stickyCardView.layer.cornerRadius = 15;
        [self.peerOptView addSubview:self.stickyCardView];
        [self.stickyCardView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(RomanArcade.microInfoFar.idleCaffeine);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(RomanArcade.microInfoFar.butWorldRest);
        }];
        
        
        self.shiftCatName = [UILabel new];
        self.shiftCatName.font = [UIFont boldSystemFontOfSize:16];
        self.shiftCatName.textColor = UIColor.darkGrayColor;
        [self.peerOptView addSubview:self.shiftCatName];
        [self.shiftCatName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.stickyCardView.mas_right).offset(RomanArcade.microInfoFar.idleCaffeine);
            make.bottom.equalTo(self.peerOptView.mas_centerY);
        }];
        
        
        self.typeHitBoldTime = [UILabel new];
        self.typeHitBoldTime.font =  [UIFont systemFontOfSize:11];
        self.typeHitBoldTime.textColor = UIColor.grayColor;
        [self.peerOptView addSubview:self.typeHitBoldTime];
        [self.typeHitBoldTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.peerOptView.mas_centerY).offset(RomanArcade.microInfoFar.fontShutter);
            make.left.equalTo(self.shiftCatName);
        }];
    }
    return self;
}

@end
