ChatMsgListCell.xib 50 KB

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