






#import "SonRebuildViewController.h"

@interface SonRebuildViewController ()

@end

@implementation SonRebuildViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.easyCompile.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.shareMidPop = self.wayLoadEast;
}

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    UIEdgeInsets lockingRun = [[RingMiterManager shared] daughtersCutWindow].safeAreaInsets;
    lockingRun.top    += 10;
    lockingRun.left   += 10;
    lockingRun.bottom += 10;
    lockingRun.right  += 10;

    [self.view mas_makeConstraints:^(MASConstraintMaker *make) {
        make.edges.mas_equalTo(0);
    }];
    
    [self.easyCompile mas_makeConstraints:^(MASConstraintMaker *make) {
        make.edges.mas_equalTo(0);
    }];
}

@end
