






#import "AllLogFactViewController.h"

@interface AllLogFactViewController ()

@end

@implementation AllLogFactViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    self.sobLawClock.opaque = NO;
    self.view.backgroundColor = [UIColor.blackColor colorWithAlphaComponent:0];
    
    self.driveNumber = self.packFlagLaw;
}

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

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

@end
