






#import "ConjugateInternalFeedbackDescribeDetermineCell.h"
#import "FrictionShe.h"
#import "Masonry.h"

@implementation ConjugateInternalFeedbackDescribeDetermineCell

-(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{
    self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
    if(self){
        
        self.backgroundColor = UIColor.whiteColor;
        self.contentView.backgroundColor = UIColor.whiteColor;
        self.selectionStyle = UITableViewCellSelectionStyleNone;
        
        
        self.bedPartialView = [UIImageView new];
        self.bedPartialView.tintColor = [FrictionShe collectorColor];
        self.bedPartialView.layer.cornerRadius = 15;
        [self.contentView addSubview:self.bedPartialView];
        [self.bedPartialView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.mas_equalTo(FrictionShe.headphoneMay.widthDateBox);
            make.centerY.mas_equalTo(self);
            make.width.height.mas_equalTo(FrictionShe.headphoneMay.finderSunBig);
        }];
        
        
        self.downYardName = [UILabel new];
        self.downYardName.font = [UIFont boldSystemFontOfSize:16];
        self.downYardName.textColor = UIColor.darkGrayColor;
        [self.contentView addSubview:self.downYardName];
        [self.downYardName mas_makeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.bedPartialView.mas_right).offset(FrictionShe.headphoneMay.widthDateBox);
            make.bottom.equalTo(self.contentView.mas_centerY);
        }];
        
        
        self.getMapModelTime = [UILabel new];
        self.getMapModelTime.font =  [UIFont systemFontOfSize:11];
        self.getMapModelTime.textColor = UIColor.grayColor;
        [self.contentView addSubview:self.getMapModelTime];
        [self.getMapModelTime mas_makeConstraints:^(MASConstraintMaker *make) {
            make.top.equalTo(self.contentView.mas_centerY).offset(FrictionShe.headphoneMay.onePullGasp);
            make.left.equalTo(self.downYardName);
        }];
    }
    return self;
}

@end
