ChatMsgNoticeCell.xib 78 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" 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="17125"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell0" id="MUk-ld-Gv3" customClass="ChatMsgNoticeCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="MUk-ld-Gv3" id="N9W-Yc-8aK">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6tu-ia-Yg9">
  22. <rect key="frame" x="15" y="10.5" width="290" height="29.5"/>
  23. <subviews>
  24. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pOD-0b-OwV">
  25. <rect key="frame" x="124.5" y="6" width="41" height="17"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  27. <inset key="imageEdgeInsets" minX="-6.5" minY="0.0" maxX="0.0" maxY="0.0"/>
  28. <state key="normal" title="搜索" image="chatmsg_search_icon">
  29. <color key="titleColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  30. </state>
  31. </button>
  32. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dWq-On-7Mj">
  33. <rect key="frame" x="0.0" y="0.0" width="290" height="29.5"/>
  34. </button>
  35. </subviews>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstAttribute="bottom" secondItem="dWq-On-7Mj" secondAttribute="bottom" id="G5H-bZ-bap"/>
  39. <constraint firstAttribute="trailing" secondItem="dWq-On-7Mj" secondAttribute="trailing" id="JUg-89-I9n"/>
  40. <constraint firstAttribute="height" constant="29.5" id="XjA-gM-Tkq"/>
  41. <constraint firstItem="dWq-On-7Mj" firstAttribute="leading" secondItem="6tu-ia-Yg9" secondAttribute="leading" id="YSX-0n-gGv"/>
  42. <constraint firstItem="pOD-0b-OwV" firstAttribute="centerX" secondItem="6tu-ia-Yg9" secondAttribute="centerX" id="ZK8-fU-uqd"/>
  43. <constraint firstItem="pOD-0b-OwV" firstAttribute="centerY" secondItem="6tu-ia-Yg9" secondAttribute="centerY" id="dbY-ot-uTP"/>
  44. <constraint firstItem="dWq-On-7Mj" firstAttribute="top" secondItem="6tu-ia-Yg9" secondAttribute="top" id="xbn-m4-NWa"/>
  45. </constraints>
  46. </view>
  47. </subviews>
  48. <constraints>
  49. <constraint firstAttribute="trailing" secondItem="6tu-ia-Yg9" secondAttribute="trailing" constant="15" id="6Aa-sg-N7K"/>
  50. <constraint firstItem="6tu-ia-Yg9" firstAttribute="leading" secondItem="N9W-Yc-8aK" secondAttribute="leading" constant="15" id="YyZ-u1-ePc"/>
  51. <constraint firstItem="6tu-ia-Yg9" firstAttribute="centerY" secondItem="N9W-Yc-8aK" secondAttribute="centerY" id="fxs-nU-qRJ"/>
  52. </constraints>
  53. </tableViewCellContentView>
  54. <viewLayoutGuide key="safeArea" id="l55-5V-AnX"/>
  55. <connections>
  56. <outlet property="cell0SearchBgView" destination="6tu-ia-Yg9" id="tbL-1W-zDS"/>
  57. <outlet property="cell0SearchBtn" destination="dWq-On-7Mj" id="EzS-pC-9ES"/>
  58. <outlet property="rightImageView" destination="fgk-QS-xjW" id="VzY-O7-l1j"/>
  59. </connections>
  60. <point key="canvasLocation" x="132" y="136"/>
  61. </tableViewCell>
  62. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell1" id="X18-AX-axa" customClass="ChatMsgNoticeCell">
  63. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  64. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  65. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="X18-AX-axa" id="8fN-NE-9xY">
  66. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  67. <autoresizingMask key="autoresizingMask"/>
  68. <subviews>
  69. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="wQr-kt-m1i">
  70. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  71. <constraints>
  72. <constraint firstAttribute="height" constant="35" id="SL4-56-vLm"/>
  73. <constraint firstAttribute="width" constant="41" id="nE6-uu-8hh"/>
  74. </constraints>
  75. </imageView>
  76. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="KlS-Le-0K6">
  77. <rect key="frame" x="353" y="28.5" width="7" height="12"/>
  78. </imageView>
  79. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HqA-QP-krJ">
  80. <rect key="frame" x="65.5" y="23" width="58.5" height="23"/>
  81. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  82. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  83. <nil key="highlightedColor"/>
  84. </label>
  85. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F5q-Vh-AqU">
  86. <rect key="frame" x="296" y="27.5" width="52" height="14.5"/>
  87. <constraints>
  88. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="sfY-hz-1cR"/>
  89. </constraints>
  90. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  91. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  92. <nil key="highlightedColor"/>
  93. </label>
  94. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="v3I-Rz-McA">
  95. <rect key="frame" x="65.5" y="68.5" width="309.5" height="0.5"/>
  96. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. <constraints>
  98. <constraint firstAttribute="height" constant="0.5" id="NfS-nb-DQ0"/>
  99. </constraints>
  100. </view>
  101. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="F5k-P5-Mmp">
  102. <rect key="frame" x="134" y="26.5" width="30" height="16"/>
  103. </imageView>
  104. </subviews>
  105. <constraints>
  106. <constraint firstItem="F5k-P5-Mmp" firstAttribute="centerY" secondItem="HqA-QP-krJ" secondAttribute="centerY" id="60E-9j-Vao"/>
  107. <constraint firstItem="F5q-Vh-AqU" firstAttribute="centerY" secondItem="8fN-NE-9xY" secondAttribute="centerY" id="GkS-BG-Yfs"/>
  108. <constraint firstItem="wQr-kt-m1i" firstAttribute="centerY" secondItem="8fN-NE-9xY" secondAttribute="centerY" id="Mvk-kj-Lez"/>
  109. <constraint firstItem="KlS-Le-0K6" firstAttribute="centerY" secondItem="8fN-NE-9xY" secondAttribute="centerY" id="PvM-BI-j5k"/>
  110. <constraint firstAttribute="trailing" secondItem="v3I-Rz-McA" secondAttribute="trailing" id="Quk-Ty-WBG"/>
  111. <constraint firstItem="v3I-Rz-McA" firstAttribute="top" secondItem="wQr-kt-m1i" secondAttribute="bottom" constant="16.5" id="TZF-LY-uYI"/>
  112. <constraint firstAttribute="trailing" secondItem="KlS-Le-0K6" secondAttribute="trailing" constant="15" id="Ud8-5r-Wxl"/>
  113. <constraint firstItem="KlS-Le-0K6" firstAttribute="leading" secondItem="F5q-Vh-AqU" secondAttribute="trailing" constant="5" id="Vid-Jh-Ia1"/>
  114. <constraint firstItem="wQr-kt-m1i" firstAttribute="top" secondItem="8fN-NE-9xY" secondAttribute="top" constant="17" id="Wee-Ce-CJG"/>
  115. <constraint firstAttribute="bottom" secondItem="v3I-Rz-McA" secondAttribute="bottom" id="dFh-B7-6ea"/>
  116. <constraint firstItem="HqA-QP-krJ" firstAttribute="leading" secondItem="8fN-NE-9xY" secondAttribute="leading" constant="65.5" id="fiY-7i-mgr"/>
  117. <constraint firstItem="F5k-P5-Mmp" firstAttribute="leading" secondItem="HqA-QP-krJ" secondAttribute="trailing" constant="10" id="tHX-P7-Cw9"/>
  118. <constraint firstItem="HqA-QP-krJ" firstAttribute="centerY" secondItem="wQr-kt-m1i" secondAttribute="centerY" id="uVr-Yo-TlJ"/>
  119. <constraint firstItem="v3I-Rz-McA" firstAttribute="leading" secondItem="HqA-QP-krJ" secondAttribute="leading" id="y6S-NL-tAW"/>
  120. <constraint firstItem="wQr-kt-m1i" firstAttribute="leading" secondItem="8fN-NE-9xY" secondAttribute="leading" constant="16.5" id="zpi-cJ-YUl"/>
  121. </constraints>
  122. </tableViewCellContentView>
  123. <viewLayoutGuide key="safeArea" id="LwA-kU-Fy0"/>
  124. <connections>
  125. <outlet property="IsTopImgV" destination="F5k-P5-Mmp" id="v6q-xe-ogr"/>
  126. <outlet property="cell1IconImgView" destination="wQr-kt-m1i" id="v2Z-8N-lbW"/>
  127. <outlet property="cell1TimeLabel" destination="F5q-Vh-AqU" id="OgM-tF-229"/>
  128. <outlet property="cell1TitleLabel" destination="HqA-QP-krJ" id="EzK-x6-jAL"/>
  129. </connections>
  130. <point key="canvasLocation" x="131.8840579710145" y="258.81696428571428"/>
  131. </tableViewCell>
  132. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell2" id="ffI-kD-e4l" customClass="ChatMsgNoticeCell">
  133. <rect key="frame" x="0.0" y="0.0" width="375" height="76"/>
  134. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  135. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ffI-kD-e4l" id="I2f-nD-4rb">
  136. <rect key="frame" x="0.0" y="0.0" width="375" height="76"/>
  137. <autoresizingMask key="autoresizingMask"/>
  138. <subviews>
  139. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="T3D-Ha-UrF">
  140. <rect key="frame" x="16.5" y="18" width="40" height="40"/>
  141. <constraints>
  142. <constraint firstAttribute="height" constant="40" id="JK7-L2-77c"/>
  143. <constraint firstAttribute="width" constant="40" id="XmR-rb-R9X"/>
  144. </constraints>
  145. </imageView>
  146. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oKP-A7-wkO">
  147. <rect key="frame" x="50.5" y="14" width="10" height="10"/>
  148. <color key="backgroundColor" red="1" green="0.32156862749999998" blue="0.32156862749999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  149. <constraints>
  150. <constraint firstAttribute="width" constant="10" id="VRK-2N-530"/>
  151. <constraint firstAttribute="height" constant="10" id="g66-B7-fK7"/>
  152. </constraints>
  153. </view>
  154. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="出版传媒策划部" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jiq-BD-Pe6">
  155. <rect key="frame" x="65" y="17" width="136" height="20.5"/>
  156. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  157. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  158. <nil key="highlightedColor"/>
  159. </label>
  160. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="09-14 14:57" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bC4-yw-AgH">
  161. <rect key="frame" x="291" y="31" width="69" height="14.5"/>
  162. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  163. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  164. <nil key="highlightedColor"/>
  165. </label>
  166. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="250" text="明天下午三点" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iCa-Eb-DBA">
  167. <rect key="frame" x="65" y="42.5" width="80" height="16"/>
  168. <constraints>
  169. <constraint firstAttribute="height" constant="16" id="Zmy-6r-CM9"/>
  170. </constraints>
  171. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  172. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  173. <nil key="highlightedColor"/>
  174. </label>
  175. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w9k-SR-rqO">
  176. <rect key="frame" x="65" y="75.5" width="310" height="0.5"/>
  177. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  178. <constraints>
  179. <constraint firstAttribute="height" constant="0.5" id="27b-oh-6Ga"/>
  180. </constraints>
  181. </view>
  182. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="已读:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="REY-E2-Ceq">
  183. <rect key="frame" x="150" y="42.5" width="30.5" height="16"/>
  184. <constraints>
  185. <constraint firstAttribute="height" constant="16" id="qOl-Hk-z5n"/>
  186. </constraints>
  187. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  188. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  189. <nil key="highlightedColor"/>
  190. </label>
  191. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="trailing" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iMM-zG-IQm">
  192. <rect key="frame" x="329" y="23" width="31" height="30"/>
  193. <state key="normal" title="编辑">
  194. <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  195. </state>
  196. </button>
  197. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="e3t-zb-PXt">
  198. <rect key="frame" x="211" y="19.5" width="30" height="16"/>
  199. </imageView>
  200. </subviews>
  201. <constraints>
  202. <constraint firstItem="e3t-zb-PXt" firstAttribute="leading" secondItem="Jiq-BD-Pe6" secondAttribute="trailing" constant="10" id="EXH-94-BBP"/>
  203. <constraint firstAttribute="trailing" secondItem="iMM-zG-IQm" secondAttribute="trailing" constant="15" id="FaX-Cz-2oH"/>
  204. <constraint firstItem="Jiq-BD-Pe6" firstAttribute="leading" secondItem="I2f-nD-4rb" secondAttribute="leading" constant="65" id="GK6-Iw-79a"/>
  205. <constraint firstItem="bC4-yw-AgH" firstAttribute="centerY" secondItem="I2f-nD-4rb" secondAttribute="centerY" id="HAc-Ca-UoR"/>
  206. <constraint firstItem="REY-E2-Ceq" firstAttribute="centerY" secondItem="iCa-Eb-DBA" secondAttribute="centerY" id="LWw-w1-FaG"/>
  207. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Jiq-BD-Pe6" secondAttribute="trailing" constant="130" id="MWL-RR-y1c"/>
  208. <constraint firstItem="iMM-zG-IQm" firstAttribute="centerY" secondItem="I2f-nD-4rb" secondAttribute="centerY" id="OdD-gv-s7M"/>
  209. <constraint firstAttribute="bottom" secondItem="w9k-SR-rqO" secondAttribute="bottom" id="QVx-5J-yJj"/>
  210. <constraint firstItem="T3D-Ha-UrF" firstAttribute="leading" secondItem="I2f-nD-4rb" secondAttribute="leading" constant="16.5" id="Qjb-bn-rRD"/>
  211. <constraint firstAttribute="trailing" secondItem="iMM-zG-IQm" secondAttribute="trailing" constant="15" id="YAj-qW-Jjc"/>
  212. <constraint firstItem="iCa-Eb-DBA" firstAttribute="top" secondItem="Jiq-BD-Pe6" secondAttribute="bottom" constant="5" id="dFn-uS-sni"/>
  213. <constraint firstItem="e3t-zb-PXt" firstAttribute="centerY" secondItem="Jiq-BD-Pe6" secondAttribute="centerY" id="dOw-nu-h6a"/>
  214. <constraint firstItem="oKP-A7-wkO" firstAttribute="top" secondItem="T3D-Ha-UrF" secondAttribute="top" constant="-4" id="dRF-U0-7J8"/>
  215. <constraint firstItem="REY-E2-Ceq" firstAttribute="top" secondItem="Jiq-BD-Pe6" secondAttribute="bottom" constant="5" id="dqx-xw-xjc"/>
  216. <constraint firstItem="Jiq-BD-Pe6" firstAttribute="top" secondItem="I2f-nD-4rb" secondAttribute="top" constant="17" id="e67-s6-xm3"/>
  217. <constraint firstItem="iMM-zG-IQm" firstAttribute="centerY" secondItem="I2f-nD-4rb" secondAttribute="centerY" id="eYB-SZ-XpD"/>
  218. <constraint firstItem="T3D-Ha-UrF" firstAttribute="centerY" secondItem="I2f-nD-4rb" secondAttribute="centerY" id="fWd-k8-6Y4"/>
  219. <constraint firstItem="iCa-Eb-DBA" firstAttribute="leading" secondItem="T3D-Ha-UrF" secondAttribute="trailing" constant="8.5" id="lOS-IX-5Mc"/>
  220. <constraint firstAttribute="trailing" secondItem="bC4-yw-AgH" secondAttribute="trailing" constant="15" id="mO2-ct-LPP"/>
  221. <constraint firstItem="w9k-SR-rqO" firstAttribute="leading" secondItem="Jiq-BD-Pe6" secondAttribute="leading" id="mVQ-PH-pdg"/>
  222. <constraint firstItem="REY-E2-Ceq" firstAttribute="leading" secondItem="iCa-Eb-DBA" secondAttribute="trailing" constant="5" id="ngK-8q-PYj"/>
  223. <constraint firstItem="w9k-SR-rqO" firstAttribute="top" secondItem="iCa-Eb-DBA" secondAttribute="bottom" constant="17" id="nrk-Uq-AlV"/>
  224. <constraint firstAttribute="trailing" secondItem="w9k-SR-rqO" secondAttribute="trailing" id="veG-jR-XdU"/>
  225. <constraint firstItem="oKP-A7-wkO" firstAttribute="trailing" secondItem="T3D-Ha-UrF" secondAttribute="trailing" constant="4" id="zMG-GL-rNY"/>
  226. </constraints>
  227. </tableViewCellContentView>
  228. <viewLayoutGuide key="safeArea" id="7di-v8-S8p"/>
  229. <connections>
  230. <outlet property="IsTopImgV" destination="e3t-zb-PXt" id="e6Q-Ms-Ya3"/>
  231. <outlet property="cell2EditBtn" destination="iMM-zG-IQm" id="cRQ-KJ-c85"/>
  232. <outlet property="cell2IntroLabel" destination="iCa-Eb-DBA" id="nHZ-8S-Br4"/>
  233. <outlet property="cell2RedBgView" destination="oKP-A7-wkO" id="ecS-n7-3bL"/>
  234. <outlet property="cell2TimeLabel" destination="bC4-yw-AgH" id="hD2-7y-cIZ"/>
  235. <outlet property="cell2TitleLabel" destination="Jiq-BD-Pe6" id="xg0-Wz-ttK"/>
  236. <outlet property="cell2UnReadNumberLbl" destination="REY-E2-Ceq" id="k9b-ec-jEA"/>
  237. <outlet property="cell2UserImgView" destination="T3D-Ha-UrF" id="SC1-1t-TwB"/>
  238. <outlet property="topConstant" destination="MWL-RR-y1c" id="3a0-6d-PoH"/>
  239. </connections>
  240. <point key="canvasLocation" x="131.15942028985509" y="346.875"/>
  241. </tableViewCell>
  242. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell10" id="3mM-Qh-WjH" customClass="ChatMsgNoticeCell">
  243. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  244. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  245. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3mM-Qh-WjH" id="eeA-oz-O1d">
  246. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  247. <autoresizingMask key="autoresizingMask"/>
  248. <subviews>
  249. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xod-JK-vw5">
  250. <rect key="frame" x="4" y="15.5" width="38" height="38"/>
  251. <constraints>
  252. <constraint firstAttribute="width" constant="38" id="PNb-xi-JNE"/>
  253. <constraint firstAttribute="height" constant="38" id="zfz-k8-FaY"/>
  254. </constraints>
  255. <state key="normal" image="sendinfo_no"/>
  256. <state key="selected" image="sendinfo_yes"/>
  257. </button>
  258. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="R5f-G0-aHs">
  259. <rect key="frame" x="46" y="17" width="41" height="35"/>
  260. <constraints>
  261. <constraint firstAttribute="height" constant="35" id="911-r6-gP7"/>
  262. <constraint firstAttribute="width" constant="41" id="Pok-b3-WrA"/>
  263. </constraints>
  264. </imageView>
  265. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="253" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="ErY-SH-rCm">
  266. <rect key="frame" x="353" y="28.5" width="7" height="12"/>
  267. </imageView>
  268. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nmN-Lb-csU">
  269. <rect key="frame" x="296" y="27.5" width="52" height="14.5"/>
  270. <constraints>
  271. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="9b5-BF-e83"/>
  272. </constraints>
  273. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  274. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  275. <nil key="highlightedColor"/>
  276. </label>
  277. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hTt-Xw-w4M">
  278. <rect key="frame" x="97" y="68.5" width="278" height="0.5"/>
  279. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  280. <constraints>
  281. <constraint firstAttribute="height" constant="0.5" id="JBv-9m-MSB"/>
  282. </constraints>
  283. </view>
  284. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="11W-3q-fjU">
  285. <rect key="frame" x="97" y="23" width="58.5" height="23"/>
  286. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  287. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  288. <nil key="highlightedColor"/>
  289. </label>
  290. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="X1V-pz-VAJ">
  291. <rect key="frame" x="323" y="20.5" width="30" height="28"/>
  292. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  293. <state key="normal" title="进入"/>
  294. </button>
  295. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="zAz-Rv-sGc">
  296. <rect key="frame" x="165.5" y="26.5" width="30" height="16"/>
  297. </imageView>
  298. </subviews>
  299. <constraints>
  300. <constraint firstItem="ErY-SH-rCm" firstAttribute="centerY" secondItem="eeA-oz-O1d" secondAttribute="centerY" id="1z0-jj-UeQ"/>
  301. <constraint firstItem="xod-JK-vw5" firstAttribute="centerY" secondItem="eeA-oz-O1d" secondAttribute="centerY" id="2b0-u6-qgp"/>
  302. <constraint firstItem="11W-3q-fjU" firstAttribute="leading" secondItem="R5f-G0-aHs" secondAttribute="trailing" constant="10" id="5Ci-gm-Ej2"/>
  303. <constraint firstItem="11W-3q-fjU" firstAttribute="centerY" secondItem="R5f-G0-aHs" secondAttribute="centerY" id="75f-7t-mu2"/>
  304. <constraint firstItem="hTt-Xw-w4M" firstAttribute="top" secondItem="R5f-G0-aHs" secondAttribute="bottom" constant="16.5" id="B63-VU-Zet"/>
  305. <constraint firstItem="ErY-SH-rCm" firstAttribute="leading" secondItem="nmN-Lb-csU" secondAttribute="trailing" constant="5" id="CiM-kx-VaR"/>
  306. <constraint firstItem="hTt-Xw-w4M" firstAttribute="leading" secondItem="11W-3q-fjU" secondAttribute="leading" id="E6G-u1-paZ"/>
  307. <constraint firstItem="nmN-Lb-csU" firstAttribute="centerY" secondItem="eeA-oz-O1d" secondAttribute="centerY" id="LHv-th-rPR"/>
  308. <constraint firstItem="R5f-G0-aHs" firstAttribute="centerY" secondItem="eeA-oz-O1d" secondAttribute="centerY" id="MLA-ne-jhY"/>
  309. <constraint firstItem="ErY-SH-rCm" firstAttribute="leading" secondItem="X1V-pz-VAJ" secondAttribute="trailing" id="MuF-0E-ZKy"/>
  310. <constraint firstItem="zAz-Rv-sGc" firstAttribute="centerY" secondItem="11W-3q-fjU" secondAttribute="centerY" id="UMf-Gt-PxO"/>
  311. <constraint firstAttribute="trailing" secondItem="ErY-SH-rCm" secondAttribute="trailing" constant="15" id="VBj-u5-Q7y"/>
  312. <constraint firstItem="zAz-Rv-sGc" firstAttribute="leading" secondItem="11W-3q-fjU" secondAttribute="trailing" constant="10" id="Wb0-ik-nyt"/>
  313. <constraint firstItem="X1V-pz-VAJ" firstAttribute="centerY" secondItem="eeA-oz-O1d" secondAttribute="centerY" id="cWJ-Ol-qOm"/>
  314. <constraint firstAttribute="bottom" secondItem="hTt-Xw-w4M" secondAttribute="bottom" id="eSN-gw-tPw"/>
  315. <constraint firstItem="R5f-G0-aHs" firstAttribute="top" secondItem="eeA-oz-O1d" secondAttribute="top" constant="17" id="ixK-eJ-BtG"/>
  316. <constraint firstAttribute="trailing" secondItem="hTt-Xw-w4M" secondAttribute="trailing" id="jFx-sq-r2b"/>
  317. <constraint firstItem="R5f-G0-aHs" firstAttribute="leading" secondItem="xod-JK-vw5" secondAttribute="trailing" constant="4" id="kXj-6Q-nzF"/>
  318. <constraint firstItem="xod-JK-vw5" firstAttribute="leading" secondItem="eeA-oz-O1d" secondAttribute="leading" constant="4" id="phR-3f-oLu"/>
  319. <constraint firstItem="nmN-Lb-csU" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="zAz-Rv-sGc" secondAttribute="trailing" constant="5" id="prY-VQ-53e"/>
  320. </constraints>
  321. </tableViewCellContentView>
  322. <viewLayoutGuide key="safeArea" id="t72-xP-7fC"/>
  323. <connections>
  324. <outlet property="IsTopImgV" destination="zAz-Rv-sGc" id="WvD-ZJ-zGK"/>
  325. <outlet property="cell1IconImgView" destination="R5f-G0-aHs" id="7ha-i2-zRt"/>
  326. <outlet property="cell1SelectButton" destination="xod-JK-vw5" id="3Mr-US-4eI"/>
  327. <outlet property="cell1TimeLabel" destination="nmN-Lb-csU" id="3ES-cF-tnU"/>
  328. <outlet property="cell1TitleLabel" destination="11W-3q-fjU" id="Hts-4k-fyL"/>
  329. <outlet property="enterBtn" destination="X1V-pz-VAJ" id="UKB-6u-BAB"/>
  330. <outlet property="rightImageView" destination="ErY-SH-rCm" id="Tx4-VF-d1w"/>
  331. </connections>
  332. <point key="canvasLocation" x="131.8840579710145" y="435.60267857142856"/>
  333. </tableViewCell>
  334. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell20" id="Qlx-RX-aSb" customClass="ChatMsgNoticeCell">
  335. <rect key="frame" x="0.0" y="0.0" width="375" height="76"/>
  336. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  337. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Qlx-RX-aSb" id="Fha-89-BO0">
  338. <rect key="frame" x="0.0" y="0.0" width="375" height="76"/>
  339. <autoresizingMask key="autoresizingMask"/>
  340. <subviews>
  341. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="749" text="出版传媒策划部" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NcS-EB-rQc">
  342. <rect key="frame" x="94" y="17" width="136" height="20.5"/>
  343. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  344. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  345. <nil key="highlightedColor"/>
  346. </label>
  347. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="1000" verticalHuggingPriority="251" text="09-14 14:57" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8jj-El-Qda">
  348. <rect key="frame" x="291" y="31" width="69" height="14.5"/>
  349. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  350. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  351. <nil key="highlightedColor"/>
  352. </label>
  353. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="明天下午三点" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EqM-Ja-9Yo">
  354. <rect key="frame" x="94" y="42.5" width="80" height="16"/>
  355. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  356. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  357. <nil key="highlightedColor"/>
  358. </label>
  359. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="已读:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zHi-Yh-qDU">
  360. <rect key="frame" x="179" y="42.5" width="30.5" height="16"/>
  361. <constraints>
  362. <constraint firstAttribute="height" constant="16" id="iqm-61-q3g"/>
  363. </constraints>
  364. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  365. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  366. <nil key="highlightedColor"/>
  367. </label>
  368. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XQR-mR-rKf">
  369. <rect key="frame" x="94" y="75.5" width="281" height="0.5"/>
  370. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  371. <constraints>
  372. <constraint firstAttribute="height" constant="0.5" id="8Mz-nu-E2w"/>
  373. </constraints>
  374. </view>
  375. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8bj-mF-0FL">
  376. <rect key="frame" x="329" y="23" width="31" height="30"/>
  377. <state key="normal" title="编辑">
  378. <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  379. </state>
  380. </button>
  381. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Q9R-w5-Vbw">
  382. <rect key="frame" x="4" y="19" width="38" height="38"/>
  383. <constraints>
  384. <constraint firstAttribute="height" constant="38" id="0vN-AK-EGk"/>
  385. <constraint firstAttribute="width" constant="38" id="tcF-Hh-Uee"/>
  386. </constraints>
  387. <state key="normal" image="sendinfo_no"/>
  388. <state key="selected" image="sendinfo_yes"/>
  389. </button>
  390. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_list_testuser_img" translatesAutoresizingMaskIntoConstraints="NO" id="1hb-QE-1ga">
  391. <rect key="frame" x="46" y="18" width="40" height="40"/>
  392. <constraints>
  393. <constraint firstAttribute="height" constant="40" id="59x-DE-Txn"/>
  394. <constraint firstAttribute="width" constant="40" id="61N-Qs-wYm"/>
  395. </constraints>
  396. </imageView>
  397. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SNb-48-j10">
  398. <rect key="frame" x="80" y="14" width="10" height="10"/>
  399. <color key="backgroundColor" red="1" green="0.32156862749999998" blue="0.32156862749999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  400. <constraints>
  401. <constraint firstAttribute="width" constant="10" id="RtE-uB-8Qw"/>
  402. <constraint firstAttribute="height" constant="10" id="vrQ-as-QyG"/>
  403. </constraints>
  404. </view>
  405. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="Xvo-Ai-EU5">
  406. <rect key="frame" x="240" y="19.5" width="30" height="16"/>
  407. </imageView>
  408. </subviews>
  409. <constraints>
  410. <constraint firstItem="EqM-Ja-9Yo" firstAttribute="top" secondItem="NcS-EB-rQc" secondAttribute="bottom" constant="5" id="3jH-z3-YVQ"/>
  411. <constraint firstItem="Q9R-w5-Vbw" firstAttribute="leading" secondItem="Fha-89-BO0" secondAttribute="leading" constant="4" id="562-GH-hAi"/>
  412. <constraint firstItem="XQR-mR-rKf" firstAttribute="leading" secondItem="NcS-EB-rQc" secondAttribute="leading" id="8aW-6f-aRj"/>
  413. <constraint firstItem="1hb-QE-1ga" firstAttribute="leading" secondItem="Q9R-w5-Vbw" secondAttribute="trailing" constant="4" id="A2F-OK-zig"/>
  414. <constraint firstItem="zHi-Yh-qDU" firstAttribute="centerY" secondItem="EqM-Ja-9Yo" secondAttribute="centerY" id="BnE-cY-FaN"/>
  415. <constraint firstItem="SNb-48-j10" firstAttribute="trailing" secondItem="1hb-QE-1ga" secondAttribute="trailing" constant="4" id="Idw-GV-fg0"/>
  416. <constraint firstItem="XQR-mR-rKf" firstAttribute="top" secondItem="EqM-Ja-9Yo" secondAttribute="bottom" constant="17" id="MvW-bP-Rl5"/>
  417. <constraint firstAttribute="trailing" secondItem="XQR-mR-rKf" secondAttribute="trailing" id="N5w-7f-7cP"/>
  418. <constraint firstItem="8bj-mF-0FL" firstAttribute="centerY" secondItem="Fha-89-BO0" secondAttribute="centerY" id="NIj-aw-yUW"/>
  419. <constraint firstItem="Q9R-w5-Vbw" firstAttribute="centerY" secondItem="Fha-89-BO0" secondAttribute="centerY" id="NmZ-iP-hvv"/>
  420. <constraint firstItem="SNb-48-j10" firstAttribute="top" secondItem="1hb-QE-1ga" secondAttribute="top" constant="-4" id="Oa6-Oi-TUF"/>
  421. <constraint firstItem="Xvo-Ai-EU5" firstAttribute="centerY" secondItem="NcS-EB-rQc" secondAttribute="centerY" id="aZL-Oa-Psa"/>
  422. <constraint firstItem="zHi-Yh-qDU" firstAttribute="leading" secondItem="EqM-Ja-9Yo" secondAttribute="trailing" constant="5" id="avp-Dd-Bgo"/>
  423. <constraint firstItem="EqM-Ja-9Yo" firstAttribute="leading" secondItem="NcS-EB-rQc" secondAttribute="leading" id="azD-GT-J8v"/>
  424. <constraint firstAttribute="trailing" secondItem="8bj-mF-0FL" secondAttribute="trailing" constant="15" id="dr7-Io-vSp"/>
  425. <constraint firstItem="Xvo-Ai-EU5" firstAttribute="leading" secondItem="NcS-EB-rQc" secondAttribute="trailing" constant="10" id="kcQ-fq-mRR"/>
  426. <constraint firstItem="8jj-El-Qda" firstAttribute="centerY" secondItem="Fha-89-BO0" secondAttribute="centerY" id="sCG-pY-7Mv"/>
  427. <constraint firstItem="NcS-EB-rQc" firstAttribute="leading" secondItem="SNb-48-j10" secondAttribute="trailing" constant="4" id="tEJ-Ha-fg5"/>
  428. <constraint firstAttribute="bottom" secondItem="XQR-mR-rKf" secondAttribute="bottom" id="tLB-ko-WAd"/>
  429. <constraint firstItem="1hb-QE-1ga" firstAttribute="centerY" secondItem="Fha-89-BO0" secondAttribute="centerY" id="ulb-p8-erL"/>
  430. <constraint firstAttribute="trailing" secondItem="8jj-El-Qda" secondAttribute="trailing" constant="15" id="vBZ-j8-UJa"/>
  431. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="NcS-EB-rQc" secondAttribute="trailing" constant="130" id="xWG-9e-Pog"/>
  432. <constraint firstItem="NcS-EB-rQc" firstAttribute="top" secondItem="Fha-89-BO0" secondAttribute="top" constant="17" id="zrC-jW-ssH"/>
  433. </constraints>
  434. </tableViewCellContentView>
  435. <viewLayoutGuide key="safeArea" id="9nd-OD-Ed3"/>
  436. <connections>
  437. <outlet property="IsTopImgV" destination="Xvo-Ai-EU5" id="apw-tQ-e5d"/>
  438. <outlet property="cell1SelectButton" destination="Q9R-w5-Vbw" id="xEo-PT-tey"/>
  439. <outlet property="cell2EditBtn" destination="8bj-mF-0FL" id="U9x-Lj-UV1"/>
  440. <outlet property="cell2IntroLabel" destination="EqM-Ja-9Yo" id="LPo-NE-Mrd"/>
  441. <outlet property="cell2RedBgView" destination="SNb-48-j10" id="yU7-zH-AmX"/>
  442. <outlet property="cell2TimeLabel" destination="8jj-El-Qda" id="D9f-ed-VOM"/>
  443. <outlet property="cell2TitleLabel" destination="NcS-EB-rQc" id="0Qz-eM-FBe"/>
  444. <outlet property="cell2UnReadNumberLbl" destination="zHi-Yh-qDU" id="Yny-6J-57A"/>
  445. <outlet property="cell2UserImgView" destination="1hb-QE-1ga" id="p1C-y2-VWg"/>
  446. <outlet property="topConstant" destination="xWG-9e-Pog" id="h6t-8v-4Vc"/>
  447. </connections>
  448. <point key="canvasLocation" x="131.8840579710145" y="517.63392857142856"/>
  449. </tableViewCell>
  450. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell30" id="ISO-tt-GTE" customClass="ChatMsgNoticeCell">
  451. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  452. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  453. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ISO-tt-GTE" id="xIL-tD-laE">
  454. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  455. <autoresizingMask key="autoresizingMask"/>
  456. <subviews>
  457. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vIw-B9-0IR">
  458. <rect key="frame" x="15" y="10.5" width="345" height="29.5"/>
  459. <subviews>
  460. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="根目录" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZES-qq-CpT">
  461. <rect key="frame" x="1.5" y="3" width="58.5" height="23"/>
  462. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  463. <color key="textColor" systemColor="linkColor"/>
  464. <nil key="highlightedColor"/>
  465. </label>
  466. </subviews>
  467. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  468. <constraints>
  469. <constraint firstAttribute="height" constant="29.5" id="McC-VZ-Mn3"/>
  470. <constraint firstItem="ZES-qq-CpT" firstAttribute="centerY" secondItem="vIw-B9-0IR" secondAttribute="centerY" id="drX-Xo-fDt"/>
  471. <constraint firstItem="ZES-qq-CpT" firstAttribute="leading" secondItem="vIw-B9-0IR" secondAttribute="leading" constant="1.5" id="xEm-V3-6u1"/>
  472. </constraints>
  473. </view>
  474. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Huw-ty-aqD">
  475. <rect key="frame" x="0.0" y="49.5" width="375" height="0.5"/>
  476. <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  477. <constraints>
  478. <constraint firstAttribute="height" constant="0.5" id="cT5-o7-9Ux"/>
  479. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="0.5" id="h9Z-VM-miw"/>
  480. </constraints>
  481. </view>
  482. </subviews>
  483. <constraints>
  484. <constraint firstItem="vIw-B9-0IR" firstAttribute="centerY" secondItem="xIL-tD-laE" secondAttribute="centerY" id="NSe-C8-h81"/>
  485. <constraint firstItem="Huw-ty-aqD" firstAttribute="leading" secondItem="xIL-tD-laE" secondAttribute="leading" id="Z27-P5-S0j"/>
  486. <constraint firstItem="vIw-B9-0IR" firstAttribute="leading" secondItem="xIL-tD-laE" secondAttribute="leading" constant="15" id="ft5-Br-dLP"/>
  487. <constraint firstAttribute="trailing" secondItem="vIw-B9-0IR" secondAttribute="trailing" constant="15" id="gbY-LH-NSR"/>
  488. <constraint firstAttribute="trailing" secondItem="Huw-ty-aqD" secondAttribute="trailing" id="s7R-hT-neo"/>
  489. <constraint firstAttribute="bottom" secondItem="Huw-ty-aqD" secondAttribute="bottom" id="ulZ-FO-dfc"/>
  490. </constraints>
  491. </tableViewCellContentView>
  492. <viewLayoutGuide key="safeArea" id="ZIp-zY-IzO"/>
  493. <connections>
  494. <outlet property="cell0SearchBgView" destination="vIw-B9-0IR" id="1tR-Cq-nta"/>
  495. </connections>
  496. <point key="canvasLocation" x="131.8840579710145" y="589.95535714285711"/>
  497. </tableViewCell>
  498. <tableViewCell multipleTouchEnabled="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell40" id="08H-K4-bVb" userLabel="ChatMsgNoticeCell40" customClass="ChatMsgNoticeCell">
  499. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  500. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  501. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="08H-K4-bVb" id="NkN-3m-HEK">
  502. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  503. <autoresizingMask key="autoresizingMask"/>
  504. <subviews>
  505. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="HsQ-ia-rRh">
  506. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  507. <constraints>
  508. <constraint firstAttribute="height" constant="35" id="R1J-wT-4s9"/>
  509. <constraint firstAttribute="width" constant="41" id="tYc-Iw-CHv"/>
  510. </constraints>
  511. </imageView>
  512. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="fgk-QS-xjW">
  513. <rect key="frame" x="353" y="28.5" width="7" height="12"/>
  514. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  515. </imageView>
  516. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OzE-0H-cb3">
  517. <rect key="frame" x="65.5" y="14" width="58.5" height="21"/>
  518. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  519. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  520. <nil key="highlightedColor"/>
  521. </label>
  522. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vt5-r2-ZJA">
  523. <rect key="frame" x="292" y="26.5" width="56" height="16"/>
  524. <constraints>
  525. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="ZpO-vc-sCS"/>
  526. </constraints>
  527. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  528. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  529. <nil key="highlightedColor"/>
  530. </label>
  531. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IWt-jb-vU7">
  532. <rect key="frame" x="65.5" y="68.5" width="309.5" height="0.5"/>
  533. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  534. <constraints>
  535. <constraint firstAttribute="height" constant="0.5" id="dSd-JV-VPb"/>
  536. </constraints>
  537. </view>
  538. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bhA-wS-cVs">
  539. <rect key="frame" x="323" y="20.5" width="30" height="28"/>
  540. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  541. <state key="normal" title="进入">
  542. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  543. </state>
  544. </button>
  545. <view alpha="0.0" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dZb-E4-IiO">
  546. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  547. <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  548. </view>
  549. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="私有" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hE6-8j-uCs">
  550. <rect key="frame" x="65" y="43" width="230" height="13"/>
  551. <constraints>
  552. <constraint firstAttribute="height" constant="13" id="YdQ-4X-3lA"/>
  553. </constraints>
  554. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  555. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  556. <nil key="highlightedColor"/>
  557. </label>
  558. </subviews>
  559. <constraints>
  560. <constraint firstItem="OzE-0H-cb3" firstAttribute="leading" secondItem="NkN-3m-HEK" secondAttribute="leading" constant="65.5" id="0GS-Vm-hVS"/>
  561. <constraint firstItem="dZb-E4-IiO" firstAttribute="top" secondItem="NkN-3m-HEK" secondAttribute="top" id="0eo-pV-3wd"/>
  562. <constraint firstItem="fgk-QS-xjW" firstAttribute="centerY" secondItem="NkN-3m-HEK" secondAttribute="centerY" id="5MR-Uw-y2P"/>
  563. <constraint firstItem="HsQ-ia-rRh" firstAttribute="centerY" secondItem="NkN-3m-HEK" secondAttribute="centerY" id="8fB-eU-2ls"/>
  564. <constraint firstAttribute="bottom" secondItem="dZb-E4-IiO" secondAttribute="bottom" id="9nY-Tx-wBw"/>
  565. <constraint firstItem="bhA-wS-cVs" firstAttribute="centerY" secondItem="NkN-3m-HEK" secondAttribute="centerY" id="CUA-vH-BFF"/>
  566. <constraint firstAttribute="bottom" secondItem="IWt-jb-vU7" secondAttribute="bottom" id="FN6-lH-5ya"/>
  567. <constraint firstAttribute="trailing" secondItem="fgk-QS-xjW" secondAttribute="trailing" constant="15" id="IdY-cw-iOg"/>
  568. <constraint firstAttribute="trailing" secondItem="dZb-E4-IiO" secondAttribute="trailing" id="Ne4-sZ-ATp"/>
  569. <constraint firstItem="IWt-jb-vU7" firstAttribute="top" secondItem="hE6-8j-uCs" secondAttribute="bottom" constant="12.5" id="QlB-Ie-6mJ"/>
  570. <constraint firstItem="vt5-r2-ZJA" firstAttribute="centerY" secondItem="NkN-3m-HEK" secondAttribute="centerY" id="Y8m-yi-zAe"/>
  571. <constraint firstItem="fgk-QS-xjW" firstAttribute="leading" secondItem="vt5-r2-ZJA" secondAttribute="trailing" constant="5" id="ZX7-c5-lA2"/>
  572. <constraint firstItem="dZb-E4-IiO" firstAttribute="leading" secondItem="NkN-3m-HEK" secondAttribute="leading" id="cag-KU-Qg1"/>
  573. <constraint firstItem="hE6-8j-uCs" firstAttribute="top" secondItem="OzE-0H-cb3" secondAttribute="bottom" constant="8" id="eaM-IY-LaH"/>
  574. <constraint firstAttribute="trailing" secondItem="hE6-8j-uCs" secondAttribute="trailing" constant="80" id="jX4-Bh-Ep2"/>
  575. <constraint firstItem="HsQ-ia-rRh" firstAttribute="leading" secondItem="NkN-3m-HEK" secondAttribute="leading" constant="16.5" id="pOI-3e-GqP"/>
  576. <constraint firstItem="IWt-jb-vU7" firstAttribute="leading" secondItem="OzE-0H-cb3" secondAttribute="leading" id="sVe-BH-zcf"/>
  577. <constraint firstItem="fgk-QS-xjW" firstAttribute="leading" secondItem="bhA-wS-cVs" secondAttribute="trailing" id="vLB-Nv-YzN"/>
  578. <constraint firstItem="OzE-0H-cb3" firstAttribute="top" secondItem="NkN-3m-HEK" secondAttribute="top" constant="14" id="wdV-mA-Qtm"/>
  579. <constraint firstItem="hE6-8j-uCs" firstAttribute="leading" secondItem="HsQ-ia-rRh" secondAttribute="trailing" constant="7.5" id="y9S-S8-OHy"/>
  580. <constraint firstAttribute="trailing" secondItem="IWt-jb-vU7" secondAttribute="trailing" id="ydk-ED-mGX"/>
  581. </constraints>
  582. </tableViewCellContentView>
  583. <viewLayoutGuide key="safeArea" id="OC0-sB-VJp"/>
  584. <connections>
  585. <outlet property="cell1IconImgView" destination="HsQ-ia-rRh" id="ONm-FD-HgZ"/>
  586. <outlet property="cell1TimeLabel" destination="vt5-r2-ZJA" id="Tck-x8-3yG"/>
  587. <outlet property="cell1TitleLabel" destination="OzE-0H-cb3" id="y4X-lb-DjE"/>
  588. <outlet property="cellBlackVIew" destination="dZb-E4-IiO" id="Rgq-uE-ukj"/>
  589. <outlet property="enterBtn" destination="bhA-wS-cVs" id="kHB-vu-DCF"/>
  590. <outlet property="powerLbl" destination="hE6-8j-uCs" id="jlR-jI-gHw"/>
  591. <outlet property="rightImageView" destination="fgk-QS-xjW" id="bg2-24-ZUD"/>
  592. </connections>
  593. <point key="canvasLocation" x="132" y="677"/>
  594. </tableViewCell>
  595. <tableViewCell multipleTouchEnabled="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell50" id="8kK-W9-bNi" customClass="ChatMsgNoticeCell">
  596. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  597. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  598. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8kK-W9-bNi" id="hNI-G4-lN4">
  599. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  600. <autoresizingMask key="autoresizingMask"/>
  601. <subviews>
  602. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="验证信息" translatesAutoresizingMaskIntoConstraints="NO" id="Gfy-zY-5dU">
  603. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  604. <constraints>
  605. <constraint firstAttribute="height" constant="35" id="FCG-1k-GhS"/>
  606. <constraint firstAttribute="width" constant="41" id="nHV-Km-WEo"/>
  607. </constraints>
  608. </imageView>
  609. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="7rA-BS-NUC">
  610. <rect key="frame" x="353" y="28.5" width="7" height="12"/>
  611. </imageView>
  612. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="验证信息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zM1-fd-s6P">
  613. <rect key="frame" x="65.5" y="23" width="77.5" height="23"/>
  614. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  615. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  616. <nil key="highlightedColor"/>
  617. </label>
  618. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Uh0-0x-oY0">
  619. <rect key="frame" x="292" y="26.5" width="56" height="16"/>
  620. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  621. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  622. <nil key="highlightedColor"/>
  623. </label>
  624. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3e8-pX-T7k">
  625. <rect key="frame" x="65.5" y="68.5" width="309.5" height="0.5"/>
  626. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  627. <constraints>
  628. <constraint firstAttribute="height" constant="0.5" id="Wq0-wR-Qce"/>
  629. </constraints>
  630. </view>
  631. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="置顶" translatesAutoresizingMaskIntoConstraints="NO" id="5A0-VR-57h">
  632. <rect key="frame" x="258" y="26.5" width="30" height="16"/>
  633. </imageView>
  634. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TqM-Ho-IvV">
  635. <rect key="frame" x="49.5" y="9" width="16" height="16"/>
  636. <color key="backgroundColor" systemColor="systemRedColor"/>
  637. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  638. <constraints>
  639. <constraint firstAttribute="height" constant="16" id="Dfc-Sc-6mD"/>
  640. <constraint firstAttribute="width" constant="16" id="Ver-fL-gOS"/>
  641. </constraints>
  642. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  643. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  644. <nil key="highlightedColor"/>
  645. </label>
  646. </subviews>
  647. <constraints>
  648. <constraint firstItem="TqM-Ho-IvV" firstAttribute="bottom" secondItem="Gfy-zY-5dU" secondAttribute="top" constant="8" id="18K-nH-FQ1"/>
  649. <constraint firstItem="TqM-Ho-IvV" firstAttribute="trailing" secondItem="Gfy-zY-5dU" secondAttribute="trailing" constant="8" id="1gb-Zn-Gdo"/>
  650. <constraint firstItem="Uh0-0x-oY0" firstAttribute="leading" secondItem="5A0-VR-57h" secondAttribute="trailing" constant="4" id="Aod-jw-1Gu"/>
  651. <constraint firstItem="3e8-pX-T7k" firstAttribute="leading" secondItem="zM1-fd-s6P" secondAttribute="leading" id="Chn-aG-75k"/>
  652. <constraint firstAttribute="bottom" secondItem="3e8-pX-T7k" secondAttribute="bottom" id="EOj-Bi-W10"/>
  653. <constraint firstItem="zM1-fd-s6P" firstAttribute="leading" secondItem="hNI-G4-lN4" secondAttribute="leading" constant="65.5" id="FM7-yf-nKj"/>
  654. <constraint firstAttribute="trailing" secondItem="7rA-BS-NUC" secondAttribute="trailing" constant="15" id="MLg-oU-46N"/>
  655. <constraint firstItem="Gfy-zY-5dU" firstAttribute="top" secondItem="hNI-G4-lN4" secondAttribute="top" constant="17" id="QNM-N1-0U7"/>
  656. <constraint firstItem="5A0-VR-57h" firstAttribute="centerY" secondItem="Uh0-0x-oY0" secondAttribute="centerY" id="efR-B4-3y9"/>
  657. <constraint firstItem="Gfy-zY-5dU" firstAttribute="centerY" secondItem="hNI-G4-lN4" secondAttribute="centerY" id="gYA-SN-w7l"/>
  658. <constraint firstItem="3e8-pX-T7k" firstAttribute="top" secondItem="Gfy-zY-5dU" secondAttribute="bottom" constant="16.5" id="gcd-bt-IQw"/>
  659. <constraint firstItem="7rA-BS-NUC" firstAttribute="centerY" secondItem="hNI-G4-lN4" secondAttribute="centerY" id="mTA-zG-Efd"/>
  660. <constraint firstItem="7rA-BS-NUC" firstAttribute="leading" secondItem="Uh0-0x-oY0" secondAttribute="trailing" constant="5" id="p0I-jc-zV9"/>
  661. <constraint firstAttribute="trailing" secondItem="3e8-pX-T7k" secondAttribute="trailing" id="pSF-X1-Cfw"/>
  662. <constraint firstItem="zM1-fd-s6P" firstAttribute="centerY" secondItem="Gfy-zY-5dU" secondAttribute="centerY" id="prv-QL-ggZ"/>
  663. <constraint firstItem="Gfy-zY-5dU" firstAttribute="leading" secondItem="hNI-G4-lN4" secondAttribute="leading" constant="16.5" id="qIR-pH-cG5"/>
  664. <constraint firstItem="Uh0-0x-oY0" firstAttribute="centerY" secondItem="hNI-G4-lN4" secondAttribute="centerY" id="sO4-DB-5mT"/>
  665. </constraints>
  666. </tableViewCellContentView>
  667. <viewLayoutGuide key="safeArea" id="JAz-zj-QfO"/>
  668. <connections>
  669. <outlet property="IsTopImgV" destination="5A0-VR-57h" id="vET-2B-lY1"/>
  670. <outlet property="cell1TimeLabel" destination="Uh0-0x-oY0" id="r47-sS-dlM"/>
  671. <outlet property="cell1TitleLabel" destination="zM1-fd-s6P" id="6wW-w3-BnC"/>
  672. <outlet property="yanRedNumL" destination="TqM-Ho-IvV" id="sIg-sx-uBa"/>
  673. </connections>
  674. <point key="canvasLocation" x="132" y="816"/>
  675. </tableViewCell>
  676. <tableViewCell multipleTouchEnabled="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ChatMsgNoticeCell60" id="JBt-wx-XkL" userLabel="ChatMsgNoticeCell60" customClass="ChatMsgNoticeCell">
  677. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  678. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  679. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JBt-wx-XkL" id="3RU-xM-9wg">
  680. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  681. <autoresizingMask key="autoresizingMask"/>
  682. <subviews>
  683. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="find_1" translatesAutoresizingMaskIntoConstraints="NO" id="A39-3N-8bR">
  684. <rect key="frame" x="16.5" y="17" width="41" height="35"/>
  685. <constraints>
  686. <constraint firstAttribute="width" constant="41" id="RfW-6K-H1U"/>
  687. <constraint firstAttribute="height" constant="35" id="Ro3-9Y-OU4"/>
  688. </constraints>
  689. </imageView>
  690. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chatmsg_rightArrow_icon" translatesAutoresizingMaskIntoConstraints="NO" id="P7i-BY-fFv">
  691. <rect key="frame" x="353" y="28.5" width="7" height="12"/>
  692. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  693. </imageView>
  694. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="工作组" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zBX-Jd-83L">
  695. <rect key="frame" x="65.5" y="23" width="58.5" height="23"/>
  696. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  697. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  698. <nil key="highlightedColor"/>
  699. </label>
  700. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="28分钟前" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8E9-oJ-IO4">
  701. <rect key="frame" x="292" y="26.5" width="56" height="16"/>
  702. <constraints>
  703. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="60" id="2tP-ao-hF8"/>
  704. </constraints>
  705. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  706. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  707. <nil key="highlightedColor"/>
  708. </label>
  709. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EUp-WC-MPV">
  710. <rect key="frame" x="65.5" y="68.5" width="309.5" height="0.5"/>
  711. <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  712. <constraints>
  713. <constraint firstAttribute="height" constant="0.5" id="EG6-8w-yc5"/>
  714. </constraints>
  715. </view>
  716. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R6q-CH-ryA">
  717. <rect key="frame" x="323" y="20.5" width="30" height="28"/>
  718. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  719. <state key="normal" title="进入">
  720. <color key="titleColor" red="0.22352941179999999" green="0.47450980390000003" blue="0.82745098039999998" alpha="1" colorSpace="calibratedRGB"/>
  721. </state>
  722. </button>
  723. <view alpha="0.0" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Hek-gS-cdS">
  724. <rect key="frame" x="0.0" y="0.0" width="375" height="69"/>
  725. <color key="backgroundColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  726. </view>
  727. </subviews>
  728. <constraints>
  729. <constraint firstAttribute="bottom" secondItem="EUp-WC-MPV" secondAttribute="bottom" id="0Qk-MV-gnJ"/>
  730. <constraint firstItem="EUp-WC-MPV" firstAttribute="top" secondItem="A39-3N-8bR" secondAttribute="bottom" constant="16.5" id="51z-94-agz"/>
  731. <constraint firstItem="zBX-Jd-83L" firstAttribute="centerY" secondItem="3RU-xM-9wg" secondAttribute="centerY" id="9Dt-Ak-lXT"/>
  732. <constraint firstItem="R6q-CH-ryA" firstAttribute="centerY" secondItem="3RU-xM-9wg" secondAttribute="centerY" id="GwC-Zt-ufX"/>
  733. <constraint firstItem="Hek-gS-cdS" firstAttribute="top" secondItem="3RU-xM-9wg" secondAttribute="top" id="HoJ-gh-idp"/>
  734. <constraint firstAttribute="bottom" secondItem="Hek-gS-cdS" secondAttribute="bottom" id="IFL-dT-SL2"/>
  735. <constraint firstAttribute="trailing" secondItem="P7i-BY-fFv" secondAttribute="trailing" constant="15" id="ISb-oZ-H9S"/>
  736. <constraint firstItem="A39-3N-8bR" firstAttribute="leading" secondItem="3RU-xM-9wg" secondAttribute="leading" constant="16.5" id="au1-1V-JKm"/>
  737. <constraint firstAttribute="trailing" secondItem="Hek-gS-cdS" secondAttribute="trailing" id="dot-2E-7Vd"/>
  738. <constraint firstItem="zBX-Jd-83L" firstAttribute="leading" secondItem="3RU-xM-9wg" secondAttribute="leading" constant="65.5" id="ezG-76-nIO"/>
  739. <constraint firstItem="P7i-BY-fFv" firstAttribute="leading" secondItem="R6q-CH-ryA" secondAttribute="trailing" id="gYE-OK-Zxs"/>
  740. <constraint firstAttribute="trailing" secondItem="EUp-WC-MPV" secondAttribute="trailing" id="m4L-sa-RLY"/>
  741. <constraint firstItem="A39-3N-8bR" firstAttribute="centerY" secondItem="3RU-xM-9wg" secondAttribute="centerY" id="mbl-At-ip0"/>
  742. <constraint firstItem="A39-3N-8bR" firstAttribute="top" secondItem="3RU-xM-9wg" secondAttribute="top" constant="17" id="prW-v6-vBg"/>
  743. <constraint firstItem="EUp-WC-MPV" firstAttribute="leading" secondItem="zBX-Jd-83L" secondAttribute="leading" id="tgJ-6C-84Y"/>
  744. <constraint firstItem="8E9-oJ-IO4" firstAttribute="centerY" secondItem="3RU-xM-9wg" secondAttribute="centerY" id="uQl-ZX-Odo"/>
  745. <constraint firstItem="P7i-BY-fFv" firstAttribute="centerY" secondItem="3RU-xM-9wg" secondAttribute="centerY" id="uTI-Yv-3y3"/>
  746. <constraint firstItem="Hek-gS-cdS" firstAttribute="leading" secondItem="3RU-xM-9wg" secondAttribute="leading" id="vbU-pG-cES"/>
  747. <constraint firstItem="P7i-BY-fFv" firstAttribute="leading" secondItem="8E9-oJ-IO4" secondAttribute="trailing" constant="5" id="yan-QB-LH9"/>
  748. </constraints>
  749. </tableViewCellContentView>
  750. <viewLayoutGuide key="safeArea" id="2WP-re-2KN"/>
  751. <connections>
  752. <outlet property="cell1IconImgView" destination="A39-3N-8bR" id="1mX-V4-6HY"/>
  753. <outlet property="cell1TimeLabel" destination="8E9-oJ-IO4" id="QAS-R1-LWg"/>
  754. <outlet property="cell1TitleLabel" destination="zBX-Jd-83L" id="ukh-RE-Ufb"/>
  755. <outlet property="cellBlackVIew" destination="Hek-gS-cdS" id="lQs-kW-iaI"/>
  756. <outlet property="enterBtn" destination="R6q-CH-ryA" id="2Pg-6R-Qq9"/>
  757. <outlet property="rightImageView" destination="P7i-BY-fFv" id="g19-pe-LVi"/>
  758. </connections>
  759. <point key="canvasLocation" x="131" y="923"/>
  760. </tableViewCell>
  761. </objects>
  762. <resources>
  763. <image name="chatmsg_list_testuser_img" width="45" height="45"/>
  764. <image name="chatmsg_rightArrow_icon" width="6.5" height="12"/>
  765. <image name="chatmsg_search_icon" width="12" height="12"/>
  766. <image name="find_1" width="37" height="32"/>
  767. <image name="sendinfo_no" width="38" height="38"/>
  768. <image name="sendinfo_yes" width="38" height="38"/>
  769. <image name="置顶" width="30" height="16"/>
  770. <image name="验证信息" width="40" height="40"/>
  771. <systemColor name="linkColor">
  772. <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  773. </systemColor>
  774. <systemColor name="systemRedColor">
  775. <color red="1" green="0.23137254901960785" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  776. </systemColor>
  777. </resources>
  778. </document>