ChatNewRowCell.xib 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  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. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell0" id="fmq-cd-fkN" customClass="ChatNewRowCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fmq-cd-fkN" id="ep9-xt-qwx">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6BW-DJ-I7t">
  21. <rect key="frame" x="15" y="10.5" width="290" height="29.5"/>
  22. <subviews>
  23. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="j9b-wp-ea1">
  24. <rect key="frame" x="124.5" y="6" width="41" height="17"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <inset key="imageEdgeInsets" minX="-6.5" minY="0.0" maxX="0.0" maxY="0.0"/>
  27. <state key="normal" title="搜索" image="chatmsg_search_icon">
  28. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  29. </state>
  30. </button>
  31. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZpK-t8-PXa">
  32. <rect key="frame" x="0.0" y="0.0" width="290" height="29.5"/>
  33. </button>
  34. </subviews>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <constraints>
  37. <constraint firstItem="j9b-wp-ea1" firstAttribute="centerY" secondItem="6BW-DJ-I7t" secondAttribute="centerY" id="DOt-Ft-uwu"/>
  38. <constraint firstAttribute="trailing" secondItem="ZpK-t8-PXa" secondAttribute="trailing" id="ED4-vr-TL6"/>
  39. <constraint firstItem="ZpK-t8-PXa" firstAttribute="leading" secondItem="6BW-DJ-I7t" secondAttribute="leading" id="VwE-pj-0Vd"/>
  40. <constraint firstItem="ZpK-t8-PXa" firstAttribute="top" secondItem="6BW-DJ-I7t" secondAttribute="top" id="azB-ky-2DY"/>
  41. <constraint firstItem="j9b-wp-ea1" firstAttribute="centerX" secondItem="6BW-DJ-I7t" secondAttribute="centerX" id="m4q-UA-PQ9"/>
  42. <constraint firstAttribute="height" constant="29.5" id="pBx-vO-mIh"/>
  43. <constraint firstAttribute="bottom" secondItem="ZpK-t8-PXa" secondAttribute="bottom" id="u63-R8-1Re"/>
  44. </constraints>
  45. </view>
  46. </subviews>
  47. <constraints>
  48. <constraint firstAttribute="trailing" secondItem="6BW-DJ-I7t" secondAttribute="trailing" constant="15" id="6nx-xz-94g"/>
  49. <constraint firstItem="6BW-DJ-I7t" firstAttribute="leading" secondItem="ep9-xt-qwx" secondAttribute="leading" constant="15" id="Wtf-CE-MC9"/>
  50. <constraint firstItem="6BW-DJ-I7t" firstAttribute="centerY" secondItem="ep9-xt-qwx" secondAttribute="centerY" id="kdc-q0-Bd7"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <viewLayoutGuide key="safeArea" id="SQH-VM-d0Y"/>
  54. <connections>
  55. <outlet property="cell0SearchBgView" destination="6BW-DJ-I7t" id="YCF-QF-NgZ"/>
  56. <outlet property="cell0SearchBtn" destination="ZpK-t8-PXa" id="btd-ll-Z2L"/>
  57. <outlet property="rightImageView" destination="9mG-lB-IEE" id="8bS-WJ-BRp"/>
  58. </connections>
  59. <point key="canvasLocation" x="132" y="136"/>
  60. </tableViewCell>
  61. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell1" id="qQw-bx-uqF" customClass="ChatNewRowCell">
  62. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  63. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  64. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qQw-bx-uqF" id="9TA-HG-OU9">
  65. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  66. <autoresizingMask key="autoresizingMask"/>
  67. <subviews>
  68. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="dok-bS-6aW">
  69. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  70. <constraints>
  71. <constraint firstAttribute="height" constant="35" id="A4H-L0-9oN"/>
  72. <constraint firstAttribute="width" constant="41" id="VIW-5C-Jg4"/>
  73. </constraints>
  74. </imageView>
  75. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Z1A-lR-Uan">
  76. <rect key="frame" x="298" y="28.5" width="7" height="12"/>
  77. </imageView>
  78. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="b1X-Xi-nKk">
  79. <rect key="frame" x="65.5" y="24" width="52" height="21"/>
  80. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  81. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  82. <nil key="highlightedColor"/>
  83. </label>
  84. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cxi-sg-3NN">
  85. <rect key="frame" x="283" y="27.5" width="10" height="14.5"/>
  86. <constraints>
  87. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="rFd-HA-G64"/>
  88. </constraints>
  89. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  90. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  91. <nil key="highlightedColor"/>
  92. </label>
  93. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1Wy-80-r4T">
  94. <rect key="frame" x="65.5" y="68.5" width="254.5" height="0.5"/>
  95. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  96. <constraints>
  97. <constraint firstAttribute="height" constant="0.5" id="ueM-Xv-dYX"/>
  98. </constraints>
  99. </view>
  100. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="Xf9-ia-XPR">
  101. <rect key="frame" x="127.5" y="26.5" width="30" height="16"/>
  102. </imageView>
  103. </subviews>
  104. <constraints>
  105. <constraint firstItem="Z1A-lR-Uan" firstAttribute="centerY" secondItem="9TA-HG-OU9" secondAttribute="centerY" id="9rc-Ya-R82"/>
  106. <constraint firstItem="Z1A-lR-Uan" firstAttribute="leading" secondItem="cxi-sg-3NN" secondAttribute="trailing" constant="5" id="CB6-il-rcG"/>
  107. <constraint firstAttribute="trailing" secondItem="Z1A-lR-Uan" secondAttribute="trailing" constant="15" id="FWL-T6-h3G"/>
  108. <constraint firstItem="1Wy-80-r4T" firstAttribute="leading" secondItem="b1X-Xi-nKk" secondAttribute="leading" id="HrZ-R6-ya6"/>
  109. <constraint firstItem="b1X-Xi-nKk" firstAttribute="leading" secondItem="9TA-HG-OU9" secondAttribute="leading" constant="65.5" id="LPn-PO-60m"/>
  110. <constraint firstItem="cxi-sg-3NN" firstAttribute="centerY" secondItem="9TA-HG-OU9" secondAttribute="centerY" id="Pah-50-H7H"/>
  111. <constraint firstItem="Xf9-ia-XPR" firstAttribute="centerY" secondItem="9TA-HG-OU9" secondAttribute="centerY" id="Rko-u8-nNW"/>
  112. <constraint firstItem="dok-bS-6aW" firstAttribute="centerY" secondItem="9TA-HG-OU9" secondAttribute="centerY" id="WcG-HF-Tam"/>
  113. <constraint firstAttribute="trailing" secondItem="1Wy-80-r4T" secondAttribute="trailing" id="fX5-Fn-Muo"/>
  114. <constraint firstAttribute="bottom" secondItem="1Wy-80-r4T" secondAttribute="bottom" id="igX-Ul-WFY"/>
  115. <constraint firstItem="dok-bS-6aW" firstAttribute="leading" secondItem="9TA-HG-OU9" secondAttribute="leading" constant="16.5" id="jET-Fy-Tpq"/>
  116. <constraint firstItem="b1X-Xi-nKk" firstAttribute="centerY" secondItem="dok-bS-6aW" secondAttribute="centerY" id="rRR-LA-C3d"/>
  117. <constraint firstItem="Xf9-ia-XPR" firstAttribute="centerY" secondItem="b1X-Xi-nKk" secondAttribute="centerY" id="tft-z8-7bS"/>
  118. <constraint firstItem="Xf9-ia-XPR" firstAttribute="leading" secondItem="b1X-Xi-nKk" secondAttribute="trailing" constant="10" id="yXD-7a-zpa"/>
  119. </constraints>
  120. </tableViewCellContentView>
  121. <viewLayoutGuide key="safeArea" id="LE4-Wk-Ydh"/>
  122. <connections>
  123. <outlet property="IsTopImgV" destination="Xf9-ia-XPR" id="srJ-GW-36C"/>
  124. <outlet property="cell1IconImgView" destination="dok-bS-6aW" id="I5d-kX-IN1"/>
  125. <outlet property="cell1TimeLabel" destination="cxi-sg-3NN" id="doS-b4-Duu"/>
  126. <outlet property="cell1TitleLabel" destination="b1X-Xi-nKk" id="9XP-cq-5T6"/>
  127. </connections>
  128. <point key="canvasLocation" x="131.8840579710145" y="258.81696428571428"/>
  129. </tableViewCell>
  130. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell2" id="7q2-Q0-qpt" customClass="ChatNewRowCell">
  131. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  132. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  133. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="7q2-Q0-qpt" id="cbN-LK-vVj">
  134. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  135. <autoresizingMask key="autoresizingMask"/>
  136. <subviews>
  137. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="CNJ-jN-de3">
  138. <rect key="frame" x="16.5" y="18" width="40" height="40"/>
  139. <constraints>
  140. <constraint firstAttribute="width" constant="40" id="lSi-Do-IoI"/>
  141. <constraint firstAttribute="height" constant="40" id="vvk-sQ-tS4"/>
  142. </constraints>
  143. <userDefinedRuntimeAttributes>
  144. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  145. <integer key="value" value="4"/>
  146. </userDefinedRuntimeAttribute>
  147. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  148. </userDefinedRuntimeAttributes>
  149. </imageView>
  150. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1ce-DS-QbR">
  151. <rect key="frame" x="65" y="18" width="121.5" height="20.5"/>
  152. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  153. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  154. <nil key="highlightedColor"/>
  155. </label>
  156. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="0" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RaR-12-Nue">
  157. <rect key="frame" x="284" y="33" width="10" height="10"/>
  158. <constraints>
  159. <constraint firstAttribute="height" constant="10" id="5EE-hi-TND"/>
  160. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="a0a-sh-6QF"/>
  161. </constraints>
  162. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  163. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  164. <nil key="highlightedColor"/>
  165. </label>
  166. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="明天下午三点" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eJ4-Lq-zve">
  167. <rect key="frame" x="65" y="43.5" width="80" height="16"/>
  168. <constraints>
  169. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="b1h-eY-xWD"/>
  170. </constraints>
  171. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  172. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  173. <nil key="highlightedColor"/>
  174. </label>
  175. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="388-vT-nqB">
  176. <rect key="frame" x="65" y="75.5" width="255" height="0.5"/>
  177. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  178. <constraints>
  179. <constraint firstAttribute="height" constant="0.5" id="ygx-Ch-pYV"/>
  180. </constraints>
  181. </view>
  182. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="未读数" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sl6-2V-Ej3">
  183. <rect key="frame" x="149" y="43.5" width="40" height="16"/>
  184. <constraints>
  185. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="DL6-Bc-jpF"/>
  186. </constraints>
  187. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  188. <color key="textColor" red="1" green="0.58431372549019611" blue="0.011764705882352941" alpha="1" colorSpace="calibratedRGB"/>
  189. <nil key="highlightedColor"/>
  190. </label>
  191. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="FA3-Bi-JFh">
  192. <rect key="frame" x="298" y="32" width="7" height="12"/>
  193. </imageView>
  194. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="yEi-We-HYs">
  195. <rect key="frame" x="196.5" y="20.5" width="30" height="16"/>
  196. </imageView>
  197. </subviews>
  198. <constraints>
  199. <constraint firstItem="yEi-We-HYs" firstAttribute="leading" secondItem="1ce-DS-QbR" secondAttribute="trailing" constant="10" id="1He-MK-nJP"/>
  200. <constraint firstAttribute="trailing" secondItem="388-vT-nqB" secondAttribute="trailing" id="3Hw-g8-aqX"/>
  201. <constraint firstItem="1ce-DS-QbR" firstAttribute="leading" secondItem="cbN-LK-vVj" secondAttribute="leading" constant="65" id="8Lo-hm-rrI"/>
  202. <constraint firstItem="eJ4-Lq-zve" firstAttribute="leading" secondItem="1ce-DS-QbR" secondAttribute="leading" id="8wA-un-P3V"/>
  203. <constraint firstItem="FA3-Bi-JFh" firstAttribute="centerY" secondItem="cbN-LK-vVj" secondAttribute="centerY" id="9BL-yO-rxM"/>
  204. <constraint firstItem="FA3-Bi-JFh" firstAttribute="leading" secondItem="RaR-12-Nue" secondAttribute="trailing" constant="4" id="9nX-cI-cCH"/>
  205. <constraint firstItem="Sl6-2V-Ej3" firstAttribute="leading" secondItem="eJ4-Lq-zve" secondAttribute="trailing" constant="4" id="AFX-1p-7BQ"/>
  206. <constraint firstItem="Sl6-2V-Ej3" firstAttribute="top" secondItem="eJ4-Lq-zve" secondAttribute="top" id="ESY-Hr-4Gx"/>
  207. <constraint firstAttribute="trailing" secondItem="FA3-Bi-JFh" secondAttribute="trailing" constant="15" id="IBy-X3-dLs"/>
  208. <constraint firstItem="388-vT-nqB" firstAttribute="leading" secondItem="1ce-DS-QbR" secondAttribute="leading" id="LGE-ej-pbf"/>
  209. <constraint firstItem="yEi-We-HYs" firstAttribute="centerY" secondItem="1ce-DS-QbR" secondAttribute="centerY" id="Nwe-Mv-lMR"/>
  210. <constraint firstAttribute="bottom" secondItem="388-vT-nqB" secondAttribute="bottom" id="UAQ-Qb-HxU"/>
  211. <constraint firstItem="1ce-DS-QbR" firstAttribute="top" secondItem="CNJ-jN-de3" secondAttribute="top" id="em7-bB-s8P"/>
  212. <constraint firstItem="CNJ-jN-de3" firstAttribute="leading" secondItem="cbN-LK-vVj" secondAttribute="leading" constant="16.5" id="gfb-bi-2s6"/>
  213. <constraint firstItem="CNJ-jN-de3" firstAttribute="centerY" secondItem="cbN-LK-vVj" secondAttribute="centerY" id="qhB-em-Jsh"/>
  214. <constraint firstItem="RaR-12-Nue" firstAttribute="centerY" secondItem="cbN-LK-vVj" secondAttribute="centerY" id="tw9-p6-nuY"/>
  215. <constraint firstItem="Sl6-2V-Ej3" firstAttribute="bottom" secondItem="eJ4-Lq-zve" secondAttribute="bottom" id="vAw-Yy-uM8"/>
  216. <constraint firstItem="eJ4-Lq-zve" firstAttribute="top" secondItem="1ce-DS-QbR" secondAttribute="bottom" constant="5" id="wVN-tn-rIf"/>
  217. </constraints>
  218. </tableViewCellContentView>
  219. <viewLayoutGuide key="safeArea" id="RK7-zX-wi4"/>
  220. <connections>
  221. <outlet property="IsTopImgV" destination="yEi-We-HYs" id="bmG-I5-xTb"/>
  222. <outlet property="cell2IntroLabel" destination="eJ4-Lq-zve" id="2GB-qx-Cfz"/>
  223. <outlet property="cell2RedNumLabel" destination="Sl6-2V-Ej3" id="bhD-hj-qci"/>
  224. <outlet property="cell2TimeLabel" destination="RaR-12-Nue" id="f7U-iN-Jgw"/>
  225. <outlet property="cell2TitleLabel" destination="1ce-DS-QbR" id="vIS-N3-NOF"/>
  226. <outlet property="cell2UserImgView" destination="CNJ-jN-de3" id="cam-sp-sHI"/>
  227. <outlet property="rightImageView" destination="FA3-Bi-JFh" id="9yc-1U-fqd"/>
  228. </connections>
  229. <point key="canvasLocation" x="131.8840579710145" y="346.875"/>
  230. </tableViewCell>
  231. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell10" id="UMk-27-yRx" customClass="ChatNewRowCell">
  232. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  233. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  234. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="UMk-27-yRx" id="NoK-Ak-Kl5">
  235. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  236. <autoresizingMask key="autoresizingMask"/>
  237. <subviews>
  238. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9mX-hA-CBQ">
  239. <rect key="frame" x="4" y="15.5" width="38" height="38"/>
  240. <constraints>
  241. <constraint firstAttribute="height" constant="38" id="1Sv-iw-GdM"/>
  242. <constraint firstAttribute="width" constant="38" id="PT4-4J-Acq"/>
  243. </constraints>
  244. <state key="normal" image="sendinfo_no"/>
  245. <state key="selected" image="sendinfo_yes"/>
  246. </button>
  247. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="Oaj-Ul-JPu">
  248. <rect key="frame" x="46" y="17" width="41" height="35"/>
  249. <constraints>
  250. <constraint firstAttribute="height" constant="35" id="btf-ha-QWB"/>
  251. <constraint firstAttribute="width" constant="41" id="iQs-ew-cDN"/>
  252. </constraints>
  253. </imageView>
  254. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="ede-IH-dLP">
  255. <rect key="frame" x="298" y="28.5" width="7" height="12"/>
  256. </imageView>
  257. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DDA-fZ-AAT">
  258. <rect key="frame" x="97" y="68.5" width="223" height="0.5"/>
  259. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  260. <constraints>
  261. <constraint firstAttribute="height" constant="0.5" id="evs-u6-afR"/>
  262. </constraints>
  263. </view>
  264. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rPG-Kz-bDl">
  265. <rect key="frame" x="97" y="24.5" width="52" height="20.5"/>
  266. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  267. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  268. <nil key="highlightedColor"/>
  269. </label>
  270. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="4NF-sx-d0a">
  271. <rect key="frame" x="159" y="26.5" width="30" height="16"/>
  272. </imageView>
  273. </subviews>
  274. <constraints>
  275. <constraint firstAttribute="trailing" secondItem="ede-IH-dLP" secondAttribute="trailing" constant="15" id="A44-RV-IXY"/>
  276. <constraint firstItem="rPG-Kz-bDl" firstAttribute="centerY" secondItem="Oaj-Ul-JPu" secondAttribute="centerY" id="Cui-js-DNL"/>
  277. <constraint firstItem="Oaj-Ul-JPu" firstAttribute="leading" secondItem="9mX-hA-CBQ" secondAttribute="trailing" constant="4" id="J1u-xm-scs"/>
  278. <constraint firstItem="9mX-hA-CBQ" firstAttribute="centerY" secondItem="NoK-Ak-Kl5" secondAttribute="centerY" id="Lpf-fd-F5A"/>
  279. <constraint firstItem="rPG-Kz-bDl" firstAttribute="leading" secondItem="Oaj-Ul-JPu" secondAttribute="trailing" constant="10" id="PCV-Vf-zfX"/>
  280. <constraint firstItem="9mX-hA-CBQ" firstAttribute="leading" secondItem="NoK-Ak-Kl5" secondAttribute="leading" constant="4" id="W0m-mL-0f6"/>
  281. <constraint firstAttribute="bottom" secondItem="DDA-fZ-AAT" secondAttribute="bottom" id="eIm-pJ-7u3"/>
  282. <constraint firstAttribute="trailing" secondItem="DDA-fZ-AAT" secondAttribute="trailing" id="enx-ql-jSo"/>
  283. <constraint firstItem="4NF-sx-d0a" firstAttribute="leading" secondItem="rPG-Kz-bDl" secondAttribute="trailing" constant="10" id="f6D-m6-WmR"/>
  284. <constraint firstItem="DDA-fZ-AAT" firstAttribute="leading" secondItem="rPG-Kz-bDl" secondAttribute="leading" id="f7R-XU-r7f"/>
  285. <constraint firstItem="Oaj-Ul-JPu" firstAttribute="centerY" secondItem="NoK-Ak-Kl5" secondAttribute="centerY" id="rik-wd-VjV"/>
  286. <constraint firstItem="4NF-sx-d0a" firstAttribute="centerY" secondItem="rPG-Kz-bDl" secondAttribute="centerY" id="vPu-Qf-jgr"/>
  287. <constraint firstItem="ede-IH-dLP" firstAttribute="centerY" secondItem="NoK-Ak-Kl5" secondAttribute="centerY" id="yaw-GE-c6e"/>
  288. </constraints>
  289. </tableViewCellContentView>
  290. <viewLayoutGuide key="safeArea" id="dbp-XZ-HvW"/>
  291. <connections>
  292. <outlet property="IsTopImgV" destination="4NF-sx-d0a" id="h2C-jI-XT5"/>
  293. <outlet property="cell1IconImgView" destination="Oaj-Ul-JPu" id="cCU-7U-9eV"/>
  294. <outlet property="cell1SelectButton" destination="9mX-hA-CBQ" id="v0Y-pl-hxG"/>
  295. <outlet property="cell1TitleLabel" destination="rPG-Kz-bDl" id="jec-nl-Wji"/>
  296. </connections>
  297. <point key="canvasLocation" x="131.8840579710145" y="435.60267857142856"/>
  298. </tableViewCell>
  299. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatNewRowCell20" id="zdJ-gs-FZO" customClass="ChatNewRowCell">
  300. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  301. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  302. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="zdJ-gs-FZO" id="7vt-K9-YBk">
  303. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  304. <autoresizingMask key="autoresizingMask"/>
  305. <subviews>
  306. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gxd-Bl-lsj">
  307. <rect key="frame" x="96" y="18" width="121.5" height="21"/>
  308. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  309. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  310. <nil key="highlightedColor"/>
  311. </label>
  312. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LzA-N4-rea">
  313. <rect key="frame" x="180" y="44" width="12" height="16"/>
  314. <constraints>
  315. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="rgs-uK-Lrf"/>
  316. </constraints>
  317. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  318. <color key="textColor" red="1" green="0.58431372549019611" blue="0.011764705882352941" alpha="1" colorSpace="calibratedRGB"/>
  319. <nil key="highlightedColor"/>
  320. </label>
  321. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="明天下午三点" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cZw-cs-hoI">
  322. <rect key="frame" x="96" y="44" width="80" height="16"/>
  323. <constraints>
  324. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="CXQ-if-ogI"/>
  325. </constraints>
  326. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  327. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  328. <nil key="highlightedColor"/>
  329. </label>
  330. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cCW-mv-9aT">
  331. <rect key="frame" x="96" y="75.5" width="224" height="0.5"/>
  332. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  333. <constraints>
  334. <constraint firstAttribute="height" constant="0.5" id="8Wb-Cc-Lj3"/>
  335. </constraints>
  336. </view>
  337. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6LG-Rc-m1R">
  338. <rect key="frame" x="4" y="19" width="38" height="38"/>
  339. <constraints>
  340. <constraint firstAttribute="height" constant="38" id="EuF-5J-lpm"/>
  341. <constraint firstAttribute="width" constant="38" id="FiA-JN-IQG"/>
  342. </constraints>
  343. <state key="normal" image="sendinfo_no"/>
  344. <state key="selected" image="sendinfo_yes"/>
  345. </button>
  346. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="MWo-lk-wUi">
  347. <rect key="frame" x="46" y="18" width="40" height="40"/>
  348. <constraints>
  349. <constraint firstAttribute="height" constant="40" id="hJO-9U-Zjv"/>
  350. <constraint firstAttribute="width" constant="40" id="hmN-qs-fh7"/>
  351. </constraints>
  352. <userDefinedRuntimeAttributes>
  353. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  354. <integer key="value" value="4"/>
  355. </userDefinedRuntimeAttribute>
  356. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  357. </userDefinedRuntimeAttributes>
  358. </imageView>
  359. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="1lI-SK-kcU">
  360. <rect key="frame" x="227.5" y="20.5" width="30" height="16"/>
  361. </imageView>
  362. </subviews>
  363. <constraints>
  364. <constraint firstItem="6LG-Rc-m1R" firstAttribute="centerY" secondItem="7vt-K9-YBk" secondAttribute="centerY" id="D9R-q8-L8v"/>
  365. <constraint firstItem="cCW-mv-9aT" firstAttribute="leading" secondItem="gxd-Bl-lsj" secondAttribute="leading" id="GvQ-oX-Vz9"/>
  366. <constraint firstItem="MWo-lk-wUi" firstAttribute="leading" secondItem="6LG-Rc-m1R" secondAttribute="trailing" constant="4" id="Pz2-E7-aKH"/>
  367. <constraint firstItem="gxd-Bl-lsj" firstAttribute="leading" secondItem="MWo-lk-wUi" secondAttribute="trailing" constant="10" id="UW1-Nx-VcX"/>
  368. <constraint firstItem="gxd-Bl-lsj" firstAttribute="top" secondItem="MWo-lk-wUi" secondAttribute="top" id="WWE-Y9-aHG"/>
  369. <constraint firstItem="6LG-Rc-m1R" firstAttribute="leading" secondItem="7vt-K9-YBk" secondAttribute="leading" constant="4" id="Ytc-en-ryI"/>
  370. <constraint firstItem="cZw-cs-hoI" firstAttribute="leading" secondItem="gxd-Bl-lsj" secondAttribute="leading" id="aHL-Pr-1Ti"/>
  371. <constraint firstAttribute="trailing" secondItem="cCW-mv-9aT" secondAttribute="trailing" id="b8h-YC-sQr"/>
  372. <constraint firstAttribute="bottom" secondItem="cCW-mv-9aT" secondAttribute="bottom" id="cyl-3g-Ryq"/>
  373. <constraint firstItem="LzA-N4-rea" firstAttribute="top" secondItem="cZw-cs-hoI" secondAttribute="top" id="djt-pG-3N9"/>
  374. <constraint firstItem="LzA-N4-rea" firstAttribute="bottom" secondItem="cZw-cs-hoI" secondAttribute="bottom" id="eVf-IQ-Kwt"/>
  375. <constraint firstItem="cZw-cs-hoI" firstAttribute="top" secondItem="gxd-Bl-lsj" secondAttribute="bottom" constant="5" id="mIG-ys-1FF"/>
  376. <constraint firstItem="MWo-lk-wUi" firstAttribute="centerY" secondItem="7vt-K9-YBk" secondAttribute="centerY" id="obm-41-bRK"/>
  377. <constraint firstItem="1lI-SK-kcU" firstAttribute="leading" secondItem="gxd-Bl-lsj" secondAttribute="trailing" constant="10" id="phZ-vc-qcw"/>
  378. <constraint firstItem="1lI-SK-kcU" firstAttribute="centerY" secondItem="gxd-Bl-lsj" secondAttribute="centerY" id="rbr-DU-GUI"/>
  379. <constraint firstItem="LzA-N4-rea" firstAttribute="leading" secondItem="cZw-cs-hoI" secondAttribute="trailing" constant="4" id="xe3-fG-g8Y"/>
  380. </constraints>
  381. </tableViewCellContentView>
  382. <viewLayoutGuide key="safeArea" id="Gvb-RA-KbY"/>
  383. <connections>
  384. <outlet property="IsTopImgV" destination="1lI-SK-kcU" id="4Qo-7g-ra0"/>
  385. <outlet property="cell2IntroLabel" destination="cZw-cs-hoI" id="Rgr-TJ-Kdi"/>
  386. <outlet property="cell2RedNumLabel" destination="LzA-N4-rea" id="qaa-iE-yYu"/>
  387. <outlet property="cell2SelectButton" destination="6LG-Rc-m1R" id="qW9-Hn-YFp"/>
  388. <outlet property="cell2TitleLabel" destination="gxd-Bl-lsj" id="M7b-hz-KPu"/>
  389. <outlet property="cell2UserImgView" destination="MWo-lk-wUi" id="eFd-fl-PH0"/>
  390. </connections>
  391. <point key="canvasLocation" x="131.8840579710145" y="517.63392857142856"/>
  392. </tableViewCell>
  393. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell30" id="de5-ET-kng" customClass="ChatNewRowCell">
  394. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  395. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  396. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="de5-ET-kng" id="eEG-qY-RS0">
  397. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  398. <autoresizingMask key="autoresizingMask"/>
  399. <subviews>
  400. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kCI-S9-G4H">
  401. <rect key="frame" x="15" y="10.5" width="290" height="29.5"/>
  402. <subviews>
  403. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="根目录" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TxI-eq-UCv">
  404. <rect key="frame" x="34" y="4" width="52" height="21"/>
  405. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  406. <color key="textColor" systemColor="linkColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  407. <nil key="highlightedColor"/>
  408. </label>
  409. </subviews>
  410. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  411. <constraints>
  412. <constraint firstItem="TxI-eq-UCv" firstAttribute="centerY" secondItem="kCI-S9-G4H" secondAttribute="centerY" id="HJl-w0-CJg"/>
  413. <constraint firstItem="TxI-eq-UCv" firstAttribute="leading" secondItem="kCI-S9-G4H" secondAttribute="leading" constant="34" id="TbD-UC-9TV"/>
  414. <constraint firstAttribute="height" constant="29.5" id="hZB-Qw-D0F"/>
  415. </constraints>
  416. </view>
  417. </subviews>
  418. <constraints>
  419. <constraint firstAttribute="trailing" secondItem="kCI-S9-G4H" secondAttribute="trailing" constant="15" id="Oin-Pz-z7S"/>
  420. <constraint firstItem="kCI-S9-G4H" firstAttribute="centerY" secondItem="eEG-qY-RS0" secondAttribute="centerY" id="aqU-al-dIy"/>
  421. <constraint firstItem="kCI-S9-G4H" firstAttribute="leading" secondItem="eEG-qY-RS0" secondAttribute="leading" constant="15" id="hJX-1Z-WGV"/>
  422. </constraints>
  423. </tableViewCellContentView>
  424. <viewLayoutGuide key="safeArea" id="175-FA-8AX"/>
  425. <connections>
  426. <outlet property="cell0SearchBgView" destination="kCI-S9-G4H" id="fCF-mL-V4u"/>
  427. </connections>
  428. <point key="canvasLocation" x="132" y="590"/>
  429. </tableViewCell>
  430. <tableViewCell multipleTouchEnabled="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatNewRowCell40" id="bL0-3K-dXl" customClass="ChatNewRowCell">
  431. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  432. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  433. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bL0-3K-dXl" id="FHf-nc-lDh">
  434. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  435. <autoresizingMask key="autoresizingMask"/>
  436. <subviews>
  437. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="fea-kV-FEJ">
  438. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  439. <constraints>
  440. <constraint firstAttribute="width" constant="41" id="4lB-N4-huU"/>
  441. <constraint firstAttribute="height" constant="35" id="kyX-ol-fyC"/>
  442. </constraints>
  443. </imageView>
  444. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="9mG-lB-IEE">
  445. <rect key="frame" x="298" y="28.5" width="7" height="12"/>
  446. </imageView>
  447. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ReS-sD-o0r">
  448. <rect key="frame" x="65.5" y="24" width="52" height="21"/>
  449. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  450. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  451. <nil key="highlightedColor"/>
  452. </label>
  453. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6kt-u6-eT1">
  454. <rect key="frame" x="241" y="27.5" width="52" height="14.5"/>
  455. <constraints>
  456. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="9vc-uJ-AC4"/>
  457. </constraints>
  458. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  459. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  460. <nil key="highlightedColor"/>
  461. </label>
  462. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1ms-oW-VMS">
  463. <rect key="frame" x="65.5" y="68.5" width="254.5" height="0.5"/>
  464. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  465. <constraints>
  466. <constraint firstAttribute="height" constant="0.5" id="duF-3f-iYa"/>
  467. </constraints>
  468. </view>
  469. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FyR-Wg-ZKs">
  470. <rect key="frame" x="160" y="0.0" width="160" height="68.5"/>
  471. </button>
  472. <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lnA-wY-GWp">
  473. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  474. <color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  475. </view>
  476. </subviews>
  477. <constraints>
  478. <constraint firstItem="6kt-u6-eT1" firstAttribute="centerY" secondItem="FHf-nc-lDh" secondAttribute="centerY" id="0dh-mN-EPE"/>
  479. <constraint firstItem="ReS-sD-o0r" firstAttribute="leading" secondItem="FHf-nc-lDh" secondAttribute="leading" constant="65.5" id="2b0-3h-s4l"/>
  480. <constraint firstAttribute="trailing" secondItem="lnA-wY-GWp" secondAttribute="trailing" id="8gG-WK-6Mf"/>
  481. <constraint firstItem="FyR-Wg-ZKs" firstAttribute="top" secondItem="FHf-nc-lDh" secondAttribute="top" id="DDY-2a-GQ8"/>
  482. <constraint firstItem="fea-kV-FEJ" firstAttribute="centerY" secondItem="FHf-nc-lDh" secondAttribute="centerY" id="G6g-Xy-yWQ"/>
  483. <constraint firstAttribute="trailing" secondItem="FyR-Wg-ZKs" secondAttribute="trailing" id="Hdu-5k-Bei"/>
  484. <constraint firstAttribute="trailing" secondItem="9mG-lB-IEE" secondAttribute="trailing" constant="15" id="IX7-la-c0p"/>
  485. <constraint firstItem="FyR-Wg-ZKs" firstAttribute="width" secondItem="FHf-nc-lDh" secondAttribute="width" multiplier="0.5" id="Jcf-Q1-kdb"/>
  486. <constraint firstItem="lnA-wY-GWp" firstAttribute="top" secondItem="FHf-nc-lDh" secondAttribute="top" id="Nyn-vj-4Wc"/>
  487. <constraint firstItem="1ms-oW-VMS" firstAttribute="leading" secondItem="ReS-sD-o0r" secondAttribute="leading" id="RD7-VL-p75"/>
  488. <constraint firstAttribute="trailing" secondItem="1ms-oW-VMS" secondAttribute="trailing" id="Vie-on-gFL"/>
  489. <constraint firstItem="fea-kV-FEJ" firstAttribute="leading" secondItem="FHf-nc-lDh" secondAttribute="leading" constant="16.5" id="ZVh-zs-Wec"/>
  490. <constraint firstItem="1ms-oW-VMS" firstAttribute="top" secondItem="FyR-Wg-ZKs" secondAttribute="bottom" id="bKF-bd-uFa"/>
  491. <constraint firstAttribute="bottom" secondItem="lnA-wY-GWp" secondAttribute="bottom" id="cfD-vs-JF3"/>
  492. <constraint firstItem="9mG-lB-IEE" firstAttribute="leading" secondItem="6kt-u6-eT1" secondAttribute="trailing" constant="5" id="eRX-y2-yau"/>
  493. <constraint firstItem="9mG-lB-IEE" firstAttribute="centerY" secondItem="FHf-nc-lDh" secondAttribute="centerY" id="qhR-WD-SfJ"/>
  494. <constraint firstItem="ReS-sD-o0r" firstAttribute="centerY" secondItem="fea-kV-FEJ" secondAttribute="centerY" id="qt6-EA-UhC"/>
  495. <constraint firstItem="lnA-wY-GWp" firstAttribute="leading" secondItem="FHf-nc-lDh" secondAttribute="leading" id="sH6-mg-1ov"/>
  496. <constraint firstAttribute="bottom" secondItem="1ms-oW-VMS" secondAttribute="bottom" id="xPZ-hf-yTr"/>
  497. </constraints>
  498. </tableViewCellContentView>
  499. <viewLayoutGuide key="safeArea" id="VBg-TZ-wzv"/>
  500. <connections>
  501. <outlet property="cell1IconImgView" destination="fea-kV-FEJ" id="Rne-7k-XCX"/>
  502. <outlet property="cell1TimeLabel" destination="6kt-u6-eT1" id="BsQ-RX-L45"/>
  503. <outlet property="cell1TitleLabel" destination="ReS-sD-o0r" id="RMP-vX-wdj"/>
  504. <outlet property="cellBlackVIew" destination="lnA-wY-GWp" id="kUg-Sy-mnL"/>
  505. <outlet property="rightButton" destination="FyR-Wg-ZKs" id="1X6-ej-qal"/>
  506. </connections>
  507. <point key="canvasLocation" x="132" y="1042"/>
  508. </tableViewCell>
  509. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatNewRowCell5" id="X14-KL-1fM" customClass="ChatNewRowCell">
  510. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  511. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  512. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="X14-KL-1fM" id="8dm-OK-jVd">
  513. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  514. <autoresizingMask key="autoresizingMask"/>
  515. <subviews>
  516. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="SLJ-3u-6zF">
  517. <rect key="frame" x="16.5" y="18" width="40" height="40"/>
  518. <constraints>
  519. <constraint firstAttribute="width" constant="40" id="i4H-0R-DWh"/>
  520. <constraint firstAttribute="height" constant="40" id="oGc-xJ-vhi"/>
  521. </constraints>
  522. <userDefinedRuntimeAttributes>
  523. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  524. <integer key="value" value="4"/>
  525. </userDefinedRuntimeAttribute>
  526. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  527. </userDefinedRuntimeAttributes>
  528. </imageView>
  529. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ich-dS-yff">
  530. <rect key="frame" x="64.5" y="28" width="121.5" height="20.5"/>
  531. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  532. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  533. <nil key="highlightedColor"/>
  534. </label>
  535. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="0" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="90n-dQ-PDx">
  536. <rect key="frame" x="284" y="33" width="10" height="10"/>
  537. <constraints>
  538. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="10" id="Zpi-gi-r8h"/>
  539. <constraint firstAttribute="height" constant="10" id="xzV-CM-NsI"/>
  540. </constraints>
  541. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  542. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  543. <nil key="highlightedColor"/>
  544. </label>
  545. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eSp-6g-gvv">
  546. <rect key="frame" x="64.5" y="75.5" width="255.5" height="0.5"/>
  547. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  548. <constraints>
  549. <constraint firstAttribute="height" constant="0.5" id="bbS-xM-1m4"/>
  550. </constraints>
  551. </view>
  552. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="SrA-0y-IU5">
  553. <rect key="frame" x="298" y="32" width="7" height="12"/>
  554. </imageView>
  555. </subviews>
  556. <constraints>
  557. <constraint firstItem="ich-dS-yff" firstAttribute="centerY" secondItem="SLJ-3u-6zF" secondAttribute="centerY" id="7Hv-dD-7Ti"/>
  558. <constraint firstAttribute="trailing" secondItem="eSp-6g-gvv" secondAttribute="trailing" id="DIW-PF-Kcb"/>
  559. <constraint firstItem="90n-dQ-PDx" firstAttribute="centerY" secondItem="8dm-OK-jVd" secondAttribute="centerY" id="U21-8O-57C"/>
  560. <constraint firstItem="SLJ-3u-6zF" firstAttribute="centerY" secondItem="8dm-OK-jVd" secondAttribute="centerY" id="X9H-G5-rRi"/>
  561. <constraint firstItem="eSp-6g-gvv" firstAttribute="leading" secondItem="ich-dS-yff" secondAttribute="leading" id="XAF-UR-7CI"/>
  562. <constraint firstItem="SLJ-3u-6zF" firstAttribute="leading" secondItem="8dm-OK-jVd" secondAttribute="leading" constant="16.5" id="efn-X7-anA"/>
  563. <constraint firstItem="SrA-0y-IU5" firstAttribute="leading" secondItem="90n-dQ-PDx" secondAttribute="trailing" constant="4" id="o3f-FU-KsE"/>
  564. <constraint firstAttribute="trailing" secondItem="SrA-0y-IU5" secondAttribute="trailing" constant="15" id="sT2-MU-bII"/>
  565. <constraint firstItem="ich-dS-yff" firstAttribute="leading" secondItem="SLJ-3u-6zF" secondAttribute="trailing" constant="8" id="snE-Z1-gQ5"/>
  566. <constraint firstAttribute="bottom" secondItem="eSp-6g-gvv" secondAttribute="bottom" id="t8s-Vr-J0n"/>
  567. <constraint firstItem="SrA-0y-IU5" firstAttribute="centerY" secondItem="8dm-OK-jVd" secondAttribute="centerY" id="ySp-tl-gjY"/>
  568. </constraints>
  569. </tableViewCellContentView>
  570. <viewLayoutGuide key="safeArea" id="6Kw-70-gUj"/>
  571. <connections>
  572. <outlet property="cell2TimeLabel" destination="90n-dQ-PDx" id="Pbc-5J-3RB"/>
  573. <outlet property="cell2TitleLabel" destination="ich-dS-yff" id="w5G-Up-ADA"/>
  574. <outlet property="cell2UserImgView" destination="SLJ-3u-6zF" id="qis-an-vgB"/>
  575. </connections>
  576. <point key="canvasLocation" x="131.8840579710145" y="671.65178571428567"/>
  577. </tableViewCell>
  578. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatNewRowCell50" id="KvW-hO-Zta" customClass="ChatNewRowCell">
  579. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  580. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  581. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KvW-hO-Zta" id="Ezy-Td-lvw">
  582. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  583. <autoresizingMask key="autoresizingMask"/>
  584. <subviews>
  585. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nSd-7L-rtW">
  586. <rect key="frame" x="96" y="27.5" width="121.5" height="21"/>
  587. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  588. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  589. <nil key="highlightedColor"/>
  590. </label>
  591. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dXH-kN-dGJ">
  592. <rect key="frame" x="96" y="75.5" width="224" height="0.5"/>
  593. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  594. <constraints>
  595. <constraint firstAttribute="height" constant="0.5" id="MKh-Y0-5uV"/>
  596. </constraints>
  597. </view>
  598. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="J7q-EP-O2t">
  599. <rect key="frame" x="4" y="19" width="38" height="38"/>
  600. <constraints>
  601. <constraint firstAttribute="width" constant="38" id="PeL-BU-WeP"/>
  602. <constraint firstAttribute="height" constant="38" id="bcw-Bo-qAr"/>
  603. </constraints>
  604. <state key="normal" image="sendinfo_no"/>
  605. <state key="selected" image="sendinfo_yes"/>
  606. </button>
  607. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="wgG-hL-vy2">
  608. <rect key="frame" x="46" y="18" width="40" height="40"/>
  609. <constraints>
  610. <constraint firstAttribute="width" constant="40" id="8vj-3R-MV5"/>
  611. <constraint firstAttribute="height" constant="40" id="FL6-QA-a9h"/>
  612. </constraints>
  613. <userDefinedRuntimeAttributes>
  614. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  615. <integer key="value" value="4"/>
  616. </userDefinedRuntimeAttribute>
  617. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  618. </userDefinedRuntimeAttributes>
  619. </imageView>
  620. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="FDX-ID-2oq">
  621. <rect key="frame" x="227.5" y="30" width="30" height="16"/>
  622. </imageView>
  623. </subviews>
  624. <constraints>
  625. <constraint firstAttribute="trailing" secondItem="dXH-kN-dGJ" secondAttribute="trailing" id="1YR-2J-jnk"/>
  626. <constraint firstItem="wgG-hL-vy2" firstAttribute="leading" secondItem="J7q-EP-O2t" secondAttribute="trailing" constant="4" id="1s2-m6-fOz"/>
  627. <constraint firstItem="dXH-kN-dGJ" firstAttribute="leading" secondItem="nSd-7L-rtW" secondAttribute="leading" id="4cZ-Gw-dNC"/>
  628. <constraint firstItem="J7q-EP-O2t" firstAttribute="leading" secondItem="Ezy-Td-lvw" secondAttribute="leading" constant="4" id="Ftb-us-lO4"/>
  629. <constraint firstAttribute="bottom" secondItem="dXH-kN-dGJ" secondAttribute="bottom" id="LeF-yK-43p"/>
  630. <constraint firstItem="FDX-ID-2oq" firstAttribute="centerY" secondItem="nSd-7L-rtW" secondAttribute="centerY" id="MyS-aT-rSs"/>
  631. <constraint firstItem="wgG-hL-vy2" firstAttribute="centerY" secondItem="Ezy-Td-lvw" secondAttribute="centerY" id="U2x-x8-GEs"/>
  632. <constraint firstItem="FDX-ID-2oq" firstAttribute="leading" secondItem="nSd-7L-rtW" secondAttribute="trailing" constant="10" id="exP-Ib-EDj"/>
  633. <constraint firstItem="nSd-7L-rtW" firstAttribute="leading" secondItem="wgG-hL-vy2" secondAttribute="trailing" constant="10" id="hZm-1s-KMx"/>
  634. <constraint firstItem="nSd-7L-rtW" firstAttribute="centerY" secondItem="wgG-hL-vy2" secondAttribute="centerY" id="tv7-Dh-NU9"/>
  635. <constraint firstItem="J7q-EP-O2t" firstAttribute="centerY" secondItem="Ezy-Td-lvw" secondAttribute="centerY" id="xkN-uX-kN2"/>
  636. </constraints>
  637. </tableViewCellContentView>
  638. <viewLayoutGuide key="safeArea" id="658-V0-uGs"/>
  639. <connections>
  640. <outlet property="IsTopImgV" destination="FDX-ID-2oq" id="uIc-pg-N28"/>
  641. <outlet property="cell2SelectButton" destination="J7q-EP-O2t" id="cWE-Jj-UB2"/>
  642. <outlet property="cell2TitleLabel" destination="nSd-7L-rtW" id="Vsw-S9-Lcl"/>
  643. <outlet property="cell2UserImgView" destination="wgG-hL-vy2" id="kyG-6z-poK"/>
  644. </connections>
  645. <point key="canvasLocation" x="132" y="768"/>
  646. </tableViewCell>
  647. </objects>
  648. <resources>
  649. <image name="chatmsg_list_testuser_img" width="45" height="45"/>
  650. <image name="chatmsg_rightArrow_icon" width="6.5" height="12"/>
  651. <image name="chatmsg_search_icon" width="12" height="12"/>
  652. <image name="find_1" width="37" height="32"/>
  653. <image name="sendinfo_no" width="38" height="38"/>
  654. <image name="sendinfo_yes" width="38" height="38"/>
  655. <image name="置顶" width="30" height="16"/>
  656. </resources>
  657. </document>