ChatMsgListCell.xib 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="ChatMsgListCell0" id="KGk-i7-Jjw" customClass="ChatMsgListCell">
  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="KGk-i7-Jjw" id="H2p-sc-9uM">
  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="DUI-Td-nrR">
  21. <rect key="frame" x="15" y="11" width="290" height="36"/>
  22. <subviews>
  23. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tOe-xt-d9Q">
  24. <rect key="frame" x="124.5" y="9.5" 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="YMV-Mt-7Z1">
  32. <rect key="frame" x="0.0" y="0.0" width="290" height="36"/>
  33. </button>
  34. </subviews>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <constraints>
  37. <constraint firstAttribute="trailing" secondItem="YMV-Mt-7Z1" secondAttribute="trailing" id="10n-lT-WcB"/>
  38. <constraint firstAttribute="bottom" secondItem="YMV-Mt-7Z1" secondAttribute="bottom" id="I2D-Oq-spF"/>
  39. <constraint firstAttribute="height" constant="36" id="maQ-fP-030"/>
  40. <constraint firstItem="YMV-Mt-7Z1" firstAttribute="leading" secondItem="DUI-Td-nrR" secondAttribute="leading" id="ouV-4z-C1t"/>
  41. <constraint firstItem="YMV-Mt-7Z1" firstAttribute="top" secondItem="DUI-Td-nrR" secondAttribute="top" id="teh-HX-Mlg"/>
  42. <constraint firstItem="tOe-xt-d9Q" firstAttribute="centerX" secondItem="DUI-Td-nrR" secondAttribute="centerX" id="uSm-Mm-pBt"/>
  43. <constraint firstItem="tOe-xt-d9Q" firstAttribute="centerY" secondItem="DUI-Td-nrR" secondAttribute="centerY" id="wW4-gQ-ziL"/>
  44. </constraints>
  45. </view>
  46. <view alpha="0.69999999999999996" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aUe-RB-LS0">
  47. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  48. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  49. </view>
  50. </subviews>
  51. <constraints>
  52. <constraint firstAttribute="trailing" secondItem="DUI-Td-nrR" secondAttribute="trailing" constant="15" id="3zW-E4-SvI"/>
  53. <constraint firstItem="aUe-RB-LS0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="AZC-oB-Ygl"/>
  54. <constraint firstAttribute="trailing" secondItem="aUe-RB-LS0" secondAttribute="trailing" id="DMg-YQ-YeH"/>
  55. <constraint firstAttribute="bottom" secondItem="DUI-Td-nrR" secondAttribute="bottom" constant="3" id="PzR-GH-vlD"/>
  56. <constraint firstItem="DUI-Td-nrR" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="lnQ-c7-6kk"/>
  57. <constraint firstAttribute="bottom" secondItem="aUe-RB-LS0" secondAttribute="bottom" id="v5y-Id-D3S"/>
  58. <constraint firstItem="aUe-RB-LS0" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="wzQ-gC-VoB"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  62. <connections>
  63. <outlet property="cell0MengCengView" destination="aUe-RB-LS0" id="Mz1-yw-Mpg"/>
  64. <outlet property="cell0SearchBgView" destination="DUI-Td-nrR" id="j4u-VL-Vmc"/>
  65. <outlet property="cell0SearchBtn" destination="YMV-Mt-7Z1" id="PTF-fd-MzA"/>
  66. </connections>
  67. <point key="canvasLocation" x="132" y="88"/>
  68. </tableViewCell>
  69. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell1" id="Kvw-lD-KLs" customClass="ChatMsgListCell">
  70. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  71. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  72. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Kvw-lD-KLs" id="dRh-Bp-163">
  73. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  74. <autoresizingMask key="autoresizingMask"/>
  75. <subviews>
  76. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0oD-Oi-ctz">
  77. <rect key="frame" x="0.0" y="0.0" width="320" height="79.5"/>
  78. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  79. </view>
  80. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="czq-5F-sql">
  81. <rect key="frame" x="0.0" y="79.5" width="320" height="0.5"/>
  82. <color key="backgroundColor" red="0.89803921568627454" green="0.89803921568627454" blue="0.89803921568627454" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
  83. <constraints>
  84. <constraint firstAttribute="height" constant="0.5" id="cNV-kX-0XX"/>
  85. </constraints>
  86. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  87. <nil key="textColor"/>
  88. <nil key="highlightedColor"/>
  89. </label>
  90. </subviews>
  91. <constraints>
  92. <constraint firstItem="czq-5F-sql" firstAttribute="leading" secondItem="dRh-Bp-163" secondAttribute="leading" id="9Eg-Nx-ayd"/>
  93. <constraint firstItem="0oD-Oi-ctz" firstAttribute="leading" secondItem="dRh-Bp-163" secondAttribute="leading" id="b27-K8-dK6"/>
  94. <constraint firstItem="0oD-Oi-ctz" firstAttribute="top" secondItem="dRh-Bp-163" secondAttribute="top" id="fUD-kt-S4U"/>
  95. <constraint firstItem="czq-5F-sql" firstAttribute="top" secondItem="0oD-Oi-ctz" secondAttribute="bottom" id="gt7-D6-PC8"/>
  96. <constraint firstAttribute="bottom" secondItem="czq-5F-sql" secondAttribute="bottom" id="ssb-ak-EbE"/>
  97. <constraint firstAttribute="trailing" secondItem="0oD-Oi-ctz" secondAttribute="trailing" id="szw-bw-5LF"/>
  98. <constraint firstAttribute="trailing" secondItem="czq-5F-sql" secondAttribute="trailing" id="zmp-ez-o28"/>
  99. </constraints>
  100. </tableViewCellContentView>
  101. <viewLayoutGuide key="safeArea" id="520-dZ-mlc"/>
  102. <connections>
  103. <outlet property="bottomL" destination="czq-5F-sql" id="Xxk-Hy-BHO"/>
  104. <outlet property="cell1ContentBgView" destination="0oD-Oi-ctz" id="lGo-81-8UC"/>
  105. </connections>
  106. <point key="canvasLocation" x="131.8840579710145" y="168.75"/>
  107. </tableViewCell>
  108. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell2" id="kGg-7T-U7m" customClass="ChatMsgListCell">
  109. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  110. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  111. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="kGg-7T-U7m" id="8Em-ak-KJt">
  112. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  113. <autoresizingMask key="autoresizingMask"/>
  114. <subviews>
  115. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="pIr-RR-aEj">
  116. <rect key="frame" x="16.5" y="18.5" width="40" height="32"/>
  117. <constraints>
  118. <constraint firstAttribute="width" constant="40" id="gOa-12-2S7"/>
  119. </constraints>
  120. </imageView>
  121. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WVz-kk-0ZT">
  122. <rect key="frame" x="51.5" y="13.5" width="10" height="10"/>
  123. <color key="backgroundColor" systemColor="systemRedColor" red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  124. <constraints>
  125. <constraint firstAttribute="height" constant="10" id="lSP-rD-shC"/>
  126. <constraint firstAttribute="width" constant="10" id="t3p-tK-nix"/>
  127. </constraints>
  128. <userDefinedRuntimeAttributes>
  129. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  130. <integer key="value" value="5"/>
  131. </userDefinedRuntimeAttribute>
  132. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  133. </userDefinedRuntimeAttributes>
  134. </view>
  135. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="54b-tj-Jef">
  136. <rect key="frame" x="66.5" y="24" width="52" height="21"/>
  137. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  138. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  139. <nil key="highlightedColor"/>
  140. </label>
  141. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gkW-9F-Trm">
  142. <rect key="frame" x="253" y="27.5" width="52" height="14.5"/>
  143. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  144. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  145. <nil key="highlightedColor"/>
  146. </label>
  147. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FDY-87-MWZ">
  148. <rect key="frame" x="0.0" y="68.5" width="320" height="0.5"/>
  149. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  150. <constraints>
  151. <constraint firstAttribute="height" constant="0.5" id="i8k-sB-FQL"/>
  152. </constraints>
  153. </view>
  154. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="kK7-QT-hJW">
  155. <rect key="frame" x="218" y="26.5" width="30" height="16"/>
  156. </imageView>
  157. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MBc-d1-Gg2">
  158. <rect key="frame" x="275" y="21" width="30" height="27"/>
  159. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  160. <state key="normal" title="进入">
  161. <color key="titleColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.82745098039215681" alpha="1" colorSpace="calibratedRGB"/>
  162. </state>
  163. </button>
  164. </subviews>
  165. <constraints>
  166. <constraint firstItem="kK7-QT-hJW" firstAttribute="centerY" secondItem="8Em-ak-KJt" secondAttribute="centerY" id="3DG-r9-KYq"/>
  167. <constraint firstItem="54b-tj-Jef" firstAttribute="leading" secondItem="pIr-RR-aEj" secondAttribute="trailing" constant="10" id="7vQ-7d-BoL"/>
  168. <constraint firstItem="pIr-RR-aEj" firstAttribute="centerY" secondItem="8Em-ak-KJt" secondAttribute="centerY" id="A0H-nm-jag"/>
  169. <constraint firstItem="54b-tj-Jef" firstAttribute="centerY" secondItem="pIr-RR-aEj" secondAttribute="centerY" id="C4J-rl-fs7"/>
  170. <constraint firstAttribute="trailing" secondItem="MBc-d1-Gg2" secondAttribute="trailing" constant="15" id="IdB-jb-Ldm"/>
  171. <constraint firstItem="pIr-RR-aEj" firstAttribute="leading" secondItem="8Em-ak-KJt" secondAttribute="leading" constant="16.5" id="WaP-pl-D1D"/>
  172. <constraint firstItem="MBc-d1-Gg2" firstAttribute="centerY" secondItem="8Em-ak-KJt" secondAttribute="centerY" id="XWs-d5-KC7"/>
  173. <constraint firstItem="FDY-87-MWZ" firstAttribute="leading" secondItem="8Em-ak-KJt" secondAttribute="leading" id="Z8S-yN-3Wv"/>
  174. <constraint firstAttribute="trailing" secondItem="gkW-9F-Trm" secondAttribute="trailing" constant="15" id="bd0-YV-9Iu"/>
  175. <constraint firstItem="gkW-9F-Trm" firstAttribute="leading" secondItem="kK7-QT-hJW" secondAttribute="trailing" constant="5" id="e1i-IP-Ff4"/>
  176. <constraint firstAttribute="trailing" secondItem="FDY-87-MWZ" secondAttribute="trailing" id="ftj-Up-bdm"/>
  177. <constraint firstItem="WVz-kk-0ZT" firstAttribute="leading" secondItem="pIr-RR-aEj" secondAttribute="trailing" constant="-5" id="iXv-zg-3Pk"/>
  178. <constraint firstAttribute="bottom" secondItem="FDY-87-MWZ" secondAttribute="bottom" id="n9q-U8-zvn"/>
  179. <constraint firstItem="gkW-9F-Trm" firstAttribute="centerY" secondItem="8Em-ak-KJt" secondAttribute="centerY" id="smn-HV-xVs"/>
  180. <constraint firstItem="WVz-kk-0ZT" firstAttribute="bottom" secondItem="pIr-RR-aEj" secondAttribute="top" constant="5" id="vkC-6Y-834"/>
  181. </constraints>
  182. </tableViewCellContentView>
  183. <viewLayoutGuide key="safeArea" id="nuM-GB-X2c"/>
  184. <connections>
  185. <outlet property="cell2IconImgView" destination="pIr-RR-aEj" id="y63-Wk-5DW"/>
  186. <outlet property="cell2RedBgView" destination="WVz-kk-0ZT" id="Jp6-na-wSy"/>
  187. <outlet property="cell2TimeLabel" destination="gkW-9F-Trm" id="oUg-cr-3zB"/>
  188. <outlet property="cell2TitleLabel" destination="54b-tj-Jef" id="vUg-ow-jOi"/>
  189. <outlet property="cell2isTop" destination="kK7-QT-hJW" id="Mfj-3z-c8F"/>
  190. <outlet property="enterBtn" destination="MBc-d1-Gg2" id="U65-ZV-6Ef"/>
  191. <outlet property="leftW" destination="7vQ-7d-BoL" id="b51-GZ-CiE"/>
  192. </connections>
  193. <point key="canvasLocation" x="132" y="260"/>
  194. </tableViewCell>
  195. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell3" id="mIG-BC-k84" customClass="ChatMsgListCell">
  196. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  197. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  198. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mIG-BC-k84" id="7nY-Vd-szn">
  199. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  200. <autoresizingMask key="autoresizingMask"/>
  201. <subviews>
  202. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="jW0-ag-kPY">
  203. <rect key="frame" x="16.5" y="18" width="40" height="40"/>
  204. <constraints>
  205. <constraint firstAttribute="width" constant="40" id="NJf-yw-PzU"/>
  206. <constraint firstAttribute="height" constant="40" id="fMJ-J5-4yd"/>
  207. </constraints>
  208. <userDefinedRuntimeAttributes>
  209. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  210. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  211. <integer key="value" value="4"/>
  212. </userDefinedRuntimeAttribute>
  213. </userDefinedRuntimeAttributes>
  214. </imageView>
  215. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cxc-O7-6da">
  216. <rect key="frame" x="48.5" y="10" width="16" height="16"/>
  217. <subviews>
  218. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iML-Jd-Srj">
  219. <rect key="frame" x="0.0" y="0.0" width="16" height="16"/>
  220. <constraints>
  221. <constraint firstAttribute="width" constant="16" id="96l-Qd-MZU"/>
  222. <constraint firstAttribute="height" constant="16" id="n7J-kd-Fcr"/>
  223. </constraints>
  224. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  225. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  226. <nil key="highlightedColor"/>
  227. </label>
  228. </subviews>
  229. <color key="backgroundColor" red="1" green="0.32156862745098036" blue="0.32156862745098036" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  230. <constraints>
  231. <constraint firstItem="iML-Jd-Srj" firstAttribute="centerX" secondItem="Cxc-O7-6da" secondAttribute="centerX" id="CDL-0A-tQf"/>
  232. <constraint firstAttribute="width" constant="16" id="F7C-sl-ULL"/>
  233. <constraint firstItem="iML-Jd-Srj" firstAttribute="centerY" secondItem="Cxc-O7-6da" secondAttribute="centerY" id="fMM-k2-5Bz"/>
  234. <constraint firstAttribute="height" constant="16" id="uEb-YF-0Ui"/>
  235. </constraints>
  236. </view>
  237. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bCT-0y-CKa">
  238. <rect key="frame" x="66.5" y="19.5" width="121.5" height="21"/>
  239. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  240. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  241. <nil key="highlightedColor"/>
  242. </label>
  243. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="09-14 14:57" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jzo-XK-20A">
  244. <rect key="frame" x="236" y="23" width="69" height="14.5"/>
  245. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  246. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  247. <nil key="highlightedColor"/>
  248. </label>
  249. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="c5Y-rm-Dy7">
  250. <rect key="frame" x="201" y="22" width="30" height="16"/>
  251. </imageView>
  252. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="明天下午三点,听涛会议室开会议,讨…" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hoJ-3m-RuZ">
  253. <rect key="frame" x="66.5" y="52" width="223.5" height="16"/>
  254. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  255. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  256. <nil key="highlightedColor"/>
  257. </label>
  258. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Rnh-I9-b2l">
  259. <rect key="frame" x="0.0" y="75.5" width="320" height="0.5"/>
  260. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  261. <constraints>
  262. <constraint firstAttribute="height" constant="0.5" id="cwZ-qZ-za7"/>
  263. </constraints>
  264. </view>
  265. <view alpha="0.69999998807907104" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e2X-c3-R1A">
  266. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  267. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  268. </view>
  269. </subviews>
  270. <constraints>
  271. <constraint firstAttribute="bottom" secondItem="Rnh-I9-b2l" secondAttribute="bottom" id="1hG-Wd-E8h"/>
  272. <constraint firstItem="e2X-c3-R1A" firstAttribute="leading" secondItem="7nY-Vd-szn" secondAttribute="leading" id="2S2-mh-L35"/>
  273. <constraint firstItem="hoJ-3m-RuZ" firstAttribute="leading" secondItem="bCT-0y-CKa" secondAttribute="leading" id="8wx-Fb-sIC"/>
  274. <constraint firstAttribute="trailing" secondItem="Jzo-XK-20A" secondAttribute="trailing" constant="15" id="A2h-h0-uT5"/>
  275. <constraint firstAttribute="trailing" secondItem="e2X-c3-R1A" secondAttribute="trailing" id="CWC-Nb-Su9"/>
  276. <constraint firstAttribute="trailing" secondItem="Rnh-I9-b2l" secondAttribute="trailing" id="Cjc-YE-4uI"/>
  277. <constraint firstAttribute="bottom" secondItem="e2X-c3-R1A" secondAttribute="bottom" id="EuX-Ux-rFc"/>
  278. <constraint firstItem="bCT-0y-CKa" firstAttribute="leading" secondItem="jW0-ag-kPY" secondAttribute="trailing" constant="10" id="Jao-a6-lNP"/>
  279. <constraint firstItem="Cxc-O7-6da" firstAttribute="trailing" secondItem="jW0-ag-kPY" secondAttribute="trailing" constant="8" id="Oj1-9Y-9oF"/>
  280. <constraint firstItem="jW0-ag-kPY" firstAttribute="leading" secondItem="7nY-Vd-szn" secondAttribute="leading" constant="16.5" id="SnO-qK-ka4"/>
  281. <constraint firstItem="Rnh-I9-b2l" firstAttribute="leading" secondItem="7nY-Vd-szn" secondAttribute="leading" id="WdV-n2-jyg"/>
  282. <constraint firstItem="Cxc-O7-6da" firstAttribute="top" secondItem="jW0-ag-kPY" secondAttribute="top" constant="-8" id="WzE-pP-mJ3"/>
  283. <constraint firstItem="Jzo-XK-20A" firstAttribute="leading" secondItem="c5Y-rm-Dy7" secondAttribute="trailing" constant="5" id="ZsN-Ov-kI9"/>
  284. <constraint firstItem="c5Y-rm-Dy7" firstAttribute="centerY" secondItem="Jzo-XK-20A" secondAttribute="centerY" id="aCM-Qm-LhS"/>
  285. <constraint firstAttribute="trailing" secondItem="hoJ-3m-RuZ" secondAttribute="trailing" constant="30" id="fJb-7J-HJ9"/>
  286. <constraint firstItem="Jzo-XK-20A" firstAttribute="centerY" secondItem="bCT-0y-CKa" secondAttribute="centerY" id="hZX-1R-9Om"/>
  287. <constraint firstItem="jW0-ag-kPY" firstAttribute="centerY" secondItem="7nY-Vd-szn" secondAttribute="centerY" id="i6l-kU-kWT"/>
  288. <constraint firstItem="e2X-c3-R1A" firstAttribute="top" secondItem="7nY-Vd-szn" secondAttribute="top" id="kab-gv-96E"/>
  289. <constraint firstItem="bCT-0y-CKa" firstAttribute="top" secondItem="jW0-ag-kPY" secondAttribute="top" constant="1.5" id="mYY-zg-bi1"/>
  290. <constraint firstItem="hoJ-3m-RuZ" firstAttribute="top" secondItem="bCT-0y-CKa" secondAttribute="bottom" constant="11.5" id="sHZ-U8-NRH"/>
  291. </constraints>
  292. </tableViewCellContentView>
  293. <viewLayoutGuide key="safeArea" id="YCn-Pw-JpG"/>
  294. <connections>
  295. <outlet property="IsTopView" destination="c5Y-rm-Dy7" id="SRy-ue-6an"/>
  296. <outlet property="cell3IntroLabel" destination="hoJ-3m-RuZ" id="f8T-Mu-vRq"/>
  297. <outlet property="cell3MengCengView" destination="e2X-c3-R1A" id="7vs-ZI-ELE"/>
  298. <outlet property="cell3RedBgView" destination="Cxc-O7-6da" id="t2G-38-Gex"/>
  299. <outlet property="cell3RedNumLabel" destination="iML-Jd-Srj" id="Rx9-KK-nu1"/>
  300. <outlet property="cell3TimeLabel" destination="Jzo-XK-20A" id="HZJ-7G-hdK"/>
  301. <outlet property="cell3TitleLabel" destination="bCT-0y-CKa" id="xWn-5g-xeH"/>
  302. <outlet property="cell3UserImgView" destination="jW0-ag-kPY" id="35U-Dz-squ"/>
  303. </connections>
  304. <point key="canvasLocation" x="131.8840579710145" y="346.875"/>
  305. </tableViewCell>
  306. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell4" id="8SX-En-zQ8" customClass="ChatMsgListCell">
  307. <rect key="frame" x="0.0" y="0.0" width="320" height="40"/>
  308. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  309. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8SX-En-zQ8" id="ed7-UV-YYI">
  310. <rect key="frame" x="0.0" y="0.0" width="320" height="40"/>
  311. <autoresizingMask key="autoresizingMask"/>
  312. <subviews>
  313. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x1i-Jc-ULB">
  314. <rect key="frame" x="0.0" y="0.0" width="320" height="40"/>
  315. <subviews>
  316. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="长按右侧三横,拖动可进行排序" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="THu-Km-6Gz">
  317. <rect key="frame" x="74" y="13" width="172" height="14.5"/>
  318. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  319. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  320. <nil key="highlightedColor"/>
  321. </label>
  322. </subviews>
  323. <color key="backgroundColor" red="0.94117647058823528" green="0.93725490196078431" blue="0.95686274509803915" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  324. <constraints>
  325. <constraint firstItem="THu-Km-6Gz" firstAttribute="centerX" secondItem="x1i-Jc-ULB" secondAttribute="centerX" id="ED4-dr-iP5"/>
  326. <constraint firstItem="THu-Km-6Gz" firstAttribute="centerY" secondItem="x1i-Jc-ULB" secondAttribute="centerY" id="UgL-GS-r5D"/>
  327. </constraints>
  328. </view>
  329. </subviews>
  330. <constraints>
  331. <constraint firstItem="x1i-Jc-ULB" firstAttribute="leading" secondItem="ed7-UV-YYI" secondAttribute="leading" id="CN4-OY-tAO"/>
  332. <constraint firstAttribute="bottom" secondItem="x1i-Jc-ULB" secondAttribute="bottom" id="Q0W-ul-96j"/>
  333. <constraint firstAttribute="trailing" secondItem="x1i-Jc-ULB" secondAttribute="trailing" id="bPd-Bh-Jy0"/>
  334. <constraint firstItem="x1i-Jc-ULB" firstAttribute="top" secondItem="ed7-UV-YYI" secondAttribute="top" id="z9R-Fd-Fds"/>
  335. </constraints>
  336. </tableViewCellContentView>
  337. <viewLayoutGuide key="safeArea" id="NjD-Am-5mJ"/>
  338. <point key="canvasLocation" x="132" y="428"/>
  339. </tableViewCell>
  340. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell5" id="1p0-w9-tIv" customClass="ChatMsgListCell">
  341. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  342. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  343. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="1p0-w9-tIv" id="bJ1-HN-fn2">
  344. <rect key="frame" x="0.0" y="0.0" width="320" height="76"/>
  345. <autoresizingMask key="autoresizingMask"/>
  346. <subviews>
  347. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="Ab5-vV-RRj">
  348. <rect key="frame" x="46" y="18" width="40" height="40"/>
  349. <constraints>
  350. <constraint firstAttribute="height" constant="40" id="Yym-3z-dq7"/>
  351. <constraint firstAttribute="width" constant="40" id="zQi-Sr-pQj"/>
  352. </constraints>
  353. <userDefinedRuntimeAttributes>
  354. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  355. <integer key="value" value="4"/>
  356. </userDefinedRuntimeAttribute>
  357. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  358. </userDefinedRuntimeAttributes>
  359. </imageView>
  360. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vxE-XA-Qol">
  361. <rect key="frame" x="78" y="10" width="16" height="16"/>
  362. <subviews>
  363. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AAp-Dj-RkA">
  364. <rect key="frame" x="0.0" y="0.0" width="16" height="16"/>
  365. <constraints>
  366. <constraint firstAttribute="height" constant="16" id="Myw-hs-iqe"/>
  367. <constraint firstAttribute="width" constant="16" id="qlA-wo-9ql"/>
  368. </constraints>
  369. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  370. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  371. <nil key="highlightedColor"/>
  372. </label>
  373. </subviews>
  374. <color key="backgroundColor" red="1" green="0.32156862749999998" blue="0.32156862749999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  375. <constraints>
  376. <constraint firstAttribute="height" constant="16" id="7GH-gz-pxi"/>
  377. <constraint firstAttribute="width" constant="16" id="Hyy-1s-Tme"/>
  378. <constraint firstItem="AAp-Dj-RkA" firstAttribute="centerY" secondItem="vxE-XA-Qol" secondAttribute="centerY" id="bmg-9z-mYf"/>
  379. <constraint firstItem="AAp-Dj-RkA" firstAttribute="centerX" secondItem="vxE-XA-Qol" secondAttribute="centerX" id="f3P-6d-R1A"/>
  380. </constraints>
  381. </view>
  382. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oZL-eo-ieU">
  383. <rect key="frame" x="96" y="19.5" width="121.5" height="20.5"/>
  384. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  385. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  386. <nil key="highlightedColor"/>
  387. </label>
  388. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="253" verticalHuggingPriority="251" horizontalCompressionResistancePriority="752" text="09-14 14:57" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gYZ-JF-yiQ">
  389. <rect key="frame" x="236" y="22.5" width="69" height="14.5"/>
  390. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  391. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  392. <nil key="highlightedColor"/>
  393. </label>
  394. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="明天下午三点,听涛会议室开会议,讨…" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yuI-Zo-6PZ">
  395. <rect key="frame" x="96" y="52" width="194" height="12"/>
  396. <constraints>
  397. <constraint firstAttribute="height" constant="12" id="ZR6-dE-Se2"/>
  398. </constraints>
  399. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  400. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  401. <nil key="highlightedColor"/>
  402. </label>
  403. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qLr-oy-7Ad">
  404. <rect key="frame" x="0.0" y="75.5" width="320" height="0.5"/>
  405. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  406. <constraints>
  407. <constraint firstAttribute="height" constant="0.5" id="xap-Ar-aZc"/>
  408. </constraints>
  409. </view>
  410. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NAG-vW-MHp">
  411. <rect key="frame" x="4" y="19" width="38" height="38"/>
  412. <constraints>
  413. <constraint firstAttribute="height" constant="38" id="66l-f2-rxX"/>
  414. <constraint firstAttribute="width" constant="38" id="v2R-yf-1lp"/>
  415. </constraints>
  416. <state key="normal" image="sendinfo_no"/>
  417. <state key="selected" image="sendinfo_yes"/>
  418. </button>
  419. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="4PE-Pf-Ky1">
  420. <rect key="frame" x="201" y="22" width="30" height="16"/>
  421. </imageView>
  422. </subviews>
  423. <constraints>
  424. <constraint firstItem="NAG-vW-MHp" firstAttribute="leading" secondItem="bJ1-HN-fn2" secondAttribute="leading" constant="4" id="1Kg-xX-yxk"/>
  425. <constraint firstItem="gYZ-JF-yiQ" firstAttribute="leading" secondItem="4PE-Pf-Ky1" secondAttribute="trailing" constant="5" id="7BX-KG-gwD"/>
  426. <constraint firstItem="qLr-oy-7Ad" firstAttribute="leading" secondItem="bJ1-HN-fn2" secondAttribute="leading" id="7Qz-Iw-SGQ"/>
  427. <constraint firstItem="yuI-Zo-6PZ" firstAttribute="top" secondItem="oZL-eo-ieU" secondAttribute="bottom" constant="12" id="Biu-Rk-VcR"/>
  428. <constraint firstAttribute="trailing" secondItem="yuI-Zo-6PZ" secondAttribute="trailing" constant="30" id="Bp9-ni-mlC"/>
  429. <constraint firstAttribute="bottom" secondItem="qLr-oy-7Ad" secondAttribute="bottom" id="MLw-Fa-hq1"/>
  430. <constraint firstItem="oZL-eo-ieU" firstAttribute="top" secondItem="Ab5-vV-RRj" secondAttribute="top" constant="1.5" id="Mwn-uo-kx9"/>
  431. <constraint firstItem="vxE-XA-Qol" firstAttribute="trailing" secondItem="Ab5-vV-RRj" secondAttribute="trailing" constant="8" id="O71-No-bfz"/>
  432. <constraint firstItem="Ab5-vV-RRj" firstAttribute="leading" secondItem="NAG-vW-MHp" secondAttribute="trailing" constant="4" id="O7M-z5-M1K"/>
  433. <constraint firstItem="NAG-vW-MHp" firstAttribute="centerY" secondItem="bJ1-HN-fn2" secondAttribute="centerY" id="S9A-lj-OSQ"/>
  434. <constraint firstAttribute="trailing" secondItem="gYZ-JF-yiQ" secondAttribute="trailing" constant="15" id="V2V-Le-IfW"/>
  435. <constraint firstItem="oZL-eo-ieU" firstAttribute="leading" secondItem="Ab5-vV-RRj" secondAttribute="trailing" constant="10" id="X8Z-tz-mCk"/>
  436. <constraint firstItem="4PE-Pf-Ky1" firstAttribute="centerY" secondItem="gYZ-JF-yiQ" secondAttribute="centerY" id="YJc-zg-6lY"/>
  437. <constraint firstItem="gYZ-JF-yiQ" firstAttribute="centerY" secondItem="oZL-eo-ieU" secondAttribute="centerY" id="iWk-dg-6ne"/>
  438. <constraint firstItem="Ab5-vV-RRj" firstAttribute="centerY" secondItem="bJ1-HN-fn2" secondAttribute="centerY" id="imA-Z1-0MV"/>
  439. <constraint firstAttribute="trailing" secondItem="qLr-oy-7Ad" secondAttribute="trailing" id="ptI-y1-fDg"/>
  440. <constraint firstItem="vxE-XA-Qol" firstAttribute="top" secondItem="Ab5-vV-RRj" secondAttribute="top" constant="-8" id="qPq-aX-eHV"/>
  441. <constraint firstItem="yuI-Zo-6PZ" firstAttribute="leading" secondItem="oZL-eo-ieU" secondAttribute="leading" id="sHz-mU-mFp"/>
  442. </constraints>
  443. </tableViewCellContentView>
  444. <viewLayoutGuide key="safeArea" id="DaH-Gg-y0q"/>
  445. <connections>
  446. <outlet property="IsTopView" destination="4PE-Pf-Ky1" id="JEV-Pv-gXE"/>
  447. <outlet property="cell5IntroLabel" destination="yuI-Zo-6PZ" id="IfS-Cp-hV9"/>
  448. <outlet property="cell5RedBgView" destination="vxE-XA-Qol" id="kcT-dC-LlK"/>
  449. <outlet property="cell5RedNumLabel" destination="AAp-Dj-RkA" id="ffI-pF-vja"/>
  450. <outlet property="cell5SelectBtn" destination="NAG-vW-MHp" id="2bU-Lm-63y"/>
  451. <outlet property="cell5TimeLabel" destination="gYZ-JF-yiQ" id="VoV-cK-Uw2"/>
  452. <outlet property="cell5TitleLabel" destination="oZL-eo-ieU" id="UUN-lu-1jZ"/>
  453. <outlet property="cell5UserImgView" destination="Ab5-vV-RRj" id="D74-gb-3o6"/>
  454. </connections>
  455. <point key="canvasLocation" x="131.8840579710145" y="501.5625"/>
  456. </tableViewCell>
  457. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgListCell6" id="DXy-ao-yC6" customClass="ChatMsgListCell">
  458. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  459. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  460. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="DXy-ao-yC6" id="yJU-KW-a5F">
  461. <rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
  462. <autoresizingMask key="autoresizingMask"/>
  463. <subviews>
  464. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YJf-tf-FVo">
  465. <rect key="frame" x="4" y="15.5" width="38" height="38"/>
  466. <constraints>
  467. <constraint firstAttribute="height" constant="38" id="KAp-AT-NtA"/>
  468. <constraint firstAttribute="width" constant="38" id="MSN-vB-ugQ"/>
  469. </constraints>
  470. <state key="normal" image="sendinfo_no"/>
  471. <state key="selected" image="sendinfo_yes"/>
  472. </button>
  473. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="fkl-RX-pmv">
  474. <rect key="frame" x="46" y="18.5" width="40" height="32"/>
  475. <constraints>
  476. <constraint firstAttribute="width" constant="40" id="2AK-Xm-nOX"/>
  477. </constraints>
  478. </imageView>
  479. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="vgG-mD-kiR">
  480. <rect key="frame" x="298" y="28.5" width="7" height="12"/>
  481. </imageView>
  482. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uv7-Xf-zfL">
  483. <rect key="frame" x="241" y="27.5" width="52" height="14.5"/>
  484. <constraints>
  485. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="EqL-lo-uyQ"/>
  486. </constraints>
  487. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  488. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  489. <nil key="highlightedColor"/>
  490. </label>
  491. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fAS-Vv-lqo">
  492. <rect key="frame" x="96" y="68.5" width="224" height="0.5"/>
  493. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  494. <constraints>
  495. <constraint firstAttribute="height" constant="0.5" id="XhG-Im-a4D"/>
  496. </constraints>
  497. </view>
  498. <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="B7M-TT-xEF">
  499. <rect key="frame" x="96" y="24.5" width="96.5" height="20.5"/>
  500. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  501. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  502. <nil key="highlightedColor"/>
  503. </label>
  504. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="Fk0-3Q-kq9">
  505. <rect key="frame" x="206" y="26.5" width="30" height="16"/>
  506. </imageView>
  507. </subviews>
  508. <constraints>
  509. <constraint firstItem="YJf-tf-FVo" firstAttribute="leading" secondItem="yJU-KW-a5F" secondAttribute="leading" constant="4" id="0cx-a2-gSv"/>
  510. <constraint firstItem="B7M-TT-xEF" firstAttribute="centerY" secondItem="fkl-RX-pmv" secondAttribute="centerY" id="EdB-8z-uWf"/>
  511. <constraint firstItem="YJf-tf-FVo" firstAttribute="centerY" secondItem="yJU-KW-a5F" secondAttribute="centerY" id="Iyc-ZF-5Xl"/>
  512. <constraint firstItem="fkl-RX-pmv" firstAttribute="centerY" secondItem="yJU-KW-a5F" secondAttribute="centerY" id="N8Y-xR-1rU"/>
  513. <constraint firstItem="Fk0-3Q-kq9" firstAttribute="centerY" secondItem="yJU-KW-a5F" secondAttribute="centerY" id="PJb-Tp-mxh"/>
  514. <constraint firstItem="vgG-mD-kiR" firstAttribute="leading" secondItem="uv7-Xf-zfL" secondAttribute="trailing" constant="5" id="Qe7-zy-a21"/>
  515. <constraint firstItem="fkl-RX-pmv" firstAttribute="leading" secondItem="YJf-tf-FVo" secondAttribute="trailing" constant="4" id="RmG-tC-bB4"/>
  516. <constraint firstItem="B7M-TT-xEF" firstAttribute="width" secondItem="yJU-KW-a5F" secondAttribute="width" multiplier="0.3" constant="0.29999999999999999" id="Ub1-jU-HK8"/>
  517. <constraint firstAttribute="trailing" secondItem="fAS-Vv-lqo" secondAttribute="trailing" id="Xk9-xo-C6K"/>
  518. <constraint firstItem="vgG-mD-kiR" firstAttribute="centerY" secondItem="yJU-KW-a5F" secondAttribute="centerY" id="aEd-aN-5Oc"/>
  519. <constraint firstItem="uv7-Xf-zfL" firstAttribute="leading" secondItem="Fk0-3Q-kq9" secondAttribute="trailing" constant="5" id="bFL-Gv-535"/>
  520. <constraint firstItem="uv7-Xf-zfL" firstAttribute="centerY" secondItem="yJU-KW-a5F" secondAttribute="centerY" id="cQK-vj-rft"/>
  521. <constraint firstItem="fAS-Vv-lqo" firstAttribute="leading" secondItem="B7M-TT-xEF" secondAttribute="leading" id="fXQ-Zt-7JK"/>
  522. <constraint firstItem="B7M-TT-xEF" firstAttribute="leading" secondItem="fkl-RX-pmv" secondAttribute="trailing" constant="10" id="gLR-Q2-W5c"/>
  523. <constraint firstAttribute="bottom" secondItem="fAS-Vv-lqo" secondAttribute="bottom" id="l1G-tq-VUe"/>
  524. <constraint firstAttribute="trailing" secondItem="vgG-mD-kiR" secondAttribute="trailing" constant="15" id="nsn-dE-XUz"/>
  525. </constraints>
  526. </tableViewCellContentView>
  527. <viewLayoutGuide key="safeArea" id="4dO-ji-EcO"/>
  528. <connections>
  529. <outlet property="IsTopView" destination="Fk0-3Q-kq9" id="SIm-Qm-Bbj"/>
  530. <outlet property="cell2RightArrowImgView" destination="vgG-mD-kiR" id="BOV-v5-A7X"/>
  531. <outlet property="cell2TimeLabel" destination="uv7-Xf-zfL" id="LUr-57-Ias"/>
  532. <outlet property="cell2TitleLabel" destination="B7M-TT-xEF" id="PM1-6x-JaK"/>
  533. <outlet property="cell6SelectBtn" destination="YJf-tf-FVo" id="HAA-Gh-A4N"/>
  534. <outlet property="leftW" destination="gLR-Q2-W5c" id="IgN-7Y-JaT"/>
  535. </connections>
  536. <point key="canvasLocation" x="131.8840579710145" y="608.37053571428567"/>
  537. </tableViewCell>
  538. </objects>
  539. <resources>
  540. <image name="chatmsg_list_testuser_img" width="45" height="45"/>
  541. <image name="chatmsg_rightArrow_icon" width="6.5" height="12"/>
  542. <image name="chatmsg_search_icon" width="12" height="12"/>
  543. <image name="find_1" width="37" height="32"/>
  544. <image name="sendinfo_no" width="38" height="38"/>
  545. <image name="sendinfo_yes" width="38" height="38"/>
  546. <image name="置顶" width="30" height="16"/>
  547. </resources>
  548. </document>