DBMenuTableViewController.storyboard 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="YH8-ay-XNT">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--DBDebugToolkit-->
  11. <scene sceneID="3vn-d1-JNr">
  12. <objects>
  13. <tableViewController title="DBDebugToolkit" id="YH8-ay-XNT" customClass="DBMenuTableViewController" sceneMemberID="viewController">
  14. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="1" id="LDw-BX-AnL">
  15. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  18. <sections>
  19. <tableViewSection headerTitle="Header" id="u8n-ou-AsU">
  20. <cells>
  21. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="LVj-2U-zJY">
  22. <rect key="frame" x="0.0" y="55.5" width="375" height="44"/>
  23. <autoresizingMask key="autoresizingMask"/>
  24. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="LVj-2U-zJY" id="2Qh-Yc-Wqe">
  25. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Performance" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="az9-7O-9y6">
  29. <rect key="frame" x="16" y="12" width="99" height="20.5"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  31. <nil key="textColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="az9-7O-9y6" firstAttribute="leading" secondItem="2Qh-Yc-Wqe" secondAttribute="leading" constant="16" id="7kj-D4-Uch"/>
  37. <constraint firstItem="az9-7O-9y6" firstAttribute="centerY" secondItem="2Qh-Yc-Wqe" secondAttribute="centerY" id="J9g-nP-8ya"/>
  38. </constraints>
  39. </tableViewCellContentView>
  40. <connections>
  41. <segue destination="Qfj-jA-S2e" kind="show" id="47I-QZ-T2s"/>
  42. </connections>
  43. </tableViewCell>
  44. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="CeB-Sm-S8m">
  45. <rect key="frame" x="0.0" y="99.5" width="375" height="44"/>
  46. <autoresizingMask key="autoresizingMask"/>
  47. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="CeB-Sm-S8m" id="rbl-F8-l3r">
  48. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  49. <autoresizingMask key="autoresizingMask"/>
  50. <subviews>
  51. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="User interface" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gsn-dd-NDH">
  52. <rect key="frame" x="16" y="12" width="108.5" height="20.5"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  54. <nil key="textColor"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. </subviews>
  58. <constraints>
  59. <constraint firstItem="gsn-dd-NDH" firstAttribute="leading" secondItem="rbl-F8-l3r" secondAttribute="leading" constant="16" id="U6K-RY-WLW"/>
  60. <constraint firstItem="gsn-dd-NDH" firstAttribute="centerY" secondItem="rbl-F8-l3r" secondAttribute="centerY" id="XqU-uW-zWK"/>
  61. </constraints>
  62. </tableViewCellContentView>
  63. <connections>
  64. <segue destination="Ff5-h1-bTB" kind="show" id="GIa-89-VuV"/>
  65. </connections>
  66. </tableViewCell>
  67. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="JCd-6h-D0G">
  68. <rect key="frame" x="0.0" y="143.5" width="375" height="44"/>
  69. <autoresizingMask key="autoresizingMask"/>
  70. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JCd-6h-D0G" id="esV-Ml-JmM">
  71. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  72. <autoresizingMask key="autoresizingMask"/>
  73. <subviews>
  74. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Resources" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bia-Hv-0xy">
  75. <rect key="frame" x="16" y="12" width="80.5" height="20.5"/>
  76. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  77. <nil key="textColor"/>
  78. <nil key="highlightedColor"/>
  79. </label>
  80. </subviews>
  81. <constraints>
  82. <constraint firstItem="Bia-Hv-0xy" firstAttribute="leading" secondItem="esV-Ml-JmM" secondAttribute="leading" constant="16" id="dWP-yB-Mkw"/>
  83. <constraint firstItem="Bia-Hv-0xy" firstAttribute="centerY" secondItem="esV-Ml-JmM" secondAttribute="centerY" id="rKb-fp-1ua"/>
  84. </constraints>
  85. </tableViewCellContentView>
  86. <connections>
  87. <segue destination="Gay-a1-Lco" kind="show" id="eTY-Re-Qpl"/>
  88. </connections>
  89. </tableViewCell>
  90. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="W7D-hp-1bf">
  91. <rect key="frame" x="0.0" y="187.5" width="375" height="44"/>
  92. <autoresizingMask key="autoresizingMask"/>
  93. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="W7D-hp-1bf" id="9lB-9s-sCz">
  94. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  95. <autoresizingMask key="autoresizingMask"/>
  96. <subviews>
  97. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Console" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eLi-gK-CBQ">
  98. <rect key="frame" x="16" y="12" width="62.5" height="20.5"/>
  99. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  100. <nil key="textColor"/>
  101. <nil key="highlightedColor"/>
  102. </label>
  103. </subviews>
  104. <constraints>
  105. <constraint firstItem="eLi-gK-CBQ" firstAttribute="leading" secondItem="9lB-9s-sCz" secondAttribute="leading" constant="16" id="0Kj-f0-D04"/>
  106. <constraint firstItem="eLi-gK-CBQ" firstAttribute="centerY" secondItem="9lB-9s-sCz" secondAttribute="centerY" id="8f5-mW-v1D"/>
  107. </constraints>
  108. </tableViewCellContentView>
  109. <connections>
  110. <segue destination="HUH-b2-D4F" kind="show" id="go1-s9-S5f"/>
  111. </connections>
  112. </tableViewCell>
  113. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="sch-dv-xwT">
  114. <rect key="frame" x="0.0" y="231.5" width="375" height="44"/>
  115. <autoresizingMask key="autoresizingMask"/>
  116. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="sch-dv-xwT" id="edz-Pe-aGN">
  117. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  118. <autoresizingMask key="autoresizingMask"/>
  119. <subviews>
  120. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Location" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EvS-5r-rYi">
  121. <rect key="frame" x="16" y="12" width="65.5" height="20.5"/>
  122. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  123. <nil key="textColor"/>
  124. <nil key="highlightedColor"/>
  125. </label>
  126. </subviews>
  127. <constraints>
  128. <constraint firstItem="EvS-5r-rYi" firstAttribute="leading" secondItem="edz-Pe-aGN" secondAttribute="leading" constant="16" id="Pgz-aa-EIc"/>
  129. <constraint firstItem="EvS-5r-rYi" firstAttribute="centerY" secondItem="edz-Pe-aGN" secondAttribute="centerY" id="W7L-cL-2so"/>
  130. </constraints>
  131. </tableViewCellContentView>
  132. <connections>
  133. <segue destination="hDw-87-hMk" kind="show" id="Ai5-JR-UWB"/>
  134. </connections>
  135. </tableViewCell>
  136. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="xbm-mo-ZSW">
  137. <rect key="frame" x="0.0" y="275.5" width="375" height="44"/>
  138. <autoresizingMask key="autoresizingMask"/>
  139. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="xbm-mo-ZSW" id="eM0-xh-pf6">
  140. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  141. <autoresizingMask key="autoresizingMask"/>
  142. <subviews>
  143. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Crash reports" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vaw-mf-aZR">
  144. <rect key="frame" x="16" y="12" width="105" height="20.5"/>
  145. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  146. <nil key="textColor"/>
  147. <nil key="highlightedColor"/>
  148. </label>
  149. </subviews>
  150. <constraints>
  151. <constraint firstItem="vaw-mf-aZR" firstAttribute="centerY" secondItem="eM0-xh-pf6" secondAttribute="centerY" id="0df-Dc-pmN"/>
  152. <constraint firstItem="vaw-mf-aZR" firstAttribute="leading" secondItem="eM0-xh-pf6" secondAttribute="leading" constant="16" id="eSR-0E-8f8"/>
  153. </constraints>
  154. </tableViewCellContentView>
  155. <connections>
  156. <segue destination="WAy-ar-Oib" kind="show" id="Yp0-LC-1Wz"/>
  157. </connections>
  158. </tableViewCell>
  159. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="mVB-EQ-po0">
  160. <rect key="frame" x="0.0" y="319.5" width="375" height="44"/>
  161. <autoresizingMask key="autoresizingMask"/>
  162. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mVB-EQ-po0" id="T0i-FB-ch2">
  163. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  164. <autoresizingMask key="autoresizingMask"/>
  165. <subviews>
  166. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Custom variables" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qad-2H-GTH">
  167. <rect key="frame" x="16" y="12" width="132" height="20.5"/>
  168. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  169. <nil key="textColor"/>
  170. <nil key="highlightedColor"/>
  171. </label>
  172. </subviews>
  173. <constraints>
  174. <constraint firstItem="qad-2H-GTH" firstAttribute="leading" secondItem="T0i-FB-ch2" secondAttribute="leading" constant="16" id="jks-gu-OwR"/>
  175. <constraint firstItem="qad-2H-GTH" firstAttribute="centerY" secondItem="T0i-FB-ch2" secondAttribute="centerY" id="rMD-Bf-x1H"/>
  176. </constraints>
  177. </tableViewCellContentView>
  178. <connections>
  179. <segue destination="Wle-ja-KfL" kind="show" id="zDH-nv-a9Q"/>
  180. </connections>
  181. </tableViewCell>
  182. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" id="0Cf-k3-PSB">
  183. <rect key="frame" x="0.0" y="363.5" width="375" height="44"/>
  184. <autoresizingMask key="autoresizingMask"/>
  185. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0Cf-k3-PSB" id="ho0-1C-i0m">
  186. <rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
  187. <autoresizingMask key="autoresizingMask"/>
  188. <subviews>
  189. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Custom actions" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pvt-bQ-WpB">
  190. <rect key="frame" x="16" y="12" width="119.5" height="20.5"/>
  191. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  192. <nil key="textColor"/>
  193. <nil key="highlightedColor"/>
  194. </label>
  195. </subviews>
  196. <constraints>
  197. <constraint firstItem="Pvt-bQ-WpB" firstAttribute="leading" secondItem="ho0-1C-i0m" secondAttribute="leading" constant="16" id="3AQ-Rt-vSa"/>
  198. <constraint firstItem="Pvt-bQ-WpB" firstAttribute="centerY" secondItem="ho0-1C-i0m" secondAttribute="centerY" id="tyH-pR-Jpd"/>
  199. </constraints>
  200. </tableViewCellContentView>
  201. <connections>
  202. <segue destination="iNC-jq-dRl" kind="show" id="a7w-8t-qGP"/>
  203. </connections>
  204. </tableViewCell>
  205. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="mm4-o7-8tn">
  206. <rect key="frame" x="0.0" y="407.5" width="375" height="44"/>
  207. <autoresizingMask key="autoresizingMask"/>
  208. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mm4-o7-8tn" id="SaJ-UP-1oU">
  209. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  210. <autoresizingMask key="autoresizingMask"/>
  211. <subviews>
  212. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Application settings" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZtY-hU-Q6a">
  213. <rect key="frame" x="16" y="12" width="151.5" height="20.5"/>
  214. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  215. <nil key="textColor"/>
  216. <nil key="highlightedColor"/>
  217. </label>
  218. </subviews>
  219. <constraints>
  220. <constraint firstItem="ZtY-hU-Q6a" firstAttribute="leading" secondItem="SaJ-UP-1oU" secondAttribute="leading" constant="16" id="lUD-wl-gBE"/>
  221. <constraint firstItem="ZtY-hU-Q6a" firstAttribute="centerY" secondItem="SaJ-UP-1oU" secondAttribute="centerY" id="yah-km-w95"/>
  222. </constraints>
  223. </tableViewCellContentView>
  224. </tableViewCell>
  225. </cells>
  226. </tableViewSection>
  227. </sections>
  228. <connections>
  229. <outlet property="dataSource" destination="YH8-ay-XNT" id="NBh-Aq-bMT"/>
  230. <outlet property="delegate" destination="YH8-ay-XNT" id="WtV-iF-rP7"/>
  231. </connections>
  232. </tableView>
  233. <navigationItem key="navigationItem" title="DBDebugToolkit" id="48o-9C-Bya">
  234. <barButtonItem key="leftBarButtonItem" title="Close" id="8BW-W3-rXm">
  235. <connections>
  236. <action selector="closeButtonAction:" destination="YH8-ay-XNT" id="X8o-4e-DIN"/>
  237. </connections>
  238. </barButtonItem>
  239. </navigationItem>
  240. <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
  241. </tableViewController>
  242. <placeholder placeholderIdentifier="IBFirstResponder" id="TMx-vI-Lac" userLabel="First Responder" sceneMemberID="firstResponder"/>
  243. </objects>
  244. <point key="canvasLocation" x="57" y="-68"/>
  245. </scene>
  246. <!--DBPerformanceTableViewController-->
  247. <scene sceneID="0nB-bx-c9m">
  248. <objects>
  249. <viewControllerPlaceholder storyboardName="DBPerformanceTableViewController" id="Qfj-jA-S2e" sceneMemberID="viewController"/>
  250. <placeholder placeholderIdentifier="IBFirstResponder" id="azm-V7-rVo" userLabel="First Responder" sceneMemberID="firstResponder"/>
  251. </objects>
  252. <point key="canvasLocation" x="702" y="-245"/>
  253. </scene>
  254. <!--DBConsoleViewController-->
  255. <scene sceneID="I53-7x-TV5">
  256. <objects>
  257. <viewControllerPlaceholder storyboardName="DBConsoleViewController" id="HUH-b2-D4F" sceneMemberID="viewController"/>
  258. <placeholder placeholderIdentifier="IBFirstResponder" id="QTX-5I-wae" userLabel="First Responder" sceneMemberID="firstResponder"/>
  259. </objects>
  260. <point key="canvasLocation" x="653" y="-85"/>
  261. </scene>
  262. <!--DBCustomActionsTableViewController-->
  263. <scene sceneID="Hj9-qn-qzD">
  264. <objects>
  265. <viewControllerPlaceholder storyboardName="DBCustomActionsTableViewController" id="iNC-jq-dRl" sceneMemberID="viewController"/>
  266. <placeholder placeholderIdentifier="IBFirstResponder" id="zP1-Sf-CYf" userLabel="First Responder" sceneMemberID="firstResponder"/>
  267. </objects>
  268. <point key="canvasLocation" x="713" y="76"/>
  269. </scene>
  270. <!--DBCrashReportsTableViewController-->
  271. <scene sceneID="gas-JI-i1o">
  272. <objects>
  273. <viewControllerPlaceholder storyboardName="DBCrashReportsTableViewController" id="WAy-ar-Oib" sceneMemberID="viewController"/>
  274. <placeholder placeholderIdentifier="IBFirstResponder" id="5cY-lU-C16" userLabel="First Responder" sceneMemberID="firstResponder"/>
  275. </objects>
  276. <point key="canvasLocation" x="706" y="-3"/>
  277. </scene>
  278. <!--DBUserInterfaceViewController-->
  279. <scene sceneID="Skq-BI-mcn">
  280. <objects>
  281. <viewControllerPlaceholder storyboardName="DBUserInterfaceViewController" id="Ff5-h1-bTB" sceneMemberID="viewController"/>
  282. <placeholder placeholderIdentifier="IBFirstResponder" id="KGL-Z8-lUf" userLabel="First Responder" sceneMemberID="firstResponder"/>
  283. </objects>
  284. <point key="canvasLocation" x="681" y="-202"/>
  285. </scene>
  286. <!--DBLocationTableViewController-->
  287. <scene sceneID="CNS-gn-gnl">
  288. <objects>
  289. <viewControllerPlaceholder storyboardName="DBLocationTableViewController" id="hDw-87-hMk" sceneMemberID="viewController"/>
  290. <placeholder placeholderIdentifier="IBFirstResponder" id="qaG-Pr-j4b" userLabel="First Responder" sceneMemberID="firstResponder"/>
  291. </objects>
  292. <point key="canvasLocation" x="681" y="-45"/>
  293. </scene>
  294. <!--DBCustomVariablesTableViewController-->
  295. <scene sceneID="rKG-Dd-hH9">
  296. <objects>
  297. <viewControllerPlaceholder storyboardName="DBCustomVariablesTableViewController" id="Wle-ja-KfL" sceneMemberID="viewController"/>
  298. <placeholder placeholderIdentifier="IBFirstResponder" id="K9g-9M-jbO" userLabel="First Responder" sceneMemberID="firstResponder"/>
  299. </objects>
  300. <point key="canvasLocation" x="721" y="36"/>
  301. </scene>
  302. <!--DBResourcesTableViewController-->
  303. <scene sceneID="HMw-wM-lSM">
  304. <objects>
  305. <viewControllerPlaceholder storyboardName="DBResourcesTableViewController" id="Gay-a1-Lco" sceneMemberID="viewController"/>
  306. <placeholder placeholderIdentifier="IBFirstResponder" id="Ugr-36-7RN" userLabel="First Responder" sceneMemberID="firstResponder"/>
  307. </objects>
  308. <point key="canvasLocation" x="690" y="-123"/>
  309. </scene>
  310. </scenes>
  311. </document>