






#import "MagnitudeViewController.h"
#import "RealLateDueLabel.h"
#import "CombinedJabberViewController.h"

@interface MagnitudeViewController ()

@property (nonatomic, strong) UITextField *fixExitsCostTextField;
@property (nonatomic, strong) UITextField *emergencyClipTextField;
@property (nonatomic,strong) RealLateDueLabel *negateSonAndLabel;
@end



@implementation MagnitudeViewController

- (RealLateDueLabel *)negateSonAndLabel {
    if (!_negateSonAndLabel) {
        _negateSonAndLabel = [RealLateDueLabel waxOldWaitingLabel:NO];
    }
    return _negateSonAndLabel;
}

- (void)viewDidLoad {
    [super viewDidLoad];
    
    
    self.fixExitsCostTextField = [VitalityTab mainArmSinNarrativeAccessoryAccount];
    [self.view addSubview:self.fixExitsCostTextField];
    [self.fixExitsCostTextField mas_makeConstraints:^(MASConstraintMaker *make) {
        make.top.mas_equalTo(VitalityTab.noneMidMicro.wetEarIndigo);
        make.left.mas_equalTo(VitalityTab.noneMidMicro.dispatchHand);
        make.right.mas_equalTo(-VitalityTab.noneMidMicro.dispatchHand);
        make.height.mas_equalTo(VitalityTab.noneMidMicro.minEmailRows);
    }];
    
    
    self.emergencyClipTextField = [VitalityTab elevatedIndexFootnoteSnapshotDaughtersPassword:NO];
    [self.view addSubview:self.emergencyClipTextField];
    [self.emergencyClipTextField mas_makeConstraints:^(MASConstraintMaker *make) {
        make.top.equalTo(self.fixExitsCostTextField.mas_bottom).offset(VitalityTab.noneMidMicro.bikeReliable);
        make.left.right.equalTo(self.fixExitsCostTextField);
        make.height.mas_equalTo(VitalityTab.noneMidMicro.minEmailRows);
    }];
    UIButton *rightButton = self.emergencyClipTextField.rightView.subviews.firstObject;
    [rightButton addTarget:self action:@selector(tooSquaredYetFamilyCoachedDogHandler:) forControlEvents:(UIControlEventTouchUpInside)];

    
    UIButton *infoTagFitCapButton = [VitalityTab cousinAlertRomanVibrancyIdleColor:VitalityTab.foggyCycleUnit.fourMidBadRow];
    [infoTagFitCapButton addTarget:self action:@selector(stickyColumnsUnwrapResumeDefinesSlopeAction:) forControlEvents:UIControlEventTouchUpInside];
    [self.view addSubview:infoTagFitCapButton];
    [infoTagFitCapButton mas_makeConstraints:^(MASConstraintMaker *make) {
        make.top.equalTo(self.emergencyClipTextField.mas_bottom).offset(VitalityTab.noneMidMicro.bikeReliable);
        make.left.right.equalTo(self.emergencyClipTextField);
        make.height.mas_equalTo(VitalityTab.noneMidMicro.borderResume);
    }];
    
    [self.view addSubview:self.negateSonAndLabel];
    hasEnds(self);
    [self.negateSonAndLabel setVowelFontOptGrantedModalGrouping:^{
        delayChar(self);
        [self resultingDigestMinSexualMarginScanningAction];
    }];
    [self.negateSonAndLabel mas_makeConstraints:^(MASConstraintMaker *make) {
        make.bottom.mas_equalTo(-VitalityTab.noneMidMicro.hebrewFinder);
        make.left.mas_equalTo(VitalityTab.noneMidMicro.youMixPascal);
        make.right.mas_equalTo(-VitalityTab.noneMidMicro.youMixPascal);
    }];
}

- (void)tooSquaredYetFamilyCoachedDogHandler:(UIButton *)sender {
    sender.selected = !sender.isSelected;
    self.emergencyClipTextField.secureTextEntry = !self.emergencyClipTextField.isSecureTextEntry;
}

- (void)stickyColumnsUnwrapResumeDefinesSlopeAction:(UIButton *)sender {
    if (self.fixExitsCostTextField.text.length < VitalityTab.noneMidMicro.mirroredDue) {
        [SonAlertView presenceFloatMetadataCompoundPreparingEgg:VitalityTab.foggyCycleUnit.alertCase message:VitalityTab.foggyCycleUnit.hourButScalingCaretBarUtterance completion:nil];
        return;
    }
    if (self.emergencyClipTextField.text.length < VitalityTab.noneMidMicro.mirroredDue) {
        [SonAlertView presenceFloatMetadataCompoundPreparingEgg:VitalityTab.foggyCycleUnit.alertCase message:VitalityTab.foggyCycleUnit.senseRegionClipEnterParentalPlate completion:nil];
        return;
    }
    if ([self.outMouthQuiet respondsToSelector:@selector(bordersHitFeaturedHealthIgnoresDecryptedChangedName:twoKey:completion:)]) {
        [CommitBikeView movieShortcutWindow];
        [self.outMouthQuiet bordersHitFeaturedHealthIgnoresDecryptedChangedName:self.fixExitsCostTextField.text twoKey:self.emergencyClipTextField.text completion:^(id object) {
            [CommitBikeView misplacedEscapingEarCampaignClipWindow];
        }];
    }
}


- (void)resultingDigestMinSexualMarginScanningAction {
    CombinedJabberViewController *allocatedMin = [CombinedJabberViewController new];
    allocatedMin.moleShotRaw = @(YES);
    allocatedMin.outMouthQuiet = self.outMouthQuiet;
    [allocatedMin setNetscapeRegionKilovoltsSeparatorResolving:^(BOOL result) {
        self.negateSonAndLabel.occurDolbyTail = result;
    }];
    [self.navigationController pushViewController:allocatedMin animated:NO];
}

@end
