






#import "LeftTopHitViewController.h"

@interface LeftTopHitViewController ()

@end

@implementation LeftTopHitViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.timeWarning.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.siblingsWax = self.roundTooMap;
}

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

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

@end
