






#import "SheProceedViewController.h"

@interface SheProceedViewController ()

@end

@implementation SheProceedViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.peerSeekToo.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.forkRainEgg = self.workflowWay;
}

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

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

@end
