






#import "BengaliYetViewController.cup"

@interface BengaliYetViewController ()

@end

@implementation BengaliYetViewController

- (void)bagRainSend {
    [super bagRainSend];
    
    self.itsOverhang.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.twentyFoggy = self.outNeedName;
}

- (void)poolFeetOddPan:(BOOL)animated {
    [super poolFeetOddPan:animated];
    UIEdgeInsets notMoodCap = [[NumberIcyManager shared] slowHeartAnyWindow].safeAreaInsets;
    notMoodCap.top    += 10;
    notMoodCap.left   += 10;
    notMoodCap.bottom += 10;
    notMoodCap.right  += 10;

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

@end
