






#import "MayGlucoseViewController.h"

@interface MayGlucoseViewController ()

@end

@implementation MayGlucoseViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.allBusMount.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.thirdOptMap = self.arrowSunSex;
}

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

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

@end
