<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="KMVerficationCodeWindowController" customModule="PDF_Master" customModuleProvider="target"> <connections> <outlet property="networkView" destination="UNI-Yj-LyJ" id="lvY-N6-pJv"/> <outlet property="verificationCodeView" destination="ksJ-GD-QC6" id="3YM-U7-z9q"/> <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5"> <windowStyleMask key="styleMask" titled="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="196" y="240" width="404" height="420"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/> <view key="contentView" id="se5-gp-TjO"> <rect key="frame" x="0.0" y="0.0" width="404" height="420"/> <autoresizingMask key="autoresizingMask"/> <subviews> <customView translatesAutoresizingMaskIntoConstraints="NO" id="ksJ-GD-QC6" customClass="KMVerificationCodeView" customModule="PDF_Master" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="404" height="420"/> </customView> <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UNI-Yj-LyJ" customClass="KMLightNoNetworkView" customModule="PDF_Master" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="404" height="400"/> </customView> </subviews> <constraints> <constraint firstItem="UNI-Yj-LyJ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="7XQ-ZW-P5S"/> <constraint firstAttribute="trailing" secondItem="ksJ-GD-QC6" secondAttribute="trailing" id="Gch-f0-mup"/> <constraint firstAttribute="trailing" secondItem="UNI-Yj-LyJ" secondAttribute="trailing" id="Jib-o9-cle"/> <constraint firstAttribute="bottom" secondItem="UNI-Yj-LyJ" secondAttribute="bottom" id="Y5X-J3-y85"/> <constraint firstAttribute="bottom" secondItem="ksJ-GD-QC6" secondAttribute="bottom" id="kgQ-N6-vMG"/> <constraint firstItem="UNI-Yj-LyJ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="poW-2z-1VQ"/> <constraint firstItem="ksJ-GD-QC6" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="tF0-Hj-4i7"/> <constraint firstItem="ksJ-GD-QC6" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="ztP-V6-0y2"/> </constraints> </view> <connections> <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> </connections> <point key="canvasLocation" x="37" y="190"/> </window> </objects> </document>