Login.storyboard 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Login-->
  14. <scene sceneID="bLx-RG-pI5">
  15. <objects>
  16. <viewController storyboardIdentifier="LoginViewController" title="Login" useStoryboardIdentifierAsRestorationIdentifier="YES" id="bft-hS-tbx" customClass="LoginViewController" sceneMemberID="viewController">
  17. <layoutGuides>
  18. <viewControllerLayoutGuide type="top" id="6Mm-eS-rAo"/>
  19. <viewControllerLayoutGuide type="bottom" id="KzV-Ny-317"/>
  20. </layoutGuides>
  21. <view key="view" contentMode="scaleToFill" id="jSh-rY-8BJ">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TW9-L1-cOz" customClass="RALoginBackgroundView">
  26. <rect key="frame" x="0.0" y="20" width="375" height="47"/>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </view>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qCw-s3-fQH">
  30. <rect key="frame" x="0.0" y="231.5" width="375" height="140"/>
  31. <subviews>
  32. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="VlU-9K-g4X">
  33. <rect key="frame" x="20" y="10" width="335" height="30"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="30" id="fEJ-5y-wXK"/>
  36. </constraints>
  37. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  39. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  40. </textField>
  41. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Password" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="9gC-X8-VVb">
  42. <rect key="frame" x="20" y="60" width="335" height="30"/>
  43. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  45. <textInputTraits key="textInputTraits" returnKeyType="done" secureTextEntry="YES"/>
  46. </textField>
  47. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qz0-oF-i3d">
  48. <rect key="frame" x="317" y="114" width="38" height="30"/>
  49. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  50. <state key="normal" title="Login">
  51. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. </state>
  53. <connections>
  54. <action selector="LoginButtonClick:" destination="bft-hS-tbx" eventType="touchUpInside" id="0hN-aU-ntl"/>
  55. </connections>
  56. </button>
  57. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vy2-V9-9ML">
  58. <rect key="frame" x="20" y="120" width="127" height="18"/>
  59. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  60. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  61. <state key="normal" title=" Save password" image="unchecked_32">
  62. <color key="titleColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </state>
  65. </button>
  66. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="n26-yz-BRQ">
  67. <rect key="frame" x="287" y="119" width="20" height="20"/>
  68. <inset key="insetFor6xAndEarlier" minX="0.0" minY="70" maxX="0.0" maxY="-70"/>
  69. </activityIndicatorView>
  70. </subviews>
  71. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  72. <constraints>
  73. <constraint firstItem="9gC-X8-VVb" firstAttribute="width" secondItem="VlU-9K-g4X" secondAttribute="width" id="1rw-dl-JUG"/>
  74. <constraint firstItem="VlU-9K-g4X" firstAttribute="leading" secondItem="qCw-s3-fQH" secondAttribute="leading" constant="20" id="29G-qP-j9S"/>
  75. <constraint firstItem="VlU-9K-g4X" firstAttribute="centerX" secondItem="qCw-s3-fQH" secondAttribute="centerX" id="4kK-EF-vvZ"/>
  76. <constraint firstItem="n26-yz-BRQ" firstAttribute="centerY" secondItem="Qz0-oF-i3d" secondAttribute="centerY" id="Diz-xM-v0k"/>
  77. <constraint firstItem="Qz0-oF-i3d" firstAttribute="trailing" secondItem="9gC-X8-VVb" secondAttribute="trailing" id="ELj-Pp-6u0"/>
  78. <constraint firstItem="Qz0-oF-i3d" firstAttribute="top" secondItem="9gC-X8-VVb" secondAttribute="bottom" constant="24" id="FxS-Oc-vVk"/>
  79. <constraint firstItem="9gC-X8-VVb" firstAttribute="top" secondItem="VlU-9K-g4X" secondAttribute="bottom" constant="20" id="QwQ-XT-xkf"/>
  80. <constraint firstItem="vy2-V9-9ML" firstAttribute="leading" secondItem="9gC-X8-VVb" secondAttribute="leading" id="aws-uB-39W"/>
  81. <constraint firstItem="VlU-9K-g4X" firstAttribute="top" secondItem="qCw-s3-fQH" secondAttribute="top" constant="10" id="nOV-Rf-3kV"/>
  82. <constraint firstAttribute="height" constant="140" id="nQC-EH-PLF"/>
  83. <constraint firstItem="Qz0-oF-i3d" firstAttribute="leading" secondItem="n26-yz-BRQ" secondAttribute="trailing" constant="10" id="pyO-o5-w4j"/>
  84. <constraint firstItem="9gC-X8-VVb" firstAttribute="centerX" secondItem="qCw-s3-fQH" secondAttribute="centerX" id="qfR-jT-s4Z"/>
  85. <constraint firstItem="vy2-V9-9ML" firstAttribute="centerY" secondItem="Qz0-oF-i3d" secondAttribute="centerY" id="qjq-Ld-Wsm"/>
  86. </constraints>
  87. </view>
  88. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="driver_logo" translatesAutoresizingMaskIntoConstraints="NO" id="uPR-4Z-qVR">
  89. <rect key="frame" x="20" y="67" width="335" height="144.5"/>
  90. <constraints>
  91. <constraint firstAttribute="width" secondItem="uPR-4Z-qVR" secondAttribute="height" multiplier="253:109" id="fsr-jT-3hX"/>
  92. </constraints>
  93. <inset key="insetFor6xAndEarlier" minX="0.0" minY="40" maxX="0.0" maxY="-40"/>
  94. </imageView>
  95. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4nB-rd-0CZ">
  96. <rect key="frame" x="183" y="396.5" width="172" height="30"/>
  97. <constraints>
  98. <constraint firstAttribute="width" constant="172" id="ROU-8P-HXY"/>
  99. </constraints>
  100. <state key="normal" title="Retrieve password"/>
  101. <connections>
  102. <action selector="RetrieveButtonClick:" destination="bft-hS-tbx" eventType="touchUpInside" id="yuJ-Bq-epd"/>
  103. </connections>
  104. </button>
  105. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ver:A160422" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hEP-az-ldq">
  106. <rect key="frame" x="20" y="30" width="83" height="17"/>
  107. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  108. <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="calibratedWhite"/>
  109. <nil key="highlightedColor"/>
  110. </label>
  111. </subviews>
  112. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  113. <constraints>
  114. <constraint firstItem="TW9-L1-cOz" firstAttribute="leading" secondItem="eN5-fH-f6F" secondAttribute="leading" id="0nI-CV-MeI"/>
  115. <constraint firstItem="uPR-4Z-qVR" firstAttribute="centerX" secondItem="jSh-rY-8BJ" secondAttribute="centerX" id="5pf-lB-Mm4"/>
  116. <constraint firstItem="4nB-rd-0CZ" firstAttribute="top" secondItem="qCw-s3-fQH" secondAttribute="bottom" constant="25" id="6o9-jZ-S21"/>
  117. <constraint firstItem="TW9-L1-cOz" firstAttribute="bottom" secondItem="uPR-4Z-qVR" secondAttribute="top" id="7Rk-ze-vyF"/>
  118. <constraint firstItem="hEP-az-ldq" firstAttribute="top" secondItem="6Mm-eS-rAo" secondAttribute="bottom" constant="10" id="8mY-tL-gaO"/>
  119. <constraint firstItem="uPR-4Z-qVR" firstAttribute="top" secondItem="hEP-az-ldq" secondAttribute="bottom" constant="20" id="AdB-h2-R13"/>
  120. <constraint firstItem="uPR-4Z-qVR" firstAttribute="trailing" secondItem="VlU-9K-g4X" secondAttribute="trailing" id="H1m-mE-RTg"/>
  121. <constraint firstItem="TW9-L1-cOz" firstAttribute="top" secondItem="6Mm-eS-rAo" secondAttribute="bottom" id="HBQ-jg-qvo"/>
  122. <constraint firstItem="eN5-fH-f6F" firstAttribute="trailing" secondItem="TW9-L1-cOz" secondAttribute="trailing" id="IJk-KT-XcP"/>
  123. <constraint firstItem="qCw-s3-fQH" firstAttribute="width" secondItem="jSh-rY-8BJ" secondAttribute="width" id="MS5-9p-o7T"/>
  124. <constraint firstItem="qCw-s3-fQH" firstAttribute="centerX" secondItem="jSh-rY-8BJ" secondAttribute="centerX" id="ODC-DF-6A9"/>
  125. <constraint firstItem="hEP-az-ldq" firstAttribute="leading" secondItem="jSh-rY-8BJ" secondAttribute="leading" constant="20" id="OwY-VO-t5P"/>
  126. <constraint firstItem="KzV-Ny-317" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4nB-rd-0CZ" secondAttribute="bottom" constant="5" id="Sr3-MZ-z0k"/>
  127. <constraint firstItem="uPR-4Z-qVR" firstAttribute="leading" secondItem="VlU-9K-g4X" secondAttribute="leading" id="VBn-UB-gKO"/>
  128. <constraint firstItem="4nB-rd-0CZ" firstAttribute="trailing" secondItem="9gC-X8-VVb" secondAttribute="trailing" id="iXl-Es-zfd"/>
  129. <constraint firstItem="qCw-s3-fQH" firstAttribute="top" secondItem="uPR-4Z-qVR" secondAttribute="bottom" constant="20" id="ma6-ER-qXY"/>
  130. </constraints>
  131. <viewLayoutGuide key="safeArea" id="eN5-fH-f6F"/>
  132. </view>
  133. <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
  134. <nil key="simulatedTopBarMetrics"/>
  135. <nil key="simulatedBottomBarMetrics"/>
  136. <connections>
  137. <outlet property="btnRetrievePassword" destination="4nB-rd-0CZ" id="W8b-Z2-ap1"/>
  138. <outlet property="checkSavePassword" destination="vy2-V9-9ML" id="TPX-Vp-7eD"/>
  139. <outlet property="editPassword" destination="9gC-X8-VVb" id="GvF-9N-kb3"/>
  140. <outlet property="editUser" destination="VlU-9K-g4X" id="5Ky-7b-R1r"/>
  141. <outlet property="loginButton" destination="Qz0-oF-i3d" id="oBP-jj-B0M"/>
  142. <outlet property="mum" destination="n26-yz-BRQ" id="Wmb-sr-6Fu"/>
  143. <outlet property="verLabel" destination="hEP-az-ldq" id="7EU-Nt-Mf7"/>
  144. </connections>
  145. </viewController>
  146. <placeholder placeholderIdentifier="IBFirstResponder" id="otq-r3-uRx" sceneMemberID="firstResponder"/>
  147. </objects>
  148. <point key="canvasLocation" x="656.79999999999995" y="-2448.1259370314842"/>
  149. </scene>
  150. <!--Retrieve Password View Controller-->
  151. <scene sceneID="5za-E3-6PF">
  152. <objects>
  153. <viewController storyboardIdentifier="RetrievePasswordViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="1CN-o6-L44" customClass="RetrievePasswordViewController" sceneMemberID="viewController">
  154. <layoutGuides>
  155. <viewControllerLayoutGuide type="top" id="xAq-H9-nRh"/>
  156. <viewControllerLayoutGuide type="bottom" id="zuh-Qc-obd"/>
  157. </layoutGuides>
  158. <view key="view" contentMode="scaleToFill" id="8lZ-nd-1Dp">
  159. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  160. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  161. <subviews>
  162. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="User name" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="NxN-sx-m5j">
  163. <rect key="frame" x="47.5" y="53" width="280" height="30"/>
  164. <constraints>
  165. <constraint firstAttribute="height" constant="30" id="Flw-Vt-TlV"/>
  166. <constraint firstAttribute="width" constant="280" id="QMA-mk-bfs"/>
  167. </constraints>
  168. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  169. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  170. <connections>
  171. <outlet property="delegate" destination="1CN-o6-L44" id="a49-LD-ALi"/>
  172. </connections>
  173. </textField>
  174. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Email" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Qyz-eH-lzt">
  175. <rect key="frame" x="47.5" y="88" width="280" height="30"/>
  176. <constraints>
  177. <constraint firstAttribute="width" constant="280" id="cAe-61-D7H"/>
  178. <constraint firstAttribute="height" constant="30" id="wE4-m1-Lyf"/>
  179. </constraints>
  180. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  181. <textInputTraits key="textInputTraits" returnKeyType="done"/>
  182. <connections>
  183. <outlet property="delegate" destination="1CN-o6-L44" id="gOt-4t-bM8"/>
  184. </connections>
  185. </textField>
  186. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8vH-Bt-vmC">
  187. <rect key="frame" x="47.5" y="128" width="48" height="30"/>
  188. <state key="normal" title="Cancel">
  189. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  190. </state>
  191. <connections>
  192. <action selector="OnCancel:" destination="1CN-o6-L44" eventType="touchUpInside" id="X5z-8H-kEW"/>
  193. </connections>
  194. </button>
  195. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5lz-8M-zkN">
  196. <rect key="frame" x="297.5" y="128" width="30" height="30"/>
  197. <state key="normal" title="Ok">
  198. <color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  199. </state>
  200. <connections>
  201. <action selector="OnOk:" destination="1CN-o6-L44" eventType="touchUpInside" id="6rl-Cp-cRh"/>
  202. </connections>
  203. </button>
  204. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Retrieve Password" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z88-in-EvQ">
  205. <rect key="frame" x="109.5" y="25" width="156.5" height="23"/>
  206. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  207. <nil key="highlightedColor"/>
  208. </label>
  209. <activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="dzY-Oe-mGB">
  210. <rect key="frame" x="169" y="315" width="37" height="37"/>
  211. <color key="color" red="0.40000000600000002" green="0.80000001190000003" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  212. </activityIndicatorView>
  213. </subviews>
  214. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  215. <constraints>
  216. <constraint firstItem="Qyz-eH-lzt" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="7ns-Xh-cfR"/>
  217. <constraint firstItem="5lz-8M-zkN" firstAttribute="trailing" secondItem="Qyz-eH-lzt" secondAttribute="trailing" id="FND-x2-3Jd"/>
  218. <constraint firstItem="z88-in-EvQ" firstAttribute="top" secondItem="xAq-H9-nRh" secondAttribute="bottom" constant="5" id="Hm3-GD-Ui1"/>
  219. <constraint firstItem="NxN-sx-m5j" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="Jha-fu-1vU"/>
  220. <constraint firstItem="8vH-Bt-vmC" firstAttribute="leading" secondItem="Qyz-eH-lzt" secondAttribute="leading" id="P3T-lq-fKL"/>
  221. <constraint firstItem="NxN-sx-m5j" firstAttribute="top" secondItem="z88-in-EvQ" secondAttribute="bottom" constant="5" id="R73-mB-VYV"/>
  222. <constraint firstItem="8vH-Bt-vmC" firstAttribute="top" secondItem="Qyz-eH-lzt" secondAttribute="bottom" constant="10" id="VTD-UE-T8P"/>
  223. <constraint firstItem="z88-in-EvQ" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="dRG-E0-vHV"/>
  224. <constraint firstItem="dzY-Oe-mGB" firstAttribute="centerY" secondItem="8lZ-nd-1Dp" secondAttribute="centerY" id="eYL-IY-FSs"/>
  225. <constraint firstItem="5lz-8M-zkN" firstAttribute="top" secondItem="8vH-Bt-vmC" secondAttribute="top" id="fg2-l1-cQM"/>
  226. <constraint firstItem="dzY-Oe-mGB" firstAttribute="centerX" secondItem="8lZ-nd-1Dp" secondAttribute="centerX" id="oQv-Ue-crw"/>
  227. <constraint firstItem="Qyz-eH-lzt" firstAttribute="top" secondItem="NxN-sx-m5j" secondAttribute="bottom" constant="5" id="tSB-iH-lFp"/>
  228. </constraints>
  229. <viewLayoutGuide key="safeArea" id="fCm-6G-ZPa"/>
  230. </view>
  231. <navigationItem key="navigationItem" id="tHq-vU-qI2"/>
  232. <connections>
  233. <outlet property="btnCancel" destination="8vH-Bt-vmC" id="qsS-fp-gyh"/>
  234. <outlet property="btnOk" destination="5lz-8M-zkN" id="tcZ-fx-LNf"/>
  235. <outlet property="editEmail" destination="Qyz-eH-lzt" id="owt-jI-eOQ"/>
  236. <outlet property="editUser" destination="NxN-sx-m5j" id="d4A-Mg-hQ3"/>
  237. <outlet property="mum" destination="dzY-Oe-mGB" id="Js5-L0-TUS"/>
  238. </connections>
  239. </viewController>
  240. <placeholder placeholderIdentifier="IBFirstResponder" id="GhA-p4-dOH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  241. </objects>
  242. <point key="canvasLocation" x="2312.8000000000002" y="-2448.1259370314842"/>
  243. </scene>
  244. </scenes>
  245. <resources>
  246. <image name="driver_logo" width="253" height="109"/>
  247. <image name="unchecked_32" width="16" height="16"/>
  248. </resources>
  249. </document>