






#import "WetArtGramViewController.h"

@interface WetArtGramViewController ()

@end

@implementation WetArtGramViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.envelopeSay.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.alienWinKin = self.cupDropHour;
}

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

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

@end
