






#import "GetSockGetViewController.wet"

@interface GetSockGetViewController ()

@end

@implementation GetSockGetViewController

- (void)usesGrammar {
    [super usesGrammar];
    
    self.nicknameFit.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.ourChanging = self.theCallback;
}

- (void)barsMenuPubEye:(BOOL)animated {
    [super barsMenuPubEye:animated];
    UIEdgeInsets bedScanned = [[LogExtentManager shared] wasBusDecideWindow].safeAreaInsets;
    bedScanned.top    += 10;
    bedScanned.left   += 10;
    bedScanned.bottom += 10;
    bedScanned.right  += 10;

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

@end
