ChatMsgNotice.storyboard 150 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365
  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="Yvd-ib-FvZ">
  3. <device id="retina4_7" 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Navigation Controller-->
  12. <scene sceneID="n1O-C3-FMY">
  13. <objects>
  14. <navigationController navigationBarHidden="YES" id="Yvd-ib-FvZ" sceneMemberID="viewController">
  15. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="RBv-Hr-29N">
  16. <autoresizingMask key="autoresizingMask"/>
  17. </navigationBar>
  18. <connections>
  19. <segue destination="283-Lc-yuj" kind="relationship" relationship="rootViewController" id="fiQ-ef-Qvy"/>
  20. </connections>
  21. </navigationController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="PWo-ua-sp8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="-1078" y="85"/>
  25. </scene>
  26. <!--Chat Msg NoticeVC-->
  27. <scene sceneID="wNF-aH-Lk2">
  28. <objects>
  29. <viewController storyboardIdentifier="ChatMsgNoticeVC" id="283-Lc-yuj" customClass="ChatMsgNoticeVC" sceneMemberID="viewController">
  30. <view key="view" contentMode="scaleToFill" id="jML-Y9-hyI">
  31. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="576-JD-5gB" customClass="WQNavigationBar">
  35. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  36. <subviews>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SLu-4c-2Nh">
  38. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  39. <subviews>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wH0-Jm-MPH">
  41. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="44" id="lZx-y8-RYR"/>
  44. <constraint firstAttribute="width" constant="50" id="n1F-zm-i4U"/>
  45. </constraints>
  46. <state key="normal" image="back_black_icon"/>
  47. <connections>
  48. <action selector="backAction:" destination="283-Lc-yuj" eventType="touchUpInside" id="R7N-0s-Rg7"/>
  49. </connections>
  50. </button>
  51. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="si4-94-k3a">
  52. <rect key="frame" x="50" y="11" width="16.5" height="22"/>
  53. <state key="normal" image="menu_black_icon"/>
  54. <connections>
  55. <action selector="menuAction:" destination="283-Lc-yuj" eventType="touchUpInside" id="UXM-L3-anD"/>
  56. </connections>
  57. </button>
  58. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9PV-QI-VkQ">
  59. <rect key="frame" x="290" y="0.0" width="35" height="44"/>
  60. <constraints>
  61. <constraint firstAttribute="height" constant="44" id="6oc-fd-ecz"/>
  62. <constraint firstAttribute="width" constant="35" id="qWs-NM-NYx"/>
  63. </constraints>
  64. <state key="normal" image="chatmsg_right_edit_icon"/>
  65. </button>
  66. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fxp-jY-TdA">
  67. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  68. <constraints>
  69. <constraint firstAttribute="width" constant="50" id="2oS-62-kq1"/>
  70. <constraint firstAttribute="height" constant="44" id="nY0-Iq-Hxq"/>
  71. </constraints>
  72. <state key="normal" image="chatmsg_right_add_icon"/>
  73. </button>
  74. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="suF-7P-rCh">
  75. <rect key="frame" x="97.5" y="11" width="180" height="22"/>
  76. <constraints>
  77. <constraint firstAttribute="width" constant="180" id="tIM-xT-2SS"/>
  78. </constraints>
  79. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  80. <nil key="textColor"/>
  81. <nil key="highlightedColor"/>
  82. </label>
  83. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zYD-HK-4qt">
  84. <rect key="frame" x="329" y="7" width="31" height="30"/>
  85. <state key="normal" title="多选"/>
  86. </button>
  87. </subviews>
  88. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  89. <constraints>
  90. <constraint firstAttribute="height" constant="44" id="KuL-Yd-4G5"/>
  91. <constraint firstAttribute="bottom" secondItem="wH0-Jm-MPH" secondAttribute="bottom" id="NAU-g7-h8d"/>
  92. <constraint firstItem="zYD-HK-4qt" firstAttribute="centerY" secondItem="SLu-4c-2Nh" secondAttribute="centerY" id="NE3-ei-Q3I"/>
  93. <constraint firstAttribute="trailing" secondItem="fxp-jY-TdA" secondAttribute="trailing" id="R4e-cs-fhy"/>
  94. <constraint firstAttribute="bottom" secondItem="fxp-jY-TdA" secondAttribute="bottom" id="RL5-gZ-FAy"/>
  95. <constraint firstItem="fxp-jY-TdA" firstAttribute="leading" secondItem="9PV-QI-VkQ" secondAttribute="trailing" id="Thc-2l-3pI"/>
  96. <constraint firstItem="fxp-jY-TdA" firstAttribute="bottom" secondItem="9PV-QI-VkQ" secondAttribute="bottom" id="YFl-zS-QIH"/>
  97. <constraint firstItem="si4-94-k3a" firstAttribute="leading" secondItem="wH0-Jm-MPH" secondAttribute="trailing" id="cRj-7x-xBD"/>
  98. <constraint firstItem="fxp-jY-TdA" firstAttribute="top" secondItem="9PV-QI-VkQ" secondAttribute="top" id="fXj-Du-BN5"/>
  99. <constraint firstItem="suF-7P-rCh" firstAttribute="centerX" secondItem="SLu-4c-2Nh" secondAttribute="centerX" id="hWl-Uj-wz8"/>
  100. <constraint firstItem="suF-7P-rCh" firstAttribute="centerY" secondItem="SLu-4c-2Nh" secondAttribute="centerY" id="iW8-Dl-znJ"/>
  101. <constraint firstItem="si4-94-k3a" firstAttribute="centerY" secondItem="wH0-Jm-MPH" secondAttribute="centerY" id="l9U-oc-M6r"/>
  102. <constraint firstAttribute="trailing" secondItem="zYD-HK-4qt" secondAttribute="trailing" constant="15" id="org-xo-U7j"/>
  103. <constraint firstItem="wH0-Jm-MPH" firstAttribute="leading" secondItem="SLu-4c-2Nh" secondAttribute="leading" id="zwW-Lo-1gk"/>
  104. </constraints>
  105. </view>
  106. </subviews>
  107. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  108. <constraints>
  109. <constraint firstAttribute="bottom" secondItem="SLu-4c-2Nh" secondAttribute="bottom" id="2Ho-5K-xY2"/>
  110. <constraint firstAttribute="height" constant="64" id="G29-LZ-VuJ"/>
  111. <constraint firstItem="SLu-4c-2Nh" firstAttribute="trailing" secondItem="576-JD-5gB" secondAttribute="trailing" id="M9R-3s-x68"/>
  112. <constraint firstItem="SLu-4c-2Nh" firstAttribute="leading" secondItem="576-JD-5gB" secondAttribute="leading" id="n59-HM-zOM"/>
  113. </constraints>
  114. <connections>
  115. <outlet property="height" destination="G29-LZ-VuJ" id="e2O-Ko-JkE"/>
  116. </connections>
  117. </view>
  118. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="tmd-ew-EE7">
  119. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  120. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  121. </tableView>
  122. </subviews>
  123. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  124. <constraints>
  125. <constraint firstItem="tmd-ew-EE7" firstAttribute="top" secondItem="576-JD-5gB" secondAttribute="bottom" id="5OY-pm-fRl"/>
  126. <constraint firstAttribute="bottom" secondItem="tmd-ew-EE7" secondAttribute="bottom" id="7Ow-Yg-KVa"/>
  127. <constraint firstItem="576-JD-5gB" firstAttribute="leading" secondItem="k6B-6n-dog" secondAttribute="leading" id="Js7-Go-Esr"/>
  128. <constraint firstItem="tmd-ew-EE7" firstAttribute="leading" secondItem="k6B-6n-dog" secondAttribute="leading" id="PfC-30-zFQ"/>
  129. <constraint firstItem="576-JD-5gB" firstAttribute="trailing" secondItem="k6B-6n-dog" secondAttribute="trailing" id="RkE-HP-7Ci"/>
  130. <constraint firstItem="576-JD-5gB" firstAttribute="top" secondItem="jML-Y9-hyI" secondAttribute="top" id="ipi-WO-fFD"/>
  131. <constraint firstItem="k6B-6n-dog" firstAttribute="trailing" secondItem="tmd-ew-EE7" secondAttribute="trailing" id="mWz-cQ-bhg"/>
  132. </constraints>
  133. <viewLayoutGuide key="safeArea" id="k6B-6n-dog"/>
  134. </view>
  135. <navigationItem key="navigationItem" id="wZV-u6-aTN"/>
  136. <connections>
  137. <outlet property="NavBar" destination="SLu-4c-2Nh" id="X13-Kb-PGJ"/>
  138. <outlet property="deleteSelectBtn" destination="zYD-HK-4qt" id="nHv-cb-8Ye"/>
  139. <outlet property="operationAllSelectButton" destination="si4-94-k3a" id="beS-LJ-dUj"/>
  140. <outlet property="operationBackButton" destination="wH0-Jm-MPH" id="d9k-iP-Onj"/>
  141. <outlet property="rightAddBtn" destination="fxp-jY-TdA" id="y3K-Zj-reD"/>
  142. <outlet property="rightEditBtn" destination="9PV-QI-VkQ" id="xn8-nB-URW"/>
  143. <outlet property="tableView" destination="tmd-ew-EE7" id="8YK-da-ovT"/>
  144. <outlet property="titleL" destination="suF-7P-rCh" id="YCA-px-iBh"/>
  145. </connections>
  146. </viewController>
  147. <placeholder placeholderIdentifier="IBFirstResponder" id="Wpe-1b-SCX" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  148. </objects>
  149. <point key="canvasLocation" x="-215" y="84"/>
  150. </scene>
  151. <!--Chat Msg Notice TypeVC-->
  152. <scene sceneID="saz-mc-2gd">
  153. <objects>
  154. <viewController storyboardIdentifier="ChatMsgNoticeTypeVC" id="7rF-qm-4mP" customClass="ChatMsgNoticeTypeVC" sceneMemberID="viewController">
  155. <layoutGuides>
  156. <viewControllerLayoutGuide type="top" id="rWo-8z-n5M"/>
  157. <viewControllerLayoutGuide type="bottom" id="K5R-aF-fV4"/>
  158. </layoutGuides>
  159. <view key="view" contentMode="scaleToFill" id="Fsl-EV-H11">
  160. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  161. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  162. <subviews>
  163. <view alpha="0.29999999999999999" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bpb-Gh-sK0">
  164. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  165. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  166. </view>
  167. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="deJ-lC-Jg2">
  168. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  169. <subviews>
  170. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择显示" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LeV-pg-qYL">
  171. <rect key="frame" x="15" y="15" width="49.5" height="7"/>
  172. <constraints>
  173. <constraint firstAttribute="height" constant="7" id="vVX-j2-ofX"/>
  174. </constraints>
  175. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  176. <color key="textColor" red="0.73333333333333328" green="0.73333333333333328" blue="0.73333333333333328" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  177. <nil key="highlightedColor"/>
  178. </label>
  179. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="duF-eG-s6a">
  180. <rect key="frame" x="15" y="37" width="345" height="50"/>
  181. <color key="backgroundColor" systemColor="systemBlueColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  182. <constraints>
  183. <constraint firstAttribute="height" constant="50" id="LfQ-pr-VoE"/>
  184. </constraints>
  185. </view>
  186. </subviews>
  187. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. <constraints>
  189. <constraint firstItem="duF-eG-s6a" firstAttribute="leading" secondItem="deJ-lC-Jg2" secondAttribute="leading" constant="15" id="FAJ-5B-KU5"/>
  190. <constraint firstItem="duF-eG-s6a" firstAttribute="top" secondItem="LeV-pg-qYL" secondAttribute="bottom" constant="15" id="SXd-7J-I4Q"/>
  191. <constraint firstItem="LeV-pg-qYL" firstAttribute="top" secondItem="deJ-lC-Jg2" secondAttribute="top" constant="15" id="Sky-09-dum"/>
  192. <constraint firstAttribute="trailing" secondItem="duF-eG-s6a" secondAttribute="trailing" constant="15" id="bpr-Ns-r5l"/>
  193. <constraint firstItem="LeV-pg-qYL" firstAttribute="leading" secondItem="deJ-lC-Jg2" secondAttribute="leading" constant="15" id="h37-eq-opd"/>
  194. <constraint firstAttribute="height" constant="100" id="ofh-tw-MF4"/>
  195. </constraints>
  196. </view>
  197. </subviews>
  198. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  199. <constraints>
  200. <constraint firstItem="bpb-Gh-sK0" firstAttribute="leading" secondItem="N01-MB-rq1" secondAttribute="leading" id="Ilb-G1-bXp"/>
  201. <constraint firstItem="N01-MB-rq1" firstAttribute="trailing" secondItem="bpb-Gh-sK0" secondAttribute="trailing" id="NVg-Qt-411"/>
  202. <constraint firstItem="deJ-lC-Jg2" firstAttribute="leading" secondItem="Fsl-EV-H11" secondAttribute="leading" id="PRz-y1-4PW"/>
  203. <constraint firstItem="bpb-Gh-sK0" firstAttribute="top" secondItem="Fsl-EV-H11" secondAttribute="top" id="Sgg-rK-4nz"/>
  204. <constraint firstAttribute="trailing" secondItem="deJ-lC-Jg2" secondAttribute="trailing" id="bRW-gg-Vef"/>
  205. <constraint firstAttribute="bottom" secondItem="bpb-Gh-sK0" secondAttribute="bottom" id="dA5-G8-Szk"/>
  206. <constraint firstItem="deJ-lC-Jg2" firstAttribute="top" secondItem="Fsl-EV-H11" secondAttribute="top" id="wsR-9P-koD"/>
  207. </constraints>
  208. <viewLayoutGuide key="safeArea" id="N01-MB-rq1"/>
  209. </view>
  210. <connections>
  211. <outlet property="contentBgView" destination="duF-eG-s6a" id="YlP-UF-ufN"/>
  212. </connections>
  213. </viewController>
  214. <placeholder placeholderIdentifier="IBFirstResponder" id="Ues-2B-i0p" userLabel="First Responder" sceneMemberID="firstResponder"/>
  215. </objects>
  216. <point key="canvasLocation" x="465" y="83"/>
  217. </scene>
  218. <!--Notice New Group MenuVC-->
  219. <scene sceneID="ROc-c4-YVb">
  220. <objects>
  221. <viewController storyboardIdentifier="NoticeNewGroupMenuVC" id="0Ul-nY-dFG" customClass="NoticeNewGroupMenuVC" sceneMemberID="viewController">
  222. <layoutGuides>
  223. <viewControllerLayoutGuide type="top" id="TIy-Ex-xye"/>
  224. <viewControllerLayoutGuide type="bottom" id="WSA-Gt-txM"/>
  225. </layoutGuides>
  226. <view key="view" contentMode="scaleToFill" id="dnz-MV-Ztp">
  227. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  228. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  229. <subviews>
  230. <view alpha="0.30000001192092896" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Ij-aj-y8v">
  231. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  232. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  233. </view>
  234. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CHx-XX-fNh">
  235. <rect key="frame" x="0.0" y="555" width="375" height="112"/>
  236. <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.96470588235294119" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  237. <constraints>
  238. <constraint firstAttribute="height" constant="112" id="7OF-gw-1Wo"/>
  239. </constraints>
  240. </view>
  241. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5mz-2R-Zvp">
  242. <rect key="frame" x="0.0" y="505" width="375" height="162"/>
  243. <color key="backgroundColor" red="0.95686274510000002" green="0.95686274510000002" blue="0.96470588239999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  244. <constraints>
  245. <constraint firstAttribute="height" constant="162" id="lsE-2o-hPi"/>
  246. </constraints>
  247. </view>
  248. </subviews>
  249. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  250. <constraints>
  251. <constraint firstAttribute="bottom" secondItem="1Ij-aj-y8v" secondAttribute="bottom" id="4jl-Tn-16r"/>
  252. <constraint firstItem="5mz-2R-Zvp" firstAttribute="trailing" secondItem="pkQ-NK-UIJ" secondAttribute="trailing" id="9yi-J2-2lm"/>
  253. <constraint firstItem="1Ij-aj-y8v" firstAttribute="leading" secondItem="pkQ-NK-UIJ" secondAttribute="leading" id="BvZ-sN-fse"/>
  254. <constraint firstAttribute="trailing" secondItem="CHx-XX-fNh" secondAttribute="trailing" id="DdS-gl-ZYm"/>
  255. <constraint firstItem="pkQ-NK-UIJ" firstAttribute="bottom" secondItem="5mz-2R-Zvp" secondAttribute="bottom" id="JV7-UU-5y1"/>
  256. <constraint firstItem="pkQ-NK-UIJ" firstAttribute="trailing" secondItem="1Ij-aj-y8v" secondAttribute="trailing" id="QZm-Fv-pBT"/>
  257. <constraint firstItem="1Ij-aj-y8v" firstAttribute="top" secondItem="dnz-MV-Ztp" secondAttribute="top" id="RbP-gP-aXI"/>
  258. <constraint firstItem="CHx-XX-fNh" firstAttribute="leading" secondItem="dnz-MV-Ztp" secondAttribute="leading" id="bbZ-Hv-zyX"/>
  259. <constraint firstItem="WSA-Gt-txM" firstAttribute="top" secondItem="CHx-XX-fNh" secondAttribute="bottom" id="qpm-Ye-fMf"/>
  260. <constraint firstItem="5mz-2R-Zvp" firstAttribute="leading" secondItem="pkQ-NK-UIJ" secondAttribute="leading" id="vf3-Hi-nNO"/>
  261. </constraints>
  262. <viewLayoutGuide key="safeArea" id="pkQ-NK-UIJ"/>
  263. </view>
  264. <connections>
  265. <outlet property="menuBgView" destination="CHx-XX-fNh" id="HBa-0g-wBt"/>
  266. <outlet property="wenziBgView" destination="5mz-2R-Zvp" id="uuX-VL-KVw"/>
  267. </connections>
  268. </viewController>
  269. <placeholder placeholderIdentifier="IBFirstResponder" id="heP-Ob-V6R" userLabel="First Responder" sceneMemberID="firstResponder"/>
  270. </objects>
  271. <point key="canvasLocation" x="-1247" y="1590"/>
  272. </scene>
  273. <!--Notice UnreadVC-->
  274. <scene sceneID="OWe-ea-U9z">
  275. <objects>
  276. <viewController storyboardIdentifier="NoticeUnreadVC" id="jBb-6q-TOH" customClass="NoticeUnreadVC" sceneMemberID="viewController">
  277. <view key="view" contentMode="scaleToFill" id="CVy-h0-z1T">
  278. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  279. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  280. <subviews>
  281. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4X9-La-eaF" customClass="WQNavigationBar">
  282. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  283. <subviews>
  284. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FUt-h6-Zbm">
  285. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  286. <subviews>
  287. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDN-5m-hem">
  288. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  289. <constraints>
  290. <constraint firstAttribute="width" constant="50" id="AgE-mc-k8c"/>
  291. <constraint firstAttribute="height" constant="44" id="nf2-tZ-4mZ"/>
  292. </constraints>
  293. <state key="normal" image="back_black_icon"/>
  294. <connections>
  295. <action selector="backAction:" destination="jBb-6q-TOH" eventType="touchUpInside" id="xM4-bd-cYl"/>
  296. </connections>
  297. </button>
  298. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DxD-li-cLh">
  299. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  300. <constraints>
  301. <constraint firstAttribute="width" constant="35" id="i6I-b2-TUr"/>
  302. <constraint firstAttribute="height" constant="44" id="nGn-cz-YBy"/>
  303. </constraints>
  304. <state key="normal" image="menu_black_icon"/>
  305. <connections>
  306. <action selector="menuAction:" destination="jBb-6q-TOH" eventType="touchUpInside" id="MpV-dU-C4H"/>
  307. </connections>
  308. </button>
  309. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h0Q-BV-jy9">
  310. <rect key="frame" x="110" y="9.5" width="155" height="25"/>
  311. <subviews>
  312. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZaP-i1-GoJ">
  313. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  314. <subviews>
  315. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nKs-Fl-eHA">
  316. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  317. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  318. <state key="normal" title="已读(6)"/>
  319. </button>
  320. </subviews>
  321. <color key="backgroundColor" systemColor="systemTealColor" red="0.35294117650000001" green="0.7843137255" blue="0.98039215690000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  322. <constraints>
  323. <constraint firstItem="nKs-Fl-eHA" firstAttribute="top" secondItem="ZaP-i1-GoJ" secondAttribute="top" id="gc0-04-6np"/>
  324. <constraint firstAttribute="trailing" secondItem="nKs-Fl-eHA" secondAttribute="trailing" id="iwd-TH-TQ1"/>
  325. <constraint firstItem="nKs-Fl-eHA" firstAttribute="leading" secondItem="ZaP-i1-GoJ" secondAttribute="leading" id="qaU-09-r6h"/>
  326. <constraint firstAttribute="bottom" secondItem="nKs-Fl-eHA" secondAttribute="bottom" id="zaI-Qp-L1y"/>
  327. </constraints>
  328. </view>
  329. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9bO-BB-UmS">
  330. <rect key="frame" x="77.5" y="0.0" width="77.5" height="25"/>
  331. <subviews>
  332. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QgC-za-XGQ">
  333. <rect key="frame" x="0.0" y="0.0" width="77.5" height="25"/>
  334. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  335. <state key="normal" title="已读(6)"/>
  336. </button>
  337. </subviews>
  338. <color key="backgroundColor" systemColor="systemYellowColor" red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  339. <constraints>
  340. <constraint firstAttribute="bottom" secondItem="QgC-za-XGQ" secondAttribute="bottom" id="H9o-LT-tNc"/>
  341. <constraint firstItem="QgC-za-XGQ" firstAttribute="top" secondItem="9bO-BB-UmS" secondAttribute="top" id="JWg-jV-fMK"/>
  342. <constraint firstItem="QgC-za-XGQ" firstAttribute="leading" secondItem="9bO-BB-UmS" secondAttribute="leading" id="TaA-Be-eSx"/>
  343. <constraint firstAttribute="trailing" secondItem="QgC-za-XGQ" secondAttribute="trailing" id="jrK-Ok-Sjo"/>
  344. </constraints>
  345. </view>
  346. </subviews>
  347. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  348. <constraints>
  349. <constraint firstItem="9bO-BB-UmS" firstAttribute="bottom" secondItem="ZaP-i1-GoJ" secondAttribute="bottom" id="0Cj-rP-7JH"/>
  350. <constraint firstItem="9bO-BB-UmS" firstAttribute="leading" secondItem="ZaP-i1-GoJ" secondAttribute="trailing" id="0HK-ai-9pf"/>
  351. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="leading" secondItem="h0Q-BV-jy9" secondAttribute="leading" id="7hi-VR-Xxp"/>
  352. <constraint firstItem="9bO-BB-UmS" firstAttribute="width" secondItem="ZaP-i1-GoJ" secondAttribute="width" id="9Xi-Zd-j7h"/>
  353. <constraint firstAttribute="height" constant="25" id="Hkh-gh-TvR"/>
  354. <constraint firstAttribute="width" constant="155" id="JAh-f2-vYE"/>
  355. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="top" secondItem="h0Q-BV-jy9" secondAttribute="top" id="KEf-GL-Lyz"/>
  356. <constraint firstAttribute="bottom" secondItem="ZaP-i1-GoJ" secondAttribute="bottom" id="MJA-EW-Our"/>
  357. <constraint firstItem="9bO-BB-UmS" firstAttribute="top" secondItem="ZaP-i1-GoJ" secondAttribute="top" id="OJW-J5-Z7M"/>
  358. <constraint firstItem="ZaP-i1-GoJ" firstAttribute="width" secondItem="h0Q-BV-jy9" secondAttribute="width" multiplier="1:2" id="luW-ju-3ky"/>
  359. </constraints>
  360. </view>
  361. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hfw-Eo-D7f">
  362. <rect key="frame" x="0.0" y="43.5" width="375" height="0.5"/>
  363. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  364. <constraints>
  365. <constraint firstAttribute="height" constant="0.5" id="TPj-2C-ZV5"/>
  366. </constraints>
  367. </view>
  368. </subviews>
  369. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  370. <constraints>
  371. <constraint firstAttribute="bottom" secondItem="uDN-5m-hem" secondAttribute="bottom" id="06s-ak-OPD"/>
  372. <constraint firstItem="h0Q-BV-jy9" firstAttribute="centerX" secondItem="FUt-h6-Zbm" secondAttribute="centerX" id="2Jt-4S-vOl"/>
  373. <constraint firstItem="uDN-5m-hem" firstAttribute="leading" secondItem="FUt-h6-Zbm" secondAttribute="leading" id="2m6-Ib-Ot9"/>
  374. <constraint firstItem="DxD-li-cLh" firstAttribute="bottom" secondItem="uDN-5m-hem" secondAttribute="bottom" id="849-Sg-oYT"/>
  375. <constraint firstItem="DxD-li-cLh" firstAttribute="leading" secondItem="uDN-5m-hem" secondAttribute="trailing" id="8ZR-Or-CZr"/>
  376. <constraint firstItem="DxD-li-cLh" firstAttribute="top" secondItem="uDN-5m-hem" secondAttribute="top" id="I0w-z6-VLL"/>
  377. <constraint firstItem="h0Q-BV-jy9" firstAttribute="centerY" secondItem="DxD-li-cLh" secondAttribute="centerY" id="KP1-w1-bJd"/>
  378. <constraint firstAttribute="bottom" secondItem="hfw-Eo-D7f" secondAttribute="bottom" id="Pwv-p0-URj"/>
  379. <constraint firstAttribute="trailing" secondItem="hfw-Eo-D7f" secondAttribute="trailing" id="SpV-NO-X4E"/>
  380. <constraint firstItem="hfw-Eo-D7f" firstAttribute="leading" secondItem="FUt-h6-Zbm" secondAttribute="leading" id="cqt-Gc-xdu"/>
  381. <constraint firstAttribute="height" constant="44" id="tWc-Kr-8xd"/>
  382. </constraints>
  383. </view>
  384. </subviews>
  385. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  386. <constraints>
  387. <constraint firstAttribute="height" constant="64" id="Bxb-hh-gSL"/>
  388. <constraint firstItem="FUt-h6-Zbm" firstAttribute="leading" secondItem="4X9-La-eaF" secondAttribute="leading" id="R7j-RA-kPE"/>
  389. <constraint firstItem="FUt-h6-Zbm" firstAttribute="trailing" secondItem="4X9-La-eaF" secondAttribute="trailing" id="soE-LS-ACE"/>
  390. <constraint firstAttribute="bottom" secondItem="FUt-h6-Zbm" secondAttribute="bottom" id="vsS-51-Mqn"/>
  391. </constraints>
  392. <connections>
  393. <outlet property="height" destination="Bxb-hh-gSL" id="5zp-n8-U8H"/>
  394. </connections>
  395. </view>
  396. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="fWY-Vl-XTQ">
  397. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  398. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  399. </tableView>
  400. </subviews>
  401. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  402. <constraints>
  403. <constraint firstItem="fWY-Vl-XTQ" firstAttribute="top" secondItem="4X9-La-eaF" secondAttribute="bottom" id="Bwf-et-XrV"/>
  404. <constraint firstItem="fWY-Vl-XTQ" firstAttribute="leading" secondItem="CVy-h0-z1T" secondAttribute="leading" id="FlU-a5-K0X"/>
  405. <constraint firstAttribute="trailing" secondItem="fWY-Vl-XTQ" secondAttribute="trailing" id="J4G-KX-bdi"/>
  406. <constraint firstItem="4X9-La-eaF" firstAttribute="trailing" secondItem="meb-Jo-jqn" secondAttribute="trailing" id="LF6-Ej-4nf"/>
  407. <constraint firstAttribute="bottom" secondItem="fWY-Vl-XTQ" secondAttribute="bottom" id="aKk-Fj-YwN"/>
  408. <constraint firstItem="4X9-La-eaF" firstAttribute="top" secondItem="CVy-h0-z1T" secondAttribute="top" id="fpr-j6-2ge"/>
  409. <constraint firstItem="4X9-La-eaF" firstAttribute="leading" secondItem="meb-Jo-jqn" secondAttribute="leading" id="hHd-56-FkH"/>
  410. </constraints>
  411. <viewLayoutGuide key="safeArea" id="meb-Jo-jqn"/>
  412. </view>
  413. <navigationItem key="navigationItem" id="sky-f4-PoI"/>
  414. <connections>
  415. <outlet property="leftTitleBgView" destination="ZaP-i1-GoJ" id="3wo-yI-KuG"/>
  416. <outlet property="leftTitleBtn" destination="nKs-Fl-eHA" id="NRE-Hg-xzZ"/>
  417. <outlet property="rightTitleBgView" destination="9bO-BB-UmS" id="ole-pG-9lw"/>
  418. <outlet property="rightTitleBtn" destination="QgC-za-XGQ" id="Ace-pe-UJT"/>
  419. <outlet property="tableView" destination="fWY-Vl-XTQ" id="7ud-IK-Hpl"/>
  420. <outlet property="topTitleBgView" destination="h0Q-BV-jy9" id="UQu-1p-amb"/>
  421. </connections>
  422. </viewController>
  423. <placeholder placeholderIdentifier="IBFirstResponder" id="9Ro-s1-e9M" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  424. </objects>
  425. <point key="canvasLocation" x="-1262" y="2246"/>
  426. </scene>
  427. <!--Move View Controller-->
  428. <scene sceneID="3lW-bB-eD4">
  429. <objects>
  430. <viewController storyboardIdentifier="MoveViewController" id="RQB-jI-Tpd" customClass="MoveViewController" sceneMemberID="viewController">
  431. <view key="view" contentMode="scaleToFill" id="4th-1q-k4I">
  432. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  433. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  434. <subviews>
  435. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gOF-Up-7dr" customClass="WQNavigationBar">
  436. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  437. <subviews>
  438. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DtR-Mz-e4L">
  439. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  440. <subviews>
  441. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F8k-Ea-GYp">
  442. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  443. <constraints>
  444. <constraint firstAttribute="height" constant="44" id="ZVl-FJ-Jrx"/>
  445. <constraint firstAttribute="width" constant="50" id="hFz-Kw-Q5g"/>
  446. </constraints>
  447. <state key="normal" image="back_black_icon"/>
  448. <connections>
  449. <action selector="backAction:" destination="RQB-jI-Tpd" eventType="touchUpInside" id="nNB-JT-8BW"/>
  450. </connections>
  451. </button>
  452. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JlX-i1-EKc">
  453. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  454. <constraints>
  455. <constraint firstAttribute="height" constant="44" id="T6S-zd-yAQ"/>
  456. <constraint firstAttribute="width" constant="50" id="XuE-42-rqZ"/>
  457. </constraints>
  458. <state key="normal" image="add_find"/>
  459. </button>
  460. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2WY-lU-bC0">
  461. <rect key="frame" x="165.5" y="12" width="44" height="20"/>
  462. <constraints>
  463. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="40" id="RTs-7G-dXQ"/>
  464. <constraint firstAttribute="height" constant="20" id="ty9-jD-4lf"/>
  465. </constraints>
  466. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  467. <nil key="textColor"/>
  468. <nil key="highlightedColor"/>
  469. </label>
  470. </subviews>
  471. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  472. <constraints>
  473. <constraint firstAttribute="bottom" secondItem="JlX-i1-EKc" secondAttribute="bottom" id="9hx-ez-WtB"/>
  474. <constraint firstItem="2WY-lU-bC0" firstAttribute="centerY" secondItem="DtR-Mz-e4L" secondAttribute="centerY" id="DHi-Mn-agf"/>
  475. <constraint firstItem="F8k-Ea-GYp" firstAttribute="leading" secondItem="DtR-Mz-e4L" secondAttribute="leading" id="anx-Xc-s77"/>
  476. <constraint firstAttribute="height" constant="44" id="byQ-aL-vTf"/>
  477. <constraint firstAttribute="bottom" secondItem="F8k-Ea-GYp" secondAttribute="bottom" id="hO0-62-YKG"/>
  478. <constraint firstAttribute="trailing" secondItem="JlX-i1-EKc" secondAttribute="trailing" id="liY-80-ata"/>
  479. <constraint firstItem="2WY-lU-bC0" firstAttribute="centerX" secondItem="DtR-Mz-e4L" secondAttribute="centerX" id="uf3-as-atx"/>
  480. </constraints>
  481. </view>
  482. </subviews>
  483. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  484. <constraints>
  485. <constraint firstItem="DtR-Mz-e4L" firstAttribute="trailing" secondItem="gOF-Up-7dr" secondAttribute="trailing" id="7gD-7b-85r"/>
  486. <constraint firstItem="DtR-Mz-e4L" firstAttribute="leading" secondItem="gOF-Up-7dr" secondAttribute="leading" id="Lvh-bu-Vz6"/>
  487. <constraint firstAttribute="height" constant="64" id="jXU-gE-a7e"/>
  488. <constraint firstAttribute="bottom" secondItem="DtR-Mz-e4L" secondAttribute="bottom" id="x2m-T3-saa"/>
  489. </constraints>
  490. <connections>
  491. <outlet property="height" destination="jXU-gE-a7e" id="SE2-an-Ev2"/>
  492. </connections>
  493. </view>
  494. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="50m-7H-XbB">
  495. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  496. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  497. <connections>
  498. <outlet property="dataSource" destination="RQB-jI-Tpd" id="EqD-az-F1u"/>
  499. <outlet property="delegate" destination="RQB-jI-Tpd" id="Sdh-TU-mWU"/>
  500. </connections>
  501. </tableView>
  502. </subviews>
  503. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  504. <constraints>
  505. <constraint firstItem="gOF-Up-7dr" firstAttribute="top" secondItem="4th-1q-k4I" secondAttribute="top" id="OpO-wN-efg"/>
  506. <constraint firstAttribute="bottom" secondItem="50m-7H-XbB" secondAttribute="bottom" id="SI8-CF-Ovd"/>
  507. <constraint firstItem="50m-7H-XbB" firstAttribute="leading" secondItem="Qxq-is-031" secondAttribute="leading" id="fYH-jl-5zt"/>
  508. <constraint firstItem="50m-7H-XbB" firstAttribute="top" secondItem="gOF-Up-7dr" secondAttribute="bottom" id="gd9-nr-aqs"/>
  509. <constraint firstItem="Qxq-is-031" firstAttribute="trailing" secondItem="50m-7H-XbB" secondAttribute="trailing" id="lf5-0p-10j"/>
  510. <constraint firstItem="gOF-Up-7dr" firstAttribute="trailing" secondItem="Qxq-is-031" secondAttribute="trailing" id="oeQ-TI-Ld1"/>
  511. <constraint firstItem="gOF-Up-7dr" firstAttribute="leading" secondItem="Qxq-is-031" secondAttribute="leading" id="q6j-bJ-5ZB"/>
  512. </constraints>
  513. <viewLayoutGuide key="safeArea" id="Qxq-is-031"/>
  514. </view>
  515. <navigationItem key="navigationItem" id="C5f-2e-EUB"/>
  516. <connections>
  517. <outlet property="operationBackButton" destination="F8k-Ea-GYp" id="aK4-7D-OIr"/>
  518. <outlet property="rightAddBtn" destination="JlX-i1-EKc" id="7lr-99-z2w"/>
  519. <outlet property="tableView" destination="50m-7H-XbB" id="e05-em-T6d"/>
  520. <outlet property="titleL" destination="2WY-lU-bC0" id="cXL-rh-Vpl"/>
  521. </connections>
  522. </viewController>
  523. <placeholder placeholderIdentifier="IBFirstResponder" id="Osy-d6-hC2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  524. </objects>
  525. <point key="canvasLocation" x="-532" y="2246"/>
  526. </scene>
  527. <!--Chat TestingVC-->
  528. <scene sceneID="nE1-vd-NdS">
  529. <objects>
  530. <viewController storyboardIdentifier="ChatTestingVC" id="og5-4l-zHg" customClass="ChatTestingVC" sceneMemberID="viewController">
  531. <view key="view" contentMode="scaleToFill" id="sWk-Lx-Lmd">
  532. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  533. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  534. <subviews>
  535. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hDp-4I-obe" customClass="WQNavigationBar">
  536. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  537. <subviews>
  538. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yqu-eH-prW">
  539. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  540. <subviews>
  541. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NG3-Cp-cSw">
  542. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  543. <constraints>
  544. <constraint firstAttribute="height" constant="44" id="5Mz-qt-ul0"/>
  545. <constraint firstAttribute="width" constant="50" id="RwJ-2W-JjL"/>
  546. </constraints>
  547. <state key="normal" image="back_black_icon"/>
  548. <connections>
  549. <action selector="backAction:" destination="og5-4l-zHg" eventType="touchUpInside" id="dT8-T9-oJ6"/>
  550. </connections>
  551. </button>
  552. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YeP-IE-nBG">
  553. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  554. <constraints>
  555. <constraint firstAttribute="height" constant="44" id="9NM-DN-hRO"/>
  556. <constraint firstAttribute="width" constant="35" id="WrJ-QC-FD6"/>
  557. </constraints>
  558. <state key="normal" image="menu_black_icon"/>
  559. <connections>
  560. <action selector="menuAction:" destination="og5-4l-zHg" eventType="touchUpInside" id="jCN-87-P1f"/>
  561. </connections>
  562. </button>
  563. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sSa-kx-mT2">
  564. <rect key="frame" x="310" y="0.0" width="50" height="44"/>
  565. <constraints>
  566. <constraint firstAttribute="height" constant="44" id="JCS-Z2-iX0"/>
  567. <constraint firstAttribute="width" constant="50" id="xIw-VP-rTp"/>
  568. </constraints>
  569. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  570. <state key="normal" title="清空">
  571. <color key="titleColor" red="0.12156862745098039" green="0.52941176470588236" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/>
  572. </state>
  573. </button>
  574. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HUc-gb-0Uy">
  575. <rect key="frame" x="150.5" y="13.5" width="74" height="17"/>
  576. <constraints>
  577. <constraint firstAttribute="height" constant="17" id="PaR-pK-Q9u"/>
  578. </constraints>
  579. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  580. <state key="normal" title="验证信息">
  581. <color key="titleColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  582. </state>
  583. </button>
  584. </subviews>
  585. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  586. <constraints>
  587. <constraint firstAttribute="trailing" secondItem="sSa-kx-mT2" secondAttribute="trailing" constant="15" id="5tC-st-vEx"/>
  588. <constraint firstAttribute="bottom" secondItem="HUc-gb-0Uy" secondAttribute="bottom" constant="13.5" id="Fg9-UE-OUv"/>
  589. <constraint firstItem="NG3-Cp-cSw" firstAttribute="leading" secondItem="yqu-eH-prW" secondAttribute="leading" id="IwO-8J-Rby"/>
  590. <constraint firstItem="YeP-IE-nBG" firstAttribute="leading" secondItem="NG3-Cp-cSw" secondAttribute="trailing" id="ZcM-Wt-drc"/>
  591. <constraint firstAttribute="height" constant="44" id="dTR-8e-q3z"/>
  592. <constraint firstItem="YeP-IE-nBG" firstAttribute="top" secondItem="NG3-Cp-cSw" secondAttribute="top" id="mgK-Vm-SVP"/>
  593. <constraint firstAttribute="bottom" secondItem="NG3-Cp-cSw" secondAttribute="bottom" id="rXT-6W-YfA"/>
  594. <constraint firstAttribute="bottom" secondItem="sSa-kx-mT2" secondAttribute="bottom" id="sZU-kv-GSo"/>
  595. <constraint firstItem="YeP-IE-nBG" firstAttribute="bottom" secondItem="NG3-Cp-cSw" secondAttribute="bottom" id="tcL-82-dIw"/>
  596. <constraint firstItem="HUc-gb-0Uy" firstAttribute="centerX" secondItem="yqu-eH-prW" secondAttribute="centerX" id="xhx-kP-qL0"/>
  597. </constraints>
  598. </view>
  599. </subviews>
  600. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  601. <constraints>
  602. <constraint firstAttribute="height" constant="64" id="Jy4-xu-lQy"/>
  603. <constraint firstItem="yqu-eH-prW" firstAttribute="leading" secondItem="hDp-4I-obe" secondAttribute="leading" id="N93-pR-iGB"/>
  604. <constraint firstItem="yqu-eH-prW" firstAttribute="trailing" secondItem="hDp-4I-obe" secondAttribute="trailing" id="QnC-Rh-pHo"/>
  605. <constraint firstAttribute="bottom" secondItem="yqu-eH-prW" secondAttribute="bottom" id="kfZ-p2-Yik"/>
  606. </constraints>
  607. <connections>
  608. <outlet property="height" destination="Jy4-xu-lQy" id="NXi-VH-i58"/>
  609. </connections>
  610. </view>
  611. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="yAl-yx-Vy8">
  612. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  613. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  614. <connections>
  615. <outlet property="dataSource" destination="og5-4l-zHg" id="1sD-BG-4Tv"/>
  616. <outlet property="delegate" destination="og5-4l-zHg" id="JwT-xV-vhP"/>
  617. </connections>
  618. </tableView>
  619. </subviews>
  620. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  621. <constraints>
  622. <constraint firstAttribute="bottom" secondItem="yAl-yx-Vy8" secondAttribute="bottom" id="388-xN-FJu"/>
  623. <constraint firstItem="hDp-4I-obe" firstAttribute="trailing" secondItem="tOx-a7-FHs" secondAttribute="trailing" id="4y9-T3-bEn"/>
  624. <constraint firstItem="hDp-4I-obe" firstAttribute="leading" secondItem="tOx-a7-FHs" secondAttribute="leading" id="QB8-e5-Lzf"/>
  625. <constraint firstItem="yAl-yx-Vy8" firstAttribute="leading" secondItem="tOx-a7-FHs" secondAttribute="leading" id="Qsy-lb-gFY"/>
  626. <constraint firstItem="hDp-4I-obe" firstAttribute="top" secondItem="sWk-Lx-Lmd" secondAttribute="top" id="cOd-EC-sOL"/>
  627. <constraint firstItem="tOx-a7-FHs" firstAttribute="trailing" secondItem="yAl-yx-Vy8" secondAttribute="trailing" id="qwe-fX-4gV"/>
  628. <constraint firstItem="yAl-yx-Vy8" firstAttribute="top" secondItem="hDp-4I-obe" secondAttribute="bottom" id="vgf-Ua-kfo"/>
  629. </constraints>
  630. <viewLayoutGuide key="safeArea" id="tOx-a7-FHs"/>
  631. </view>
  632. <navigationItem key="navigationItem" id="pWH-20-REA"/>
  633. <connections>
  634. <outlet property="rightAddBtn" destination="sSa-kx-mT2" id="4R2-UG-LkS"/>
  635. <outlet property="tableView" destination="yAl-yx-Vy8" id="6Z6-Hh-OnW"/>
  636. </connections>
  637. </viewController>
  638. <placeholder placeholderIdentifier="IBFirstResponder" id="zav-O2-WUf" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  639. </objects>
  640. <point key="canvasLocation" x="134" y="2246"/>
  641. </scene>
  642. <!--Notice New GroupVC-->
  643. <scene sceneID="574-yH-RIT">
  644. <objects>
  645. <viewController storyboardIdentifier="NoticeNewGroupVC" id="wRJ-4M-VxF" customClass="NoticeNewGroupVC" sceneMemberID="viewController">
  646. <view key="view" contentMode="scaleToFill" id="d6c-rm-T3S">
  647. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  648. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  649. <subviews>
  650. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pgb-kr-oNf" customClass="WQNavigationBar">
  651. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  652. <subviews>
  653. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Uf4-y5-L3C">
  654. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  655. <subviews>
  656. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="OjV-1M-Xxr">
  657. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  658. <constraints>
  659. <constraint firstAttribute="height" constant="44" id="GA9-vj-DYM"/>
  660. <constraint firstAttribute="width" constant="50" id="TGM-as-OA3"/>
  661. </constraints>
  662. <state key="normal" image="back_black_icon"/>
  663. <connections>
  664. <action selector="backAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="J5Z-pe-Uri"/>
  665. </connections>
  666. </button>
  667. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KNk-8s-0JD">
  668. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  669. <constraints>
  670. <constraint firstAttribute="height" constant="44" id="BaC-cW-4aY"/>
  671. <constraint firstAttribute="width" constant="35" id="y8B-0d-I4E"/>
  672. </constraints>
  673. <state key="normal" image="menu_black_icon"/>
  674. <connections>
  675. <action selector="menuAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="HH0-Tf-e57"/>
  676. </connections>
  677. </button>
  678. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s4a-hF-thU">
  679. <rect key="frame" x="325" y="0.0" width="50" height="44"/>
  680. <constraints>
  681. <constraint firstAttribute="width" constant="50" id="WDv-E2-gDt"/>
  682. <constraint firstAttribute="height" constant="44" id="ZaC-3p-qL1"/>
  683. </constraints>
  684. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  685. <state key="normal" title="发送">
  686. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  687. </state>
  688. <state key="disabled">
  689. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  690. </state>
  691. <connections>
  692. <action selector="sendNoticManyPeople:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="YYt-Vw-7aY"/>
  693. </connections>
  694. </button>
  695. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="写通知" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3ie-7z-kOk">
  696. <rect key="frame" x="160" y="11.5" width="55.5" height="21"/>
  697. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  698. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  699. <nil key="highlightedColor"/>
  700. </label>
  701. </subviews>
  702. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  703. <constraints>
  704. <constraint firstAttribute="trailing" secondItem="s4a-hF-thU" secondAttribute="trailing" id="1cW-cF-FwH"/>
  705. <constraint firstAttribute="bottom" secondItem="OjV-1M-Xxr" secondAttribute="bottom" id="1fm-2A-ZIm"/>
  706. <constraint firstItem="3ie-7z-kOk" firstAttribute="centerY" secondItem="Uf4-y5-L3C" secondAttribute="centerY" id="DZB-4M-9We"/>
  707. <constraint firstAttribute="height" constant="44" id="J5p-gG-b3d"/>
  708. <constraint firstItem="OjV-1M-Xxr" firstAttribute="leading" secondItem="Uf4-y5-L3C" secondAttribute="leading" id="JaD-mL-fVb"/>
  709. <constraint firstItem="KNk-8s-0JD" firstAttribute="leading" secondItem="OjV-1M-Xxr" secondAttribute="trailing" id="KeK-Im-LEf"/>
  710. <constraint firstItem="KNk-8s-0JD" firstAttribute="top" secondItem="OjV-1M-Xxr" secondAttribute="top" id="Ujz-jV-KAM"/>
  711. <constraint firstItem="3ie-7z-kOk" firstAttribute="centerX" secondItem="Uf4-y5-L3C" secondAttribute="centerX" id="cYL-cR-gUt"/>
  712. <constraint firstItem="KNk-8s-0JD" firstAttribute="bottom" secondItem="OjV-1M-Xxr" secondAttribute="bottom" id="e2e-k8-BBZ"/>
  713. <constraint firstAttribute="bottom" secondItem="s4a-hF-thU" secondAttribute="bottom" id="tHf-nt-4vZ"/>
  714. </constraints>
  715. </view>
  716. </subviews>
  717. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  718. <constraints>
  719. <constraint firstItem="Uf4-y5-L3C" firstAttribute="leading" secondItem="Pgb-kr-oNf" secondAttribute="leading" id="RyM-m3-yY1"/>
  720. <constraint firstItem="Uf4-y5-L3C" firstAttribute="trailing" secondItem="Pgb-kr-oNf" secondAttribute="trailing" id="ZCe-Eg-pCD"/>
  721. <constraint firstAttribute="height" constant="64" id="diw-SE-DjQ"/>
  722. <constraint firstAttribute="bottom" secondItem="Uf4-y5-L3C" secondAttribute="bottom" id="ygy-4Z-STv"/>
  723. </constraints>
  724. <connections>
  725. <outlet property="height" destination="diw-SE-DjQ" id="RWA-44-WJv"/>
  726. </connections>
  727. </view>
  728. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="zqi-hN-c5w">
  729. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  730. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  731. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  732. <view key="tableHeaderView" contentMode="scaleToFill" id="Szv-2O-Vae">
  733. <rect key="frame" x="0.0" y="0.0" width="375" height="150"/>
  734. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  735. <subviews>
  736. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cp5-bS-8CX">
  737. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  738. <subviews>
  739. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="收件人:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NwC-Dz-sRe">
  740. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  741. <constraints>
  742. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="100" id="GvS-r5-RQe"/>
  743. </constraints>
  744. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  745. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  746. <nil key="highlightedColor"/>
  747. </label>
  748. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qJV-wP-loC">
  749. <rect key="frame" x="25.5" y="0.0" width="0.0" height="50"/>
  750. <subviews>
  751. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" springLoaded="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Q24-3k-qdj">
  752. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  753. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  754. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="1aI-dE-UyR">
  755. <size key="itemSize" width="50" height="50"/>
  756. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  757. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  758. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  759. </collectionViewFlowLayout>
  760. <cells/>
  761. <connections>
  762. <outlet property="dataSource" destination="wRJ-4M-VxF" id="CA9-Xu-s1x"/>
  763. <outlet property="delegate" destination="wRJ-4M-VxF" id="dQ2-P2-Hes"/>
  764. </connections>
  765. </collectionView>
  766. </subviews>
  767. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  768. <constraints>
  769. <constraint firstItem="Q24-3k-qdj" firstAttribute="top" secondItem="qJV-wP-loC" secondAttribute="top" id="8bI-C2-vrL"/>
  770. <constraint firstAttribute="bottom" secondItem="Q24-3k-qdj" secondAttribute="bottom" id="DRR-Wq-6cC"/>
  771. <constraint firstAttribute="trailing" secondItem="Q24-3k-qdj" secondAttribute="trailing" id="h4W-Pv-9ok"/>
  772. <constraint firstAttribute="height" constant="50" id="i1m-Ug-lca"/>
  773. <constraint firstItem="Q24-3k-qdj" firstAttribute="leading" secondItem="qJV-wP-loC" secondAttribute="leading" id="zFm-NC-en7"/>
  774. </constraints>
  775. </view>
  776. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vb4-Le-n1T">
  777. <rect key="frame" x="-43" y="14" width="21" height="22"/>
  778. <constraints>
  779. <constraint firstAttribute="width" constant="22" id="3g4-5r-Rgb"/>
  780. <constraint firstAttribute="height" constant="22" id="dm2-rl-bFG"/>
  781. </constraints>
  782. <state key="normal" image="chatmsg_icon_circleAdd"/>
  783. <connections>
  784. <action selector="userDidSelectShouJianAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="Vrs-8i-tf4"/>
  785. </connections>
  786. </button>
  787. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rww-vn-dK5">
  788. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  789. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  790. <constraints>
  791. <constraint firstAttribute="height" constant="0.5" id="Ygs-t2-5yW"/>
  792. </constraints>
  793. </view>
  794. </subviews>
  795. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  796. <constraints>
  797. <constraint firstAttribute="bottom" secondItem="Rww-vn-dK5" secondAttribute="bottom" id="4PN-LO-bWE"/>
  798. <constraint firstItem="qJV-wP-loC" firstAttribute="centerY" secondItem="vb4-Le-n1T" secondAttribute="centerY" id="Icy-6E-zzN"/>
  799. <constraint firstAttribute="trailing" secondItem="vb4-Le-n1T" secondAttribute="trailing" constant="22" id="N7i-h2-7hZ"/>
  800. <constraint firstAttribute="height" constant="50" id="OND-JD-aLh"/>
  801. <constraint firstItem="qJV-wP-loC" firstAttribute="leading" secondItem="NwC-Dz-sRe" secondAttribute="trailing" constant="10" id="Q9q-ie-SBK"/>
  802. <constraint firstItem="vb4-Le-n1T" firstAttribute="leading" secondItem="qJV-wP-loC" secondAttribute="trailing" constant="10" id="RfS-uv-bbD"/>
  803. <constraint firstItem="NwC-Dz-sRe" firstAttribute="centerY" secondItem="Cp5-bS-8CX" secondAttribute="centerY" id="YJd-FF-sIo"/>
  804. <constraint firstAttribute="trailing" secondItem="Rww-vn-dK5" secondAttribute="trailing" constant="17" id="d67-Md-E9S"/>
  805. <constraint firstItem="NwC-Dz-sRe" firstAttribute="leading" secondItem="Cp5-bS-8CX" secondAttribute="leading" constant="15.5" id="gdK-jJ-AKp"/>
  806. <constraint firstItem="vb4-Le-n1T" firstAttribute="centerY" secondItem="Cp5-bS-8CX" secondAttribute="centerY" id="l4y-Zy-bx8"/>
  807. <constraint firstItem="Rww-vn-dK5" firstAttribute="leading" secondItem="Cp5-bS-8CX" secondAttribute="leading" constant="17" id="lgX-VS-LcC"/>
  808. </constraints>
  809. </view>
  810. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9ww-Xo-OCF">
  811. <rect key="frame" x="0.0" y="50" width="0.0" height="50"/>
  812. <subviews>
  813. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="抄送:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jva-dj-Efa">
  814. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  815. <constraints>
  816. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="100" id="hC1-wg-aHv"/>
  817. </constraints>
  818. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  819. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  820. <nil key="highlightedColor"/>
  821. </label>
  822. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yaH-tu-ls0">
  823. <rect key="frame" x="25.5" y="0.0" width="0.0" height="50"/>
  824. <subviews>
  825. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" springLoaded="YES" translatesAutoresizingMaskIntoConstraints="NO" id="n6F-QR-Bat">
  826. <rect key="frame" x="0.0" y="0.0" width="0.0" height="50"/>
  827. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  828. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" automaticEstimatedItemSize="YES" minimumLineSpacing="10" minimumInteritemSpacing="10" id="3Lj-zk-jWx">
  829. <size key="itemSize" width="50" height="50"/>
  830. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  831. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  832. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  833. </collectionViewFlowLayout>
  834. <cells/>
  835. <connections>
  836. <outlet property="dataSource" destination="wRJ-4M-VxF" id="zf0-P1-MYm"/>
  837. <outlet property="delegate" destination="wRJ-4M-VxF" id="vh4-F7-Wef"/>
  838. </connections>
  839. </collectionView>
  840. </subviews>
  841. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  842. <constraints>
  843. <constraint firstAttribute="bottom" secondItem="n6F-QR-Bat" secondAttribute="bottom" id="2fW-5R-v5c"/>
  844. <constraint firstItem="n6F-QR-Bat" firstAttribute="top" secondItem="yaH-tu-ls0" secondAttribute="top" id="6AR-hA-x8p"/>
  845. <constraint firstAttribute="trailing" secondItem="n6F-QR-Bat" secondAttribute="trailing" id="LLr-60-9tq"/>
  846. <constraint firstAttribute="height" constant="50" id="RLt-2p-bgy"/>
  847. <constraint firstItem="n6F-QR-Bat" firstAttribute="leading" secondItem="yaH-tu-ls0" secondAttribute="leading" id="x00-gM-SzG"/>
  848. </constraints>
  849. </view>
  850. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="heX-kg-rSt">
  851. <rect key="frame" x="-43" y="14" width="21" height="22"/>
  852. <constraints>
  853. <constraint firstAttribute="width" constant="22" id="N9a-hU-zD9"/>
  854. <constraint firstAttribute="height" constant="22" id="Tt5-UM-zXF"/>
  855. </constraints>
  856. <state key="normal" image="chatmsg_icon_circleAdd"/>
  857. <connections>
  858. <action selector="userDidSelectChaoShongAction:" destination="wRJ-4M-VxF" eventType="touchUpInside" id="OUW-hG-hdS"/>
  859. </connections>
  860. </button>
  861. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mVf-s7-2Jg">
  862. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  863. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  864. <constraints>
  865. <constraint firstAttribute="height" constant="0.5" id="2wW-nA-IVK"/>
  866. </constraints>
  867. </view>
  868. </subviews>
  869. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  870. <constraints>
  871. <constraint firstItem="heX-kg-rSt" firstAttribute="centerY" secondItem="9ww-Xo-OCF" secondAttribute="centerY" id="1Wd-xa-o6M"/>
  872. <constraint firstItem="Jva-dj-Efa" firstAttribute="leading" secondItem="9ww-Xo-OCF" secondAttribute="leading" constant="15.5" id="4Y6-GG-tlQ"/>
  873. <constraint firstItem="mVf-s7-2Jg" firstAttribute="leading" secondItem="9ww-Xo-OCF" secondAttribute="leading" constant="17" id="5WW-vR-jIx"/>
  874. <constraint firstItem="Jva-dj-Efa" firstAttribute="centerY" secondItem="9ww-Xo-OCF" secondAttribute="centerY" id="IkH-kj-pPN"/>
  875. <constraint firstAttribute="height" constant="50" id="Ncp-BY-8Vb"/>
  876. <constraint firstAttribute="trailing" secondItem="mVf-s7-2Jg" secondAttribute="trailing" constant="17" id="Q4m-np-Yj7"/>
  877. <constraint firstAttribute="bottom" secondItem="mVf-s7-2Jg" secondAttribute="bottom" id="iIK-Us-EV4"/>
  878. <constraint firstItem="yaH-tu-ls0" firstAttribute="centerY" secondItem="heX-kg-rSt" secondAttribute="centerY" id="lIK-5j-IyQ"/>
  879. <constraint firstAttribute="trailing" secondItem="heX-kg-rSt" secondAttribute="trailing" constant="22" id="ph8-wF-sEm"/>
  880. <constraint firstItem="yaH-tu-ls0" firstAttribute="leading" secondItem="Jva-dj-Efa" secondAttribute="trailing" constant="10" id="vuG-qy-5LD"/>
  881. <constraint firstItem="heX-kg-rSt" firstAttribute="leading" secondItem="yaH-tu-ls0" secondAttribute="trailing" constant="10" id="yle-Zb-U5E"/>
  882. </constraints>
  883. </view>
  884. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="z90-EF-gWh">
  885. <rect key="frame" x="0.0" y="108" width="0.0" height="50"/>
  886. <subviews>
  887. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3yv-le-zwY">
  888. <rect key="frame" x="15.5" y="15.5" width="0.0" height="19.5"/>
  889. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  890. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  891. <nil key="highlightedColor"/>
  892. </label>
  893. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="aoJ-m2-VmO" customClass="NewTopicTextView">
  894. <rect key="frame" x="-15" y="8" width="0.0" height="34"/>
  895. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  896. <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
  897. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  898. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  899. </textView>
  900. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jon-yy-MqN">
  901. <rect key="frame" x="17" y="49.5" width="0.0" height="0.5"/>
  902. <color key="backgroundColor" red="0.78039215689999997" green="0.89411764709999997" blue="0.98431372549999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  903. <constraints>
  904. <constraint firstAttribute="height" constant="0.5" id="isd-0b-LcJ"/>
  905. </constraints>
  906. </view>
  907. </subviews>
  908. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  909. <constraints>
  910. <constraint firstItem="3yv-le-zwY" firstAttribute="leading" secondItem="z90-EF-gWh" secondAttribute="leading" constant="15.5" id="4fz-Ty-Rmq"/>
  911. <constraint firstItem="aoJ-m2-VmO" firstAttribute="top" secondItem="z90-EF-gWh" secondAttribute="top" constant="8" id="ABA-fT-6GE"/>
  912. <constraint firstItem="jon-yy-MqN" firstAttribute="leading" secondItem="z90-EF-gWh" secondAttribute="leading" constant="17" id="CDS-Bi-kWk"/>
  913. <constraint firstAttribute="bottom" secondItem="aoJ-m2-VmO" secondAttribute="bottom" constant="8" id="FC0-1f-J4c"/>
  914. <constraint firstAttribute="trailing" secondItem="jon-yy-MqN" secondAttribute="trailing" constant="17" id="Ghe-NJ-C5S"/>
  915. <constraint firstItem="3yv-le-zwY" firstAttribute="centerY" secondItem="z90-EF-gWh" secondAttribute="centerY" id="Go0-Rb-foK"/>
  916. <constraint firstAttribute="bottom" secondItem="jon-yy-MqN" secondAttribute="bottom" id="S4O-OM-rRm"/>
  917. <constraint firstItem="aoJ-m2-VmO" firstAttribute="leading" secondItem="3yv-le-zwY" secondAttribute="trailing" constant="5" id="dI2-Pq-30z"/>
  918. <constraint firstAttribute="height" constant="50" id="e0A-q1-bJP"/>
  919. <constraint firstAttribute="trailing" secondItem="aoJ-m2-VmO" secondAttribute="trailing" constant="15" id="zqS-xl-lM7"/>
  920. </constraints>
  921. </view>
  922. </subviews>
  923. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  924. <constraints>
  925. <constraint firstAttribute="trailing" secondItem="9ww-Xo-OCF" secondAttribute="trailing" id="3do-uP-7jG"/>
  926. <constraint firstItem="Cp5-bS-8CX" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="AXb-aX-86i"/>
  927. <constraint firstItem="z90-EF-gWh" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="ElH-AD-C7S"/>
  928. <constraint firstAttribute="trailing" secondItem="z90-EF-gWh" secondAttribute="trailing" id="NkA-pG-CJc"/>
  929. <constraint firstItem="9ww-Xo-OCF" firstAttribute="top" secondItem="Cp5-bS-8CX" secondAttribute="bottom" id="OPd-Tx-KfJ"/>
  930. <constraint firstItem="9ww-Xo-OCF" firstAttribute="leading" secondItem="Szv-2O-Vae" secondAttribute="leading" id="OpQ-eH-va0"/>
  931. <constraint firstAttribute="trailing" secondItem="Cp5-bS-8CX" secondAttribute="trailing" id="Vcj-iC-gN6"/>
  932. <constraint firstItem="z90-EF-gWh" firstAttribute="top" secondItem="9ww-Xo-OCF" secondAttribute="bottom" constant="8" symbolic="YES" id="dK4-7l-2FV"/>
  933. <constraint firstItem="Cp5-bS-8CX" firstAttribute="top" secondItem="Szv-2O-Vae" secondAttribute="top" id="exK-JS-H8m"/>
  934. </constraints>
  935. </view>
  936. <prototypes>
  937. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="Elc-RG-3ge">
  938. <rect key="frame" x="0.0" y="178" width="375" height="44"/>
  939. <autoresizingMask key="autoresizingMask"/>
  940. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Elc-RG-3ge" id="TGD-ra-eU5">
  941. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  942. <autoresizingMask key="autoresizingMask"/>
  943. </tableViewCellContentView>
  944. </tableViewCell>
  945. </prototypes>
  946. <connections>
  947. <outlet property="dataSource" destination="wRJ-4M-VxF" id="0kA-ao-h27"/>
  948. <outlet property="delegate" destination="wRJ-4M-VxF" id="3lO-zy-IO4"/>
  949. </connections>
  950. </tableView>
  951. </subviews>
  952. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  953. <constraints>
  954. <constraint firstItem="Pgb-kr-oNf" firstAttribute="top" secondItem="d6c-rm-T3S" secondAttribute="top" id="8h4-h4-XUJ"/>
  955. <constraint firstItem="Pgb-kr-oNf" firstAttribute="trailing" secondItem="hXX-7M-pPh" secondAttribute="trailing" id="M0f-Ob-ldA"/>
  956. <constraint firstItem="Pgb-kr-oNf" firstAttribute="leading" secondItem="hXX-7M-pPh" secondAttribute="leading" id="qKT-Wf-Ptw"/>
  957. </constraints>
  958. <viewLayoutGuide key="safeArea" id="hXX-7M-pPh"/>
  959. </view>
  960. <navigationItem key="navigationItem" id="l7p-8I-fG3"/>
  961. <connections>
  962. <outlet property="chaoSongColletionView" destination="n6F-QR-Bat" id="yQt-XB-Frh"/>
  963. <outlet property="headerTopView" destination="9ww-Xo-OCF" id="KuV-Hb-vZ9"/>
  964. <outlet property="headerView" destination="Szv-2O-Vae" id="fzu-zP-Ql0"/>
  965. <outlet property="inputTitleView" destination="z90-EF-gWh" id="f0o-ET-8NP"/>
  966. <outlet property="navBar" destination="Uf4-y5-L3C" id="QSI-hR-z92"/>
  967. <outlet property="rightSendBtn" destination="s4a-hF-thU" id="7u7-j0-QoB"/>
  968. <outlet property="shouJianCollectionView" destination="Q24-3k-qdj" id="DAU-27-suo"/>
  969. <outlet property="tableView" destination="zqi-hN-c5w" id="old-6o-rOy"/>
  970. <outlet property="textView" destination="aoJ-m2-VmO" id="CTY-AZ-z7s"/>
  971. <outlet property="titleLabel" destination="3ie-7z-kOk" id="wbL-Bs-KRC"/>
  972. </connections>
  973. </viewController>
  974. <placeholder placeholderIdentifier="IBFirstResponder" id="mWY-GW-ZeT" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  975. </objects>
  976. <point key="canvasLocation" x="360.80000000000001" y="775.86206896551732"/>
  977. </scene>
  978. <!--Chat Msg Notice DetailVC-->
  979. <scene sceneID="Abo-rW-A1h">
  980. <objects>
  981. <viewController storyboardIdentifier="ChatMsgNoticeDetailVC" id="Wqx-tD-eDa" customClass="ChatMsgNoticeDetailVC" sceneMemberID="viewController">
  982. <view key="view" contentMode="scaleToFill" id="cr9-gH-BOb">
  983. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  984. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  985. <subviews>
  986. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dby-WL-nlv" customClass="WQNavigationBar">
  987. <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
  988. <subviews>
  989. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VW2-Bg-B9I">
  990. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  991. <subviews>
  992. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Qa-k2-txE">
  993. <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
  994. <constraints>
  995. <constraint firstAttribute="height" constant="44" id="9L6-vF-rjy"/>
  996. <constraint firstAttribute="width" constant="50" id="Jsf-uQ-G8L"/>
  997. </constraints>
  998. <state key="normal" image="back_black_icon"/>
  999. <connections>
  1000. <action selector="backAction:" destination="Wqx-tD-eDa" eventType="touchUpInside" id="0fb-se-c92"/>
  1001. </connections>
  1002. </button>
  1003. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wIc-Nc-nBn">
  1004. <rect key="frame" x="50" y="0.0" width="35" height="44"/>
  1005. <constraints>
  1006. <constraint firstAttribute="width" constant="35" id="IXT-E0-VrA"/>
  1007. <constraint firstAttribute="height" constant="44" id="nbS-eZ-aRb"/>
  1008. </constraints>
  1009. <state key="normal" image="menu_black_icon"/>
  1010. <connections>
  1011. <action selector="menuAction:" destination="Wqx-tD-eDa" eventType="touchUpInside" id="1dy-aP-XvG"/>
  1012. </connections>
  1013. </button>
  1014. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="正文" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4g7-P4-fk2">
  1015. <rect key="frame" x="170" y="12" width="35" height="20.5"/>
  1016. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  1017. <nil key="textColor"/>
  1018. <nil key="highlightedColor"/>
  1019. </label>
  1020. </subviews>
  1021. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1022. <constraints>
  1023. <constraint firstItem="wIc-Nc-nBn" firstAttribute="top" secondItem="2Qa-k2-txE" secondAttribute="top" id="2x9-o1-RFm"/>
  1024. <constraint firstItem="wIc-Nc-nBn" firstAttribute="leading" secondItem="2Qa-k2-txE" secondAttribute="trailing" id="IOp-qA-OeI"/>
  1025. <constraint firstItem="4g7-P4-fk2" firstAttribute="centerY" secondItem="VW2-Bg-B9I" secondAttribute="centerY" id="OXw-4I-OhB"/>
  1026. <constraint firstItem="4g7-P4-fk2" firstAttribute="centerX" secondItem="VW2-Bg-B9I" secondAttribute="centerX" id="SYG-Nn-KcM"/>
  1027. <constraint firstItem="2Qa-k2-txE" firstAttribute="leading" secondItem="VW2-Bg-B9I" secondAttribute="leading" id="XiL-HE-DmK"/>
  1028. <constraint firstItem="4g7-P4-fk2" firstAttribute="width" relation="lessThanOrEqual" secondItem="VW2-Bg-B9I" secondAttribute="width" multiplier="0.4" id="anZ-aB-v1k"/>
  1029. <constraint firstItem="wIc-Nc-nBn" firstAttribute="bottom" secondItem="2Qa-k2-txE" secondAttribute="bottom" id="fmf-ea-3G7"/>
  1030. <constraint firstAttribute="bottom" secondItem="2Qa-k2-txE" secondAttribute="bottom" id="tGw-ct-lud"/>
  1031. <constraint firstAttribute="height" constant="44" id="xML-T3-Ann"/>
  1032. </constraints>
  1033. </view>
  1034. </subviews>
  1035. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1036. <constraints>
  1037. <constraint firstAttribute="height" constant="64" id="8Lj-yX-3zF"/>
  1038. <constraint firstItem="VW2-Bg-B9I" firstAttribute="leading" secondItem="dby-WL-nlv" secondAttribute="leading" id="Ej8-Y0-N2C"/>
  1039. <constraint firstItem="VW2-Bg-B9I" firstAttribute="trailing" secondItem="dby-WL-nlv" secondAttribute="trailing" id="Xn7-gV-lzi"/>
  1040. <constraint firstAttribute="bottom" secondItem="VW2-Bg-B9I" secondAttribute="bottom" id="i92-gJ-9GB"/>
  1041. </constraints>
  1042. <connections>
  1043. <outlet property="height" destination="8Lj-yX-3zF" id="0iG-cv-27D"/>
  1044. </connections>
  1045. </view>
  1046. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="9TR-x3-Sk3">
  1047. <rect key="frame" x="0.0" y="64" width="375" height="545"/>
  1048. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1049. <connections>
  1050. <outlet property="dataSource" destination="Wqx-tD-eDa" id="sD8-6L-b9C"/>
  1051. <outlet property="delegate" destination="Wqx-tD-eDa" id="l4V-zY-S30"/>
  1052. </connections>
  1053. </tableView>
  1054. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9ht-h8-pXy">
  1055. <rect key="frame" x="0.0" y="609" width="375" height="58"/>
  1056. <subviews>
  1057. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="R24-Am-E8y">
  1058. <rect key="frame" x="0.0" y="0.0" width="375" height="0.5"/>
  1059. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1060. <constraints>
  1061. <constraint firstAttribute="height" constant="0.5" id="Daa-cP-72f"/>
  1062. </constraints>
  1063. </view>
  1064. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tmW-ef-OOE">
  1065. <rect key="frame" x="20" y="8" width="157.5" height="42"/>
  1066. <subviews>
  1067. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="inputBold" translatesAutoresizingMaskIntoConstraints="NO" id="jzl-J9-eTq">
  1068. <rect key="frame" x="0.0" y="0.0" width="157.5" height="42"/>
  1069. </imageView>
  1070. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="说点什么..." lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OXz-PW-TTc">
  1071. <rect key="frame" x="10" y="14" width="60" height="14.5"/>
  1072. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1073. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1074. <nil key="highlightedColor"/>
  1075. </label>
  1076. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2jr-Ol-tXF">
  1077. <rect key="frame" x="121" y="5" width="0.5" height="32"/>
  1078. <color key="backgroundColor" red="0.80000000000000004" green="0.80000000000000004" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
  1079. <constraints>
  1080. <constraint firstAttribute="width" constant="0.5" id="ucR-NJ-h4J"/>
  1081. </constraints>
  1082. </view>
  1083. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="igN-Dd-qMU">
  1084. <rect key="frame" x="121.5" y="5" width="31" height="32"/>
  1085. <subviews>
  1086. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gd2-TQ-Mv5">
  1087. <rect key="frame" x="0.0" y="16" width="31" height="0.0"/>
  1088. <fontDescription key="fontDescription" type="system" pointSize="8"/>
  1089. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1090. <nil key="highlightedColor"/>
  1091. </label>
  1092. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="评 论" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sbw-4Q-d97">
  1093. <rect key="frame" x="0.0" y="16" width="31" height="10"/>
  1094. <fontDescription key="fontDescription" type="system" pointSize="8"/>
  1095. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  1096. <nil key="highlightedColor"/>
  1097. </label>
  1098. </subviews>
  1099. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1100. <constraints>
  1101. <constraint firstItem="Gd2-TQ-Mv5" firstAttribute="bottom" secondItem="igN-Dd-qMU" secondAttribute="centerY" id="348-Nx-Cth"/>
  1102. <constraint firstItem="sbw-4Q-d97" firstAttribute="leading" secondItem="igN-Dd-qMU" secondAttribute="leading" id="6Fm-jh-2ei"/>
  1103. <constraint firstItem="Gd2-TQ-Mv5" firstAttribute="leading" secondItem="igN-Dd-qMU" secondAttribute="leading" id="EwI-aV-IBM"/>
  1104. <constraint firstItem="sbw-4Q-d97" firstAttribute="top" secondItem="Gd2-TQ-Mv5" secondAttribute="bottom" id="MQs-jn-ndm"/>
  1105. <constraint firstAttribute="width" constant="31" id="PJx-D8-6dc"/>
  1106. <constraint firstAttribute="trailing" secondItem="Gd2-TQ-Mv5" secondAttribute="trailing" id="j1r-Vc-GA3"/>
  1107. <constraint firstAttribute="trailing" secondItem="sbw-4Q-d97" secondAttribute="trailing" id="yHW-Qe-Tza"/>
  1108. </constraints>
  1109. </view>
  1110. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mWS-hL-Rea">
  1111. <rect key="frame" x="0.0" y="0.0" width="121.5" height="42"/>
  1112. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1113. <state key="normal">
  1114. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1115. </state>
  1116. </button>
  1117. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SfY-tm-YFO">
  1118. <rect key="frame" x="121.5" y="0.0" width="36" height="42"/>
  1119. </button>
  1120. </subviews>
  1121. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1122. <constraints>
  1123. <constraint firstAttribute="bottom" secondItem="mWS-hL-Rea" secondAttribute="bottom" id="2e8-dc-Je8"/>
  1124. <constraint firstAttribute="bottom" secondItem="igN-Dd-qMU" secondAttribute="bottom" constant="5" id="3kn-JZ-9gv"/>
  1125. <constraint firstAttribute="bottom" secondItem="jzl-J9-eTq" secondAttribute="bottom" id="5Tv-jF-UB2"/>
  1126. <constraint firstItem="OXz-PW-TTc" firstAttribute="centerY" secondItem="tmW-ef-OOE" secondAttribute="centerY" id="EI1-51-x7c"/>
  1127. <constraint firstItem="jzl-J9-eTq" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" id="FdC-Ib-8Dq"/>
  1128. <constraint firstItem="2jr-Ol-tXF" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" constant="5" id="I8R-yd-rQ4"/>
  1129. <constraint firstItem="mWS-hL-Rea" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" id="N6h-46-KB0"/>
  1130. <constraint firstAttribute="trailing" secondItem="igN-Dd-qMU" secondAttribute="trailing" constant="5" id="S1X-4J-kZ4"/>
  1131. <constraint firstItem="SfY-tm-YFO" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="S1s-5U-kP9"/>
  1132. <constraint firstAttribute="trailing" secondItem="SfY-tm-YFO" secondAttribute="trailing" id="VmC-z3-Ite"/>
  1133. <constraint firstAttribute="trailing" secondItem="jzl-J9-eTq" secondAttribute="trailing" id="YEh-qx-kcu"/>
  1134. <constraint firstItem="igN-Dd-qMU" firstAttribute="leading" secondItem="mWS-hL-Rea" secondAttribute="trailing" id="e5X-OK-1Vh"/>
  1135. <constraint firstItem="igN-Dd-qMU" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" constant="5" id="m7L-qs-v1Q"/>
  1136. <constraint firstItem="OXz-PW-TTc" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="leading" constant="10" id="p99-fd-jIP"/>
  1137. <constraint firstItem="igN-Dd-qMU" firstAttribute="leading" secondItem="2jr-Ol-tXF" secondAttribute="trailing" id="qCQ-Zh-vwY"/>
  1138. <constraint firstAttribute="bottom" secondItem="SfY-tm-YFO" secondAttribute="bottom" id="rld-hU-V2U"/>
  1139. <constraint firstItem="mWS-hL-Rea" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="sLi-Md-BeC"/>
  1140. <constraint firstItem="jzl-J9-eTq" firstAttribute="top" secondItem="tmW-ef-OOE" secondAttribute="top" id="wgK-JQ-6we"/>
  1141. <constraint firstItem="SfY-tm-YFO" firstAttribute="leading" secondItem="mWS-hL-Rea" secondAttribute="trailing" id="yRd-o5-Mx0"/>
  1142. <constraint firstAttribute="bottom" secondItem="2jr-Ol-tXF" secondAttribute="bottom" constant="5" id="yiP-Ox-pAd"/>
  1143. </constraints>
  1144. </view>
  1145. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cBG-LP-Zf9" userLabel="First">
  1146. <rect key="frame" x="197.5" y="0.0" width="157.5" height="58"/>
  1147. <subviews>
  1148. <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" baselineRelativeArrangement="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xFn-V6-aPK">
  1149. <rect key="frame" x="0.0" y="0.0" width="157.5" height="58"/>
  1150. <subviews>
  1151. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8he-oW-KZP">
  1152. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1153. <subviews>
  1154. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FlW-mr-G6I">
  1155. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1156. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1157. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1158. <nil key="highlightedColor"/>
  1159. </label>
  1160. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="zan_no" translatesAutoresizingMaskIntoConstraints="NO" id="lcx-qS-Tlb">
  1161. <rect key="frame" x="17.5" y="20" width="18" height="18"/>
  1162. <constraints>
  1163. <constraint firstAttribute="width" secondItem="lcx-qS-Tlb" secondAttribute="height" multiplier="1:1" id="3NB-cG-hgG"/>
  1164. <constraint firstAttribute="width" constant="18" id="P0P-QC-SQ7"/>
  1165. </constraints>
  1166. </imageView>
  1167. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="duv-H6-7bo">
  1168. <rect key="frame" x="34" y="15" width="6.5" height="12"/>
  1169. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1170. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1171. <nil key="highlightedColor"/>
  1172. </label>
  1173. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="34J-M5-vrq">
  1174. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1175. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1176. <state key="normal">
  1177. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1178. </state>
  1179. </button>
  1180. </subviews>
  1181. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1182. <constraints>
  1183. <constraint firstItem="duv-H6-7bo" firstAttribute="trailing" secondItem="lcx-qS-Tlb" secondAttribute="trailing" constant="5" id="765-Ee-8Qr"/>
  1184. <constraint firstItem="FlW-mr-G6I" firstAttribute="bottom" secondItem="8he-oW-KZP" secondAttribute="top" constant="27" id="ACQ-dY-h1V"/>
  1185. <constraint firstItem="FlW-mr-G6I" firstAttribute="leading" secondItem="8he-oW-KZP" secondAttribute="trailing" constant="-20" id="KBy-Km-mEW"/>
  1186. <constraint firstItem="duv-H6-7bo" firstAttribute="top" secondItem="lcx-qS-Tlb" secondAttribute="top" constant="-5" id="LqQ-rf-jnO"/>
  1187. <constraint firstAttribute="trailing" secondItem="34J-M5-vrq" secondAttribute="trailing" id="OJd-Kb-xg8"/>
  1188. <constraint firstItem="lcx-qS-Tlb" firstAttribute="top" secondItem="8he-oW-KZP" secondAttribute="top" constant="20" id="QiZ-m2-CVa"/>
  1189. <constraint firstItem="34J-M5-vrq" firstAttribute="top" secondItem="8he-oW-KZP" secondAttribute="top" id="SvD-u2-0xD"/>
  1190. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerY" secondItem="8he-oW-KZP" secondAttribute="centerY" id="VkE-3j-O51"/>
  1191. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerX" secondItem="8he-oW-KZP" secondAttribute="centerX" id="YjL-BO-rOA"/>
  1192. <constraint firstAttribute="bottom" secondItem="34J-M5-vrq" secondAttribute="bottom" id="fic-zS-AYe"/>
  1193. <constraint firstItem="lcx-qS-Tlb" firstAttribute="centerX" secondItem="8he-oW-KZP" secondAttribute="centerX" id="jXq-wP-equ"/>
  1194. <constraint firstItem="34J-M5-vrq" firstAttribute="leading" secondItem="8he-oW-KZP" secondAttribute="leading" id="kEI-mw-hPH"/>
  1195. </constraints>
  1196. </view>
  1197. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oEq-ua-MwX">
  1198. <rect key="frame" x="52.5" y="0.0" width="52.5" height="58"/>
  1199. <subviews>
  1200. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dKf-Dq-wS3">
  1201. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1202. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1203. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1204. <nil key="highlightedColor"/>
  1205. </label>
  1206. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="收藏五角星" translatesAutoresizingMaskIntoConstraints="NO" id="fEa-dh-GrB">
  1207. <rect key="frame" x="16.5" y="20" width="20" height="18"/>
  1208. </imageView>
  1209. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sw2-WU-ggq">
  1210. <rect key="frame" x="35" y="15" width="6.5" height="12"/>
  1211. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1212. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1213. <nil key="highlightedColor"/>
  1214. </label>
  1215. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="reZ-1v-11J">
  1216. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1217. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1218. <state key="normal">
  1219. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1220. </state>
  1221. </button>
  1222. </subviews>
  1223. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1224. <constraints>
  1225. <constraint firstItem="Sw2-WU-ggq" firstAttribute="top" secondItem="fEa-dh-GrB" secondAttribute="top" constant="-5" id="FAs-dh-nxI"/>
  1226. <constraint firstItem="reZ-1v-11J" firstAttribute="leading" secondItem="oEq-ua-MwX" secondAttribute="leading" id="JMT-c4-qzc"/>
  1227. <constraint firstAttribute="trailing" secondItem="reZ-1v-11J" secondAttribute="trailing" id="Jcm-WX-DLA"/>
  1228. <constraint firstItem="dKf-Dq-wS3" firstAttribute="bottom" secondItem="oEq-ua-MwX" secondAttribute="top" constant="27" id="RFL-18-Pux"/>
  1229. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerX" secondItem="oEq-ua-MwX" secondAttribute="centerX" id="YlW-m7-f4f"/>
  1230. <constraint firstAttribute="bottom" secondItem="reZ-1v-11J" secondAttribute="bottom" id="d2v-Hi-Rt2"/>
  1231. <constraint firstItem="fEa-dh-GrB" firstAttribute="top" secondItem="oEq-ua-MwX" secondAttribute="top" constant="20" id="dc6-yh-XLI"/>
  1232. <constraint firstItem="dKf-Dq-wS3" firstAttribute="leading" secondItem="oEq-ua-MwX" secondAttribute="trailing" constant="-20" id="eS1-Lf-1Ii"/>
  1233. <constraint firstItem="Sw2-WU-ggq" firstAttribute="trailing" secondItem="fEa-dh-GrB" secondAttribute="trailing" constant="5" id="ojv-8x-eif"/>
  1234. <constraint firstItem="reZ-1v-11J" firstAttribute="top" secondItem="oEq-ua-MwX" secondAttribute="top" id="p3Z-UL-7Fd"/>
  1235. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerY" secondItem="oEq-ua-MwX" secondAttribute="centerY" id="p4H-vR-Goj"/>
  1236. <constraint firstItem="fEa-dh-GrB" firstAttribute="centerX" secondItem="oEq-ua-MwX" secondAttribute="centerX" id="wPI-dH-MoQ"/>
  1237. </constraints>
  1238. </view>
  1239. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6d8-0Z-g6I">
  1240. <rect key="frame" x="105" y="0.0" width="52.5" height="58"/>
  1241. <subviews>
  1242. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0II-Jx-pHo">
  1243. <rect key="frame" x="32.5" y="27" width="0.0" height="0.0"/>
  1244. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  1245. <color key="textColor" red="0.2666666667" green="0.58431372550000005" blue="0.86274509799999999" alpha="1" colorSpace="calibratedRGB"/>
  1246. <nil key="highlightedColor"/>
  1247. </label>
  1248. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="收藏_转发" translatesAutoresizingMaskIntoConstraints="NO" id="MOQ-Jg-yOn">
  1249. <rect key="frame" x="17.5" y="20" width="18" height="18"/>
  1250. </imageView>
  1251. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qdA-Zx-oJG">
  1252. <rect key="frame" x="34" y="15" width="6.5" height="12"/>
  1253. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  1254. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1255. <nil key="highlightedColor"/>
  1256. </label>
  1257. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uQg-pM-nsv">
  1258. <rect key="frame" x="0.0" y="0.0" width="52.5" height="58"/>
  1259. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1260. <state key="normal">
  1261. <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1262. </state>
  1263. </button>
  1264. </subviews>
  1265. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1266. <constraints>
  1267. <constraint firstItem="qdA-Zx-oJG" firstAttribute="trailing" secondItem="MOQ-Jg-yOn" secondAttribute="trailing" constant="5" id="3jb-YR-HKk"/>
  1268. <constraint firstItem="qdA-Zx-oJG" firstAttribute="top" secondItem="MOQ-Jg-yOn" secondAttribute="top" constant="-5" id="GQG-PP-f3b"/>
  1269. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerY" secondItem="6d8-0Z-g6I" secondAttribute="centerY" id="JUr-pg-l9W"/>
  1270. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerX" secondItem="6d8-0Z-g6I" secondAttribute="centerX" id="Mrw-tv-Gda"/>
  1271. <constraint firstItem="uQg-pM-nsv" firstAttribute="top" secondItem="6d8-0Z-g6I" secondAttribute="top" id="NKl-dY-u2f"/>
  1272. <constraint firstItem="uQg-pM-nsv" firstAttribute="leading" secondItem="6d8-0Z-g6I" secondAttribute="leading" id="Ozk-Ig-m60"/>
  1273. <constraint firstAttribute="bottom" secondItem="uQg-pM-nsv" secondAttribute="bottom" id="RB4-V5-QPR"/>
  1274. <constraint firstAttribute="trailing" secondItem="uQg-pM-nsv" secondAttribute="trailing" id="RtF-MQ-2P2"/>
  1275. <constraint firstItem="0II-Jx-pHo" firstAttribute="leading" secondItem="6d8-0Z-g6I" secondAttribute="trailing" constant="-20" id="ZB6-f0-b8r"/>
  1276. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="top" secondItem="6d8-0Z-g6I" secondAttribute="top" constant="20" id="ZGp-vy-u5q"/>
  1277. <constraint firstItem="0II-Jx-pHo" firstAttribute="bottom" secondItem="6d8-0Z-g6I" secondAttribute="top" constant="27" id="eBK-1k-Abv"/>
  1278. <constraint firstItem="MOQ-Jg-yOn" firstAttribute="centerX" secondItem="6d8-0Z-g6I" secondAttribute="centerX" id="sWv-65-XTK"/>
  1279. </constraints>
  1280. </view>
  1281. </subviews>
  1282. </stackView>
  1283. </subviews>
  1284. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1285. <constraints>
  1286. <constraint firstItem="xFn-V6-aPK" firstAttribute="top" secondItem="cBG-LP-Zf9" secondAttribute="top" id="Gq4-EI-Osu"/>
  1287. <constraint firstAttribute="trailing" secondItem="xFn-V6-aPK" secondAttribute="trailing" id="SW7-H6-KIp"/>
  1288. <constraint firstAttribute="bottom" secondItem="xFn-V6-aPK" secondAttribute="bottom" id="njF-JE-IuT"/>
  1289. <constraint firstItem="xFn-V6-aPK" firstAttribute="leading" secondItem="cBG-LP-Zf9" secondAttribute="leading" id="vCh-Xs-qfe"/>
  1290. </constraints>
  1291. </view>
  1292. </subviews>
  1293. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  1294. <constraints>
  1295. <constraint firstAttribute="bottom" secondItem="cBG-LP-Zf9" secondAttribute="bottom" id="EUg-oT-Hqf"/>
  1296. <constraint firstItem="R24-Am-E8y" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" id="KVU-35-e3n"/>
  1297. <constraint firstItem="R24-Am-E8y" firstAttribute="leading" secondItem="9ht-h8-pXy" secondAttribute="leading" id="R1P-io-t7N"/>
  1298. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="375" id="SeG-3N-tQB"/>
  1299. <constraint firstAttribute="trailing" secondItem="R24-Am-E8y" secondAttribute="trailing" id="b3R-0y-L7h"/>
  1300. <constraint firstAttribute="trailing" secondItem="cBG-LP-Zf9" secondAttribute="trailing" constant="20" id="dRO-6N-MfH"/>
  1301. <constraint firstAttribute="width" constant="375" id="fK1-Pq-0qx"/>
  1302. <constraint firstItem="tmW-ef-OOE" firstAttribute="width" secondItem="9ht-h8-pXy" secondAttribute="width" multiplier="0.5" constant="-30" id="gON-hM-k4s"/>
  1303. <constraint firstItem="cBG-LP-Zf9" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" id="hvm-aZ-cHf"/>
  1304. <constraint firstAttribute="bottom" secondItem="tmW-ef-OOE" secondAttribute="bottom" constant="8" id="oxY-OP-4JJ"/>
  1305. <constraint firstItem="tmW-ef-OOE" firstAttribute="top" secondItem="9ht-h8-pXy" secondAttribute="top" constant="8" id="yhH-iG-y2u"/>
  1306. <constraint firstItem="tmW-ef-OOE" firstAttribute="leading" secondItem="9ht-h8-pXy" secondAttribute="leading" constant="20" id="z1I-QU-fc3"/>
  1307. <constraint firstItem="cBG-LP-Zf9" firstAttribute="leading" secondItem="tmW-ef-OOE" secondAttribute="trailing" constant="20" id="zV4-w3-1nY"/>
  1308. </constraints>
  1309. </view>
  1310. </subviews>
  1311. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  1312. <constraints>
  1313. <constraint firstItem="dby-WL-nlv" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="8uN-fG-cZH"/>
  1314. <constraint firstItem="9ht-h8-pXy" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="D1s-I8-eQB"/>
  1315. <constraint firstItem="9TR-x3-Sk3" firstAttribute="leading" secondItem="uyS-yy-9XF" secondAttribute="leading" id="FZj-ly-Ruc"/>
  1316. <constraint firstItem="dby-WL-nlv" firstAttribute="trailing" secondItem="uyS-yy-9XF" secondAttribute="trailing" id="GlC-gP-eVe"/>
  1317. <constraint firstItem="dby-WL-nlv" firstAttribute="top" secondItem="cr9-gH-BOb" secondAttribute="top" id="JJJ-4x-LjA"/>
  1318. <constraint firstItem="uyS-yy-9XF" firstAttribute="trailing" secondItem="9ht-h8-pXy" secondAttribute="trailing" id="KGB-vk-uRU"/>
  1319. <constraint firstItem="9ht-h8-pXy" firstAttribute="bottom" secondItem="uyS-yy-9XF" secondAttribute="bottom" id="cvn-sd-4GY"/>
  1320. <constraint firstItem="9TR-x3-Sk3" firstAttribute="top" secondItem="dby-WL-nlv" secondAttribute="bottom" id="e1i-MA-uzW"/>
  1321. <constraint firstItem="9ht-h8-pXy" firstAttribute="top" secondItem="9TR-x3-Sk3" secondAttribute="bottom" id="tEn-Ih-FgR"/>
  1322. <constraint firstItem="uyS-yy-9XF" firstAttribute="trailing" secondItem="9TR-x3-Sk3" secondAttribute="trailing" id="tUK-lu-T68"/>
  1323. </constraints>
  1324. <viewLayoutGuide key="safeArea" id="uyS-yy-9XF"/>
  1325. </view>
  1326. <navigationItem key="navigationItem" id="Abl-qk-0L7"/>
  1327. <connections>
  1328. <outlet property="collectButton" destination="reZ-1v-11J" id="wL3-gR-sIb"/>
  1329. <outlet property="collectImgV" destination="fEa-dh-GrB" id="t0S-Fu-I3w"/>
  1330. <outlet property="collectL" destination="Sw2-WU-ggq" id="p6P-Z6-xpr"/>
  1331. <outlet property="collectNumberLabel" destination="dKf-Dq-wS3" id="H3F-PD-197"/>
  1332. <outlet property="commentButton" destination="mWS-hL-Rea" id="sBD-4V-fM0"/>
  1333. <outlet property="commentCountL" destination="Gd2-TQ-Mv5" id="Xej-a1-oMh"/>
  1334. <outlet property="commentNumberLabel" destination="Gd2-TQ-Mv5" id="Khi-e9-Bq3"/>
  1335. <outlet property="commentScrollBtn" destination="SfY-tm-YFO" id="hY0-ec-yzQ"/>
  1336. <outlet property="shareButton" destination="uQg-pM-nsv" id="9dz-sx-lBP"/>
  1337. <outlet property="shareCountL" destination="qdA-Zx-oJG" id="o9E-Wj-O1R"/>
  1338. <outlet property="shareImgV" destination="MOQ-Jg-yOn" id="TJ6-6B-afZ"/>
  1339. <outlet property="shareNumberLabel" destination="0II-Jx-pHo" id="XaV-2P-vgc"/>
  1340. <outlet property="tableView" destination="9TR-x3-Sk3" id="kW4-f6-pUx"/>
  1341. <outlet property="zanButton" destination="34J-M5-vrq" id="lCg-AT-yqc"/>
  1342. <outlet property="zanCountL" destination="duv-H6-7bo" id="RXJ-hX-hSt"/>
  1343. <outlet property="zanImgV" destination="lcx-qS-Tlb" id="soR-89-qTr"/>
  1344. <outlet property="zanNumberLabel" destination="FlW-mr-G6I" id="vKq-AK-wQx"/>
  1345. </connections>
  1346. </viewController>
  1347. <placeholder placeholderIdentifier="IBFirstResponder" id="9O3-6K-4c1" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  1348. </objects>
  1349. <point key="canvasLocation" x="1157.5999999999999" y="94.902548725637189"/>
  1350. </scene>
  1351. </scenes>
  1352. <resources>
  1353. <image name="add_find" width="21.5" height="19"/>
  1354. <image name="back_black_icon" width="11" height="20"/>
  1355. <image name="chatmsg_icon_circleAdd" width="21" height="21"/>
  1356. <image name="chatmsg_right_add_icon" width="15.5" height="15.5"/>
  1357. <image name="chatmsg_right_edit_icon" width="15" height="17"/>
  1358. <image name="inputBold" width="180.5" height="29.5"/>
  1359. <image name="menu_black_icon" width="16.5" height="14.5"/>
  1360. <image name="zan_no" width="14" height="14.5"/>
  1361. <image name="收藏_转发" width="18" height="18"/>
  1362. <image name="收藏五角星" width="20" height="19.5"/>
  1363. </resources>
  1364. </document>