Common.storyboard 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ap2-Fm-VRO">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="collection view cell content view" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Navigation Controller-->
  13. <scene sceneID="NtJ-7v-DCv">
  14. <objects>
  15. <navigationController navigationBarHidden="YES" id="ap2-Fm-VRO" sceneMemberID="viewController">
  16. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="5N9-fH-udg">
  17. <autoresizingMask key="autoresizingMask"/>
  18. </navigationBar>
  19. <connections>
  20. <segue destination="SHO-cN-RrV" kind="relationship" relationship="rootViewController" id="mLN-lO-ZNx"/>
  21. </connections>
  22. </navigationController>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="BPU-ZW-m87" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  24. </objects>
  25. <point key="canvasLocation" x="-968" y="96"/>
  26. </scene>
  27. <!--Common HomeVC-->
  28. <scene sceneID="BFe-KM-Ft4">
  29. <objects>
  30. <viewController storyboardIdentifier="CommonHomeVC" id="SHO-cN-RrV" customClass="CommonHomeVC" sceneMemberID="viewController">
  31. <view key="view" contentMode="scaleToFill" id="DUl-bS-JUQ">
  32. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hCB-eT-rx4" customClass="WQNavigationBar">
  36. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  37. <subviews>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nXu-vq-Dw6">
  39. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  40. <subviews>
  41. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="常用" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jog-Lg-Zi7">
  42. <rect key="frame" x="189" y="9.3333333333333339" width="36.333333333333343" height="25.333333333333329"/>
  43. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="18"/>
  44. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  49. <constraints>
  50. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerX" secondItem="nXu-vq-Dw6" secondAttribute="centerX" id="EH9-ga-bnI"/>
  51. <constraint firstItem="Jog-Lg-Zi7" firstAttribute="centerY" secondItem="nXu-vq-Dw6" secondAttribute="centerY" id="ELO-jG-ee9"/>
  52. <constraint firstAttribute="height" constant="44" id="gAr-gG-sBR"/>
  53. </constraints>
  54. </view>
  55. </subviews>
  56. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="64" id="4EF-wU-gZO"/>
  59. <constraint firstItem="nXu-vq-Dw6" firstAttribute="leading" secondItem="hCB-eT-rx4" secondAttribute="leading" id="Kvf-Vz-3rM"/>
  60. <constraint firstAttribute="bottom" secondItem="nXu-vq-Dw6" secondAttribute="bottom" id="swN-y3-8ZJ"/>
  61. <constraint firstItem="nXu-vq-Dw6" firstAttribute="trailing" secondItem="hCB-eT-rx4" secondAttribute="trailing" id="zlO-zU-FlR"/>
  62. </constraints>
  63. <viewLayoutGuide key="safeArea" id="N9b-tS-8Mg"/>
  64. <connections>
  65. <outlet property="height" destination="4EF-wU-gZO" id="qe0-R5-HtA"/>
  66. </connections>
  67. </view>
  68. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qRJ-mA-mPs">
  69. <rect key="frame" x="0.0" y="64" width="414" height="40"/>
  70. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  71. <constraints>
  72. <constraint firstAttribute="height" constant="40" id="KXW-VY-Nk7"/>
  73. </constraints>
  74. </view>
  75. </subviews>
  76. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  77. <constraints>
  78. <constraint firstItem="qRJ-mA-mPs" firstAttribute="top" secondItem="hCB-eT-rx4" secondAttribute="bottom" id="9FG-1F-jjP"/>
  79. <constraint firstItem="7c1-e0-9St" firstAttribute="trailing" secondItem="qRJ-mA-mPs" secondAttribute="trailing" id="Leo-cc-1oP"/>
  80. <constraint firstItem="hCB-eT-rx4" firstAttribute="trailing" secondItem="7c1-e0-9St" secondAttribute="trailing" id="aeX-EI-pWy"/>
  81. <constraint firstItem="qRJ-mA-mPs" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="anw-KW-UH0"/>
  82. <constraint firstItem="hCB-eT-rx4" firstAttribute="top" secondItem="DUl-bS-JUQ" secondAttribute="top" id="dLA-cp-dy0"/>
  83. <constraint firstItem="hCB-eT-rx4" firstAttribute="leading" secondItem="7c1-e0-9St" secondAttribute="leading" id="rMd-z6-kZq"/>
  84. </constraints>
  85. <viewLayoutGuide key="safeArea" id="7c1-e0-9St"/>
  86. </view>
  87. <navigationItem key="navigationItem" id="NKA-Hb-T1U"/>
  88. <connections>
  89. <outlet property="HeadView" destination="qRJ-mA-mPs" id="J8p-o4-ThF"/>
  90. <outlet property="NavBar" destination="nXu-vq-Dw6" id="TGZ-dd-fe7"/>
  91. </connections>
  92. </viewController>
  93. <placeholder placeholderIdentifier="IBFirstResponder" id="QVI-Va-6oy" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  94. </objects>
  95. <point key="canvasLocation" x="-251" y="96"/>
  96. </scene>
  97. <!--Common WorkVC-->
  98. <scene sceneID="8Wv-eu-TDv">
  99. <objects>
  100. <viewController storyboardIdentifier="CommonWorkVC" id="lNc-1d-INZ" customClass="CommonWorkVC" sceneMemberID="viewController">
  101. <view key="view" contentMode="scaleToFill" id="9Q4-KX-0Y6">
  102. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  103. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  104. <subviews>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pLx-sa-vJF" customClass="WQNavigationBar">
  106. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  107. <subviews>
  108. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1iQ-7E-o2e">
  109. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  110. <subviews>
  111. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Awf-Qq-Fjm">
  112. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  113. <constraints>
  114. <constraint firstAttribute="height" constant="44" id="6gG-Ki-OGa"/>
  115. <constraint firstAttribute="width" constant="50" id="bWe-GW-YhP"/>
  116. </constraints>
  117. <state key="normal" image="back_black_icon"/>
  118. <connections>
  119. <action selector="backAction:" destination="lNc-1d-INZ" eventType="touchUpInside" id="6qo-VE-byy"/>
  120. </connections>
  121. </button>
  122. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5L9-R6-f4R">
  123. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  124. <constraints>
  125. <constraint firstAttribute="width" constant="35" id="kvY-VP-K0S"/>
  126. <constraint firstAttribute="height" constant="44" id="oKi-BX-uTx"/>
  127. </constraints>
  128. <state key="normal" image="menu_black_icon"/>
  129. <connections>
  130. <action selector="menuAction:" destination="lNc-1d-INZ" eventType="touchUpInside" id="72W-pN-Npa"/>
  131. </connections>
  132. </button>
  133. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作台" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ikf-R3-f4A">
  134. <rect key="frame" x="179.33333333333334" y="11.666666666666668" width="55.333333333333343" height="21.000000000000004"/>
  135. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  136. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  137. <nil key="highlightedColor"/>
  138. </label>
  139. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aSY-Hu-LiT">
  140. <rect key="frame" x="370" y="0.0" width="44" height="44"/>
  141. <constraints>
  142. <constraint firstAttribute="width" constant="44" id="4M5-sB-aN7"/>
  143. <constraint firstAttribute="height" constant="44" id="Q2a-PQ-ek5"/>
  144. </constraints>
  145. <state key="normal" image="Common_set"/>
  146. </button>
  147. </subviews>
  148. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  149. <constraints>
  150. <constraint firstItem="Awf-Qq-Fjm" firstAttribute="leading" secondItem="1iQ-7E-o2e" secondAttribute="leading" id="4GZ-5P-oKf"/>
  151. <constraint firstItem="5L9-R6-f4R" firstAttribute="top" secondItem="Awf-Qq-Fjm" secondAttribute="top" id="8M1-Qj-zUN"/>
  152. <constraint firstAttribute="bottom" secondItem="Awf-Qq-Fjm" secondAttribute="bottom" id="LkO-en-CQj"/>
  153. <constraint firstAttribute="trailing" secondItem="aSY-Hu-LiT" secondAttribute="trailing" id="U3a-YD-CdB"/>
  154. <constraint firstItem="5L9-R6-f4R" firstAttribute="bottom" secondItem="Awf-Qq-Fjm" secondAttribute="bottom" id="Z1A-ez-XjY"/>
  155. <constraint firstItem="Ikf-R3-f4A" firstAttribute="centerY" secondItem="Awf-Qq-Fjm" secondAttribute="centerY" id="Z34-oI-d8o"/>
  156. <constraint firstAttribute="height" constant="44" id="aGF-he-A7b"/>
  157. <constraint firstItem="5L9-R6-f4R" firstAttribute="leading" secondItem="Awf-Qq-Fjm" secondAttribute="trailing" id="mpX-dd-bEg"/>
  158. <constraint firstItem="Ikf-R3-f4A" firstAttribute="centerX" secondItem="1iQ-7E-o2e" secondAttribute="centerX" id="ox6-XW-TKa"/>
  159. <constraint firstItem="aSY-Hu-LiT" firstAttribute="centerY" secondItem="Ikf-R3-f4A" secondAttribute="centerY" id="zfX-mz-BwY"/>
  160. </constraints>
  161. </view>
  162. </subviews>
  163. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  164. <constraints>
  165. <constraint firstItem="1iQ-7E-o2e" firstAttribute="trailing" secondItem="pLx-sa-vJF" secondAttribute="trailing" id="S9k-gR-VeF"/>
  166. <constraint firstAttribute="bottom" secondItem="1iQ-7E-o2e" secondAttribute="bottom" id="Vi3-u3-kaa"/>
  167. <constraint firstAttribute="height" constant="64" id="md5-GN-JOk"/>
  168. <constraint firstItem="1iQ-7E-o2e" firstAttribute="leading" secondItem="pLx-sa-vJF" secondAttribute="leading" id="wfH-c5-flf"/>
  169. </constraints>
  170. <connections>
  171. <outlet property="height" destination="md5-GN-JOk" id="R0B-o3-JIn"/>
  172. </connections>
  173. </view>
  174. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="tad-eu-Kr4">
  175. <rect key="frame" x="7" y="75" width="400" height="661"/>
  176. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  177. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Ude-3z-2ct">
  178. <size key="itemSize" width="50" height="50"/>
  179. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  180. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  181. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  182. </collectionViewFlowLayout>
  183. <cells>
  184. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="1GU-ig-jC3">
  185. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  186. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  187. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="Hpf-LT-ydO">
  188. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  189. <autoresizingMask key="autoresizingMask"/>
  190. </collectionViewCellContentView>
  191. </collectionViewCell>
  192. </cells>
  193. </collectionView>
  194. </subviews>
  195. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  196. <constraints>
  197. <constraint firstItem="pLx-sa-vJF" firstAttribute="leading" secondItem="JkD-pv-Xsr" secondAttribute="leading" id="2Qo-UD-UN6"/>
  198. <constraint firstItem="tad-eu-Kr4" firstAttribute="top" secondItem="pLx-sa-vJF" secondAttribute="bottom" constant="11" id="7xR-6C-j3w"/>
  199. <constraint firstItem="JkD-pv-Xsr" firstAttribute="bottom" secondItem="tad-eu-Kr4" secondAttribute="bottom" id="Cda-qx-5dO"/>
  200. <constraint firstItem="JkD-pv-Xsr" firstAttribute="trailing" secondItem="tad-eu-Kr4" secondAttribute="trailing" constant="7" id="Qob-Qx-KYB"/>
  201. <constraint firstItem="tad-eu-Kr4" firstAttribute="leading" secondItem="JkD-pv-Xsr" secondAttribute="leading" constant="7" id="hqJ-vG-6MJ"/>
  202. <constraint firstItem="pLx-sa-vJF" firstAttribute="trailing" secondItem="JkD-pv-Xsr" secondAttribute="trailing" id="mdB-2Y-buE"/>
  203. <constraint firstItem="pLx-sa-vJF" firstAttribute="top" secondItem="9Q4-KX-0Y6" secondAttribute="top" id="wMh-7E-rOO"/>
  204. </constraints>
  205. <viewLayoutGuide key="safeArea" id="JkD-pv-Xsr"/>
  206. </view>
  207. <navigationItem key="navigationItem" id="ISc-O6-KyT"/>
  208. <connections>
  209. <outlet property="collectionView" destination="tad-eu-Kr4" id="cLi-0Z-WIG"/>
  210. <outlet property="setBtn" destination="aSY-Hu-LiT" id="PqC-Ws-ZO8"/>
  211. </connections>
  212. </viewController>
  213. <placeholder placeholderIdentifier="IBFirstResponder" id="bIE-Wy-7la" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  214. </objects>
  215. <point key="canvasLocation" x="1107" y="95"/>
  216. </scene>
  217. <!--Common ToolVC-->
  218. <scene sceneID="aAs-5b-9Yo">
  219. <objects>
  220. <viewController storyboardIdentifier="CommonToolVC" id="ocm-aN-zcF" customClass="CommonToolVC" sceneMemberID="viewController">
  221. <view key="view" contentMode="scaleToFill" id="ycH-9Q-MgB">
  222. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  223. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  224. <subviews>
  225. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PXF-Y8-XcL" customClass="WQNavigationBar">
  226. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  227. <subviews>
  228. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hoQ-Kw-XUS">
  229. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  230. <subviews>
  231. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ObZ-Ie-n3D">
  232. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  233. <constraints>
  234. <constraint firstAttribute="width" constant="50" id="4gm-pq-nHB"/>
  235. <constraint firstAttribute="height" constant="44" id="wv0-pt-Hfy"/>
  236. </constraints>
  237. <state key="normal" image="back_black_icon"/>
  238. <connections>
  239. <action selector="backAction:" destination="ocm-aN-zcF" eventType="touchUpInside" id="QhD-rY-MEh"/>
  240. </connections>
  241. </button>
  242. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="O9c-zL-IZF">
  243. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  244. <constraints>
  245. <constraint firstAttribute="width" constant="35" id="IhP-dr-II3"/>
  246. <constraint firstAttribute="height" constant="44" id="nh5-sH-rDn"/>
  247. </constraints>
  248. <state key="normal" image="menu_black_icon"/>
  249. <connections>
  250. <action selector="menuAction:" destination="ocm-aN-zcF" eventType="touchUpInside" id="Wu3-BY-aYM"/>
  251. </connections>
  252. </button>
  253. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工具箱" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HN4-v5-xAb">
  254. <rect key="frame" x="179.33333333333334" y="11.666666666666668" width="55.333333333333343" height="21.000000000000004"/>
  255. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  256. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  257. <nil key="highlightedColor"/>
  258. </label>
  259. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ToF-7E-AGC">
  260. <rect key="frame" x="370" y="0.0" width="44" height="44"/>
  261. <constraints>
  262. <constraint firstAttribute="height" constant="44" id="dJQ-Aj-1xh"/>
  263. <constraint firstAttribute="width" constant="44" id="kRa-PZ-nIf"/>
  264. </constraints>
  265. <state key="normal" image="Common_set"/>
  266. </button>
  267. </subviews>
  268. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  269. <constraints>
  270. <constraint firstItem="ToF-7E-AGC" firstAttribute="centerY" secondItem="HN4-v5-xAb" secondAttribute="centerY" id="1dI-8q-Jeb"/>
  271. <constraint firstItem="O9c-zL-IZF" firstAttribute="leading" secondItem="ObZ-Ie-n3D" secondAttribute="trailing" id="2Bh-Wo-FKi"/>
  272. <constraint firstItem="HN4-v5-xAb" firstAttribute="centerY" secondItem="ObZ-Ie-n3D" secondAttribute="centerY" id="67I-DV-VWe"/>
  273. <constraint firstItem="O9c-zL-IZF" firstAttribute="bottom" secondItem="ObZ-Ie-n3D" secondAttribute="bottom" id="Fa4-UD-wjz"/>
  274. <constraint firstItem="O9c-zL-IZF" firstAttribute="top" secondItem="ObZ-Ie-n3D" secondAttribute="top" id="Guz-jS-7FV"/>
  275. <constraint firstItem="ObZ-Ie-n3D" firstAttribute="leading" secondItem="hoQ-Kw-XUS" secondAttribute="leading" id="IXA-Tf-YHZ"/>
  276. <constraint firstAttribute="height" constant="44" id="OC2-Ha-G3c"/>
  277. <constraint firstItem="HN4-v5-xAb" firstAttribute="centerX" secondItem="hoQ-Kw-XUS" secondAttribute="centerX" id="WiK-Af-E7w"/>
  278. <constraint firstAttribute="bottom" secondItem="ObZ-Ie-n3D" secondAttribute="bottom" id="Ymb-0h-qFQ"/>
  279. <constraint firstAttribute="trailing" secondItem="ToF-7E-AGC" secondAttribute="trailing" id="h1U-Dz-7L2"/>
  280. </constraints>
  281. </view>
  282. </subviews>
  283. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  284. <constraints>
  285. <constraint firstAttribute="bottom" secondItem="hoQ-Kw-XUS" secondAttribute="bottom" id="2dZ-5n-8bS"/>
  286. <constraint firstItem="hoQ-Kw-XUS" firstAttribute="leading" secondItem="PXF-Y8-XcL" secondAttribute="leading" id="gdh-9m-7GY"/>
  287. <constraint firstItem="hoQ-Kw-XUS" firstAttribute="trailing" secondItem="PXF-Y8-XcL" secondAttribute="trailing" id="jbj-gW-xIO"/>
  288. <constraint firstAttribute="height" constant="64" id="wtP-wb-j5d"/>
  289. </constraints>
  290. <connections>
  291. <outlet property="height" destination="wtP-wb-j5d" id="dH7-Jw-pMm"/>
  292. </connections>
  293. </view>
  294. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="DhP-h8-5cx">
  295. <rect key="frame" x="7" y="75" width="400" height="661"/>
  296. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  297. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Gx8-xL-xmH">
  298. <size key="itemSize" width="50" height="50"/>
  299. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  300. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  301. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  302. </collectionViewFlowLayout>
  303. <cells>
  304. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="M38-5R-416">
  305. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  306. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  307. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="IOH-0v-jZi">
  308. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  309. <autoresizingMask key="autoresizingMask"/>
  310. </collectionViewCellContentView>
  311. </collectionViewCell>
  312. </cells>
  313. </collectionView>
  314. </subviews>
  315. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  316. <constraints>
  317. <constraint firstItem="DhP-h8-5cx" firstAttribute="leading" secondItem="Gcd-wS-1Ou" secondAttribute="leading" constant="7" id="EC1-0d-2ev"/>
  318. <constraint firstItem="PXF-Y8-XcL" firstAttribute="leading" secondItem="Gcd-wS-1Ou" secondAttribute="leading" id="aSl-5Y-zdZ"/>
  319. <constraint firstItem="Gcd-wS-1Ou" firstAttribute="trailing" secondItem="DhP-h8-5cx" secondAttribute="trailing" constant="7" id="bEh-D0-q3P"/>
  320. <constraint firstItem="DhP-h8-5cx" firstAttribute="top" secondItem="PXF-Y8-XcL" secondAttribute="bottom" constant="11" id="gvR-yx-4il"/>
  321. <constraint firstItem="Gcd-wS-1Ou" firstAttribute="bottom" secondItem="DhP-h8-5cx" secondAttribute="bottom" id="hUj-Vd-a2t"/>
  322. <constraint firstItem="PXF-Y8-XcL" firstAttribute="top" secondItem="ycH-9Q-MgB" secondAttribute="top" id="iPV-b8-AYs"/>
  323. <constraint firstItem="PXF-Y8-XcL" firstAttribute="trailing" secondItem="Gcd-wS-1Ou" secondAttribute="trailing" id="yVa-Ak-SaM"/>
  324. </constraints>
  325. <viewLayoutGuide key="safeArea" id="Gcd-wS-1Ou"/>
  326. </view>
  327. <navigationItem key="navigationItem" id="H1o-ap-B90"/>
  328. <connections>
  329. <outlet property="collectionView" destination="DhP-h8-5cx" id="pUT-nt-o76"/>
  330. <outlet property="setBtn" destination="ToF-7E-AGC" id="JQO-9R-jAp"/>
  331. </connections>
  332. </viewController>
  333. <placeholder placeholderIdentifier="IBFirstResponder" id="UtR-r3-UTp" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  334. </objects>
  335. <point key="canvasLocation" x="445" y="95"/>
  336. </scene>
  337. <!--Common Tool MoveVC-->
  338. <scene sceneID="4vC-a8-h1O">
  339. <objects>
  340. <viewController storyboardIdentifier="CommonToolMoveVC" id="3q0-1g-LtH" customClass="CommonToolMoveVC" sceneMemberID="viewController">
  341. <view key="view" contentMode="scaleToFill" id="7cv-tN-deb">
  342. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  343. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  344. <subviews>
  345. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GWP-m2-iNt" customClass="WQNavigationBar">
  346. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  347. <subviews>
  348. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HCi-mn-k3B">
  349. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  350. <subviews>
  351. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jac-tk-dHo">
  352. <rect key="frame" x="354" y="0.0" width="60" height="44"/>
  353. <constraints>
  354. <constraint firstAttribute="width" constant="60" id="16b-6U-wTp"/>
  355. <constraint firstAttribute="height" constant="44" id="nhr-pK-LAK"/>
  356. </constraints>
  357. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  358. <state key="normal" title="完成">
  359. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  360. </state>
  361. </button>
  362. </subviews>
  363. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  364. <constraints>
  365. <constraint firstAttribute="trailing" secondItem="jac-tk-dHo" secondAttribute="trailing" id="741-Yq-lEt"/>
  366. <constraint firstAttribute="height" constant="44" id="QsZ-Fq-wR2"/>
  367. <constraint firstItem="jac-tk-dHo" firstAttribute="centerY" secondItem="HCi-mn-k3B" secondAttribute="centerY" id="iMp-pV-bdd"/>
  368. </constraints>
  369. </view>
  370. </subviews>
  371. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  372. <constraints>
  373. <constraint firstItem="HCi-mn-k3B" firstAttribute="trailing" secondItem="GWP-m2-iNt" secondAttribute="trailing" id="Hrh-ak-nYy"/>
  374. <constraint firstItem="HCi-mn-k3B" firstAttribute="leading" secondItem="GWP-m2-iNt" secondAttribute="leading" id="UNM-ud-338"/>
  375. <constraint firstAttribute="height" constant="64" id="fRx-mS-guf"/>
  376. <constraint firstAttribute="bottom" secondItem="HCi-mn-k3B" secondAttribute="bottom" id="lCL-JR-isy"/>
  377. </constraints>
  378. <connections>
  379. <outlet property="height" destination="fRx-mS-guf" id="RUK-tp-Y5c"/>
  380. </connections>
  381. </view>
  382. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="HJv-Iy-0U4">
  383. <rect key="frame" x="7" y="64" width="400" height="672"/>
  384. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  385. <collectionViewFlowLayout key="collectionViewLayout" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="RBc-68-sAM">
  386. <size key="itemSize" width="50" height="50"/>
  387. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  388. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  389. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  390. </collectionViewFlowLayout>
  391. <cells>
  392. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="w32-KV-3IX">
  393. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  394. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  395. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="8K8-G8-wss">
  396. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  397. <autoresizingMask key="autoresizingMask"/>
  398. </collectionViewCellContentView>
  399. </collectionViewCell>
  400. </cells>
  401. </collectionView>
  402. </subviews>
  403. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  404. <constraints>
  405. <constraint firstItem="HJv-Iy-0U4" firstAttribute="leading" secondItem="RVb-1M-Xzg" secondAttribute="leading" constant="7" id="96x-x9-I6F"/>
  406. <constraint firstItem="GWP-m2-iNt" firstAttribute="trailing" secondItem="RVb-1M-Xzg" secondAttribute="trailing" id="IbF-kA-UPi"/>
  407. <constraint firstItem="RVb-1M-Xzg" firstAttribute="trailing" secondItem="HJv-Iy-0U4" secondAttribute="trailing" constant="7" id="NJ5-kc-6Ph"/>
  408. <constraint firstItem="GWP-m2-iNt" firstAttribute="top" secondItem="7cv-tN-deb" secondAttribute="top" id="Q5g-yg-zUP"/>
  409. <constraint firstItem="RVb-1M-Xzg" firstAttribute="bottom" secondItem="HJv-Iy-0U4" secondAttribute="bottom" id="kDb-yt-mmn"/>
  410. <constraint firstItem="GWP-m2-iNt" firstAttribute="leading" secondItem="RVb-1M-Xzg" secondAttribute="leading" id="pMK-24-oOJ"/>
  411. <constraint firstItem="HJv-Iy-0U4" firstAttribute="top" secondItem="GWP-m2-iNt" secondAttribute="bottom" id="xQS-d7-sas"/>
  412. </constraints>
  413. <viewLayoutGuide key="safeArea" id="RVb-1M-Xzg"/>
  414. </view>
  415. <navigationItem key="navigationItem" id="P4f-RL-aXl"/>
  416. <connections>
  417. <outlet property="collectionView" destination="HJv-Iy-0U4" id="Vnm-Zk-qwn"/>
  418. <outlet property="doneBtn" destination="jac-tk-dHo" id="Kwg-ES-iSC"/>
  419. </connections>
  420. </viewController>
  421. <placeholder placeholderIdentifier="IBFirstResponder" id="CQJ-kq-7oA" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  422. </objects>
  423. <point key="canvasLocation" x="-968" y="797"/>
  424. </scene>
  425. <!--Common NoteVC-->
  426. <scene sceneID="sLF-b5-0hG">
  427. <objects>
  428. <viewController storyboardIdentifier="CommonNoteVC" id="ley-V8-EGk" customClass="CommonNoteVC" sceneMemberID="viewController">
  429. <view key="view" contentMode="scaleToFill" id="QOf-bj-gjR">
  430. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  431. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  432. <subviews>
  433. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="04S-qa-FRc" customClass="WQNavigationBar">
  434. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  435. <subviews>
  436. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xjr-rl-4qd">
  437. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  438. <subviews>
  439. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5kl-Ww-tml">
  440. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  441. <constraints>
  442. <constraint firstAttribute="width" constant="50" id="IpP-bK-1RU"/>
  443. <constraint firstAttribute="height" constant="44" id="ccV-QA-HkK"/>
  444. </constraints>
  445. <state key="normal" image="back_black_icon"/>
  446. <connections>
  447. <action selector="backAction:" destination="ley-V8-EGk" eventType="touchUpInside" id="Poi-AK-FG0"/>
  448. </connections>
  449. </button>
  450. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iH8-P7-3We">
  451. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  452. <constraints>
  453. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="35" id="WsI-K9-nFY"/>
  454. <constraint firstAttribute="height" constant="44" id="udF-Q2-nkL"/>
  455. </constraints>
  456. <state key="normal" image="menu_black_icon"/>
  457. <connections>
  458. <action selector="menuAction:" destination="ley-V8-EGk" eventType="touchUpInside" id="wim-Ki-GEc"/>
  459. </connections>
  460. </button>
  461. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wYf-DB-KI1">
  462. <rect key="frame" x="370" y="0.0" width="44" height="44"/>
  463. <constraints>
  464. <constraint firstAttribute="height" constant="44" id="JrE-al-u9l"/>
  465. <constraint firstAttribute="width" constant="44" id="iXG-37-gRl"/>
  466. </constraints>
  467. <state key="normal" image="chatmsg_right_edit_icon"/>
  468. </button>
  469. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的笔记" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xkD-ph-hEi">
  470. <rect key="frame" x="171" y="9.3333333333333339" width="72.333333333333314" height="25.333333333333329"/>
  471. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="18"/>
  472. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  473. <nil key="highlightedColor"/>
  474. </label>
  475. </subviews>
  476. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  477. <constraints>
  478. <constraint firstItem="iH8-P7-3We" firstAttribute="centerY" secondItem="xjr-rl-4qd" secondAttribute="centerY" id="ALA-Y7-Hjz"/>
  479. <constraint firstAttribute="bottom" secondItem="5kl-Ww-tml" secondAttribute="bottom" id="Pv3-VW-0Xh"/>
  480. <constraint firstAttribute="trailing" secondItem="wYf-DB-KI1" secondAttribute="trailing" id="XBu-3L-9uW"/>
  481. <constraint firstAttribute="height" constant="44" id="aJc-hz-nE4"/>
  482. <constraint firstItem="iH8-P7-3We" firstAttribute="leading" secondItem="5kl-Ww-tml" secondAttribute="trailing" id="j4b-B5-NPV"/>
  483. <constraint firstAttribute="bottom" secondItem="wYf-DB-KI1" secondAttribute="bottom" id="nQl-oF-RIO"/>
  484. <constraint firstItem="xkD-ph-hEi" firstAttribute="centerY" secondItem="xjr-rl-4qd" secondAttribute="centerY" id="naX-HD-BaZ"/>
  485. <constraint firstItem="5kl-Ww-tml" firstAttribute="leading" secondItem="xjr-rl-4qd" secondAttribute="leading" id="ttt-aG-zVM"/>
  486. <constraint firstItem="xkD-ph-hEi" firstAttribute="centerX" secondItem="xjr-rl-4qd" secondAttribute="centerX" id="wCC-X7-ote"/>
  487. </constraints>
  488. </view>
  489. </subviews>
  490. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  491. <constraints>
  492. <constraint firstItem="xjr-rl-4qd" firstAttribute="leading" secondItem="04S-qa-FRc" secondAttribute="leading" id="Y0g-fC-fYz"/>
  493. <constraint firstAttribute="bottom" secondItem="xjr-rl-4qd" secondAttribute="bottom" id="k0R-73-lZq"/>
  494. <constraint firstAttribute="height" constant="64" id="xOd-sP-Ldw"/>
  495. <constraint firstItem="xjr-rl-4qd" firstAttribute="trailing" secondItem="04S-qa-FRc" secondAttribute="trailing" id="zah-vC-Clz"/>
  496. </constraints>
  497. <connections>
  498. <outlet property="height" destination="xOd-sP-Ldw" id="xmC-bA-AYw"/>
  499. </connections>
  500. </view>
  501. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BOl-cJ-jtD">
  502. <rect key="frame" x="0.0" y="64" width="414" height="76"/>
  503. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  504. <constraints>
  505. <constraint firstAttribute="height" constant="76" id="83y-8D-KPd"/>
  506. </constraints>
  507. </view>
  508. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="VAc-dt-PGc">
  509. <rect key="frame" x="0.0" y="140" width="414" height="596"/>
  510. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  511. </tableView>
  512. </subviews>
  513. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  514. <constraints>
  515. <constraint firstItem="VAc-dt-PGc" firstAttribute="top" secondItem="BOl-cJ-jtD" secondAttribute="bottom" id="2L4-ex-gX4"/>
  516. <constraint firstItem="GHq-KT-G7e" firstAttribute="trailing" secondItem="BOl-cJ-jtD" secondAttribute="trailing" id="3GV-eQ-9cA"/>
  517. <constraint firstItem="BOl-cJ-jtD" firstAttribute="top" secondItem="04S-qa-FRc" secondAttribute="bottom" id="9h1-1C-uJU"/>
  518. <constraint firstItem="GHq-KT-G7e" firstAttribute="trailing" secondItem="VAc-dt-PGc" secondAttribute="trailing" id="AMj-T3-CQW"/>
  519. <constraint firstItem="VAc-dt-PGc" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="CPv-sr-cIZ"/>
  520. <constraint firstItem="GHq-KT-G7e" firstAttribute="bottom" secondItem="VAc-dt-PGc" secondAttribute="bottom" id="RaR-Qc-AE8"/>
  521. <constraint firstItem="04S-qa-FRc" firstAttribute="top" secondItem="QOf-bj-gjR" secondAttribute="top" id="RpB-xj-WI5"/>
  522. <constraint firstItem="BOl-cJ-jtD" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="mst-8f-e5q"/>
  523. <constraint firstItem="04S-qa-FRc" firstAttribute="trailing" secondItem="GHq-KT-G7e" secondAttribute="trailing" id="pq0-vP-waN"/>
  524. <constraint firstItem="04S-qa-FRc" firstAttribute="leading" secondItem="GHq-KT-G7e" secondAttribute="leading" id="rpu-zF-nBL"/>
  525. </constraints>
  526. <viewLayoutGuide key="safeArea" id="GHq-KT-G7e"/>
  527. </view>
  528. <navigationItem key="navigationItem" id="L6m-tH-tMj"/>
  529. <connections>
  530. <outlet property="headerView" destination="BOl-cJ-jtD" id="8iP-DC-qDa"/>
  531. <outlet property="rightEditBtn" destination="wYf-DB-KI1" id="adS-pn-EGr"/>
  532. <outlet property="tableView" destination="VAc-dt-PGc" id="pXV-NX-SzT"/>
  533. </connections>
  534. </viewController>
  535. <placeholder placeholderIdentifier="IBFirstResponder" id="xdv-9b-hFC" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  536. </objects>
  537. <point key="canvasLocation" x="-265.21739130434787" y="795.6521739130435"/>
  538. </scene>
  539. </scenes>
  540. <resources>
  541. <image name="Common_set" width="20" height="20"/>
  542. <image name="back_black_icon" width="11" height="20"/>
  543. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  544. <image name="menu_black_icon" width="16.666666030883789" height="14.666666984558105"/>
  545. </resources>
  546. </document>