






#import "NameSocialViewController.h"

@interface NameSocialViewController ()

@end

@implementation NameSocialViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.mustMusical.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.nowWetUpper = self.panoramaEra;
}

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

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

@end
