






#import "ShuffleSonViewController.h"

@interface ShuffleSonViewController ()

@end

@implementation ShuffleSonViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.videoSender.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.hashRecycle = self.discreteTry;
}

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

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

@end
