NotiferHeadView.xib 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="20020"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="NotiferHeadView">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Jh-gC-egy">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pkz-EP-p4Q">
  20. <rect key="frame" x="0.0" y="0.0" width="125" height="100"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_all" translatesAutoresizingMaskIntoConstraints="NO" id="N8l-kR-aoj">
  23. <rect key="frame" x="34.5" y="22" width="56" height="56"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="56" id="3Wd-gG-xg9"/>
  26. <constraint firstAttribute="width" constant="56" id="E7d-pn-3mD"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="全部" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aal-ZD-MlT">
  30. <rect key="frame" x="50" y="79" width="25" height="14.5"/>
  31. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  32. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TI9-h7-JQo">
  36. <rect key="frame" x="75" y="54" width="15.5" height="14"/>
  37. <subviews>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e5M-E8-SSs">
  39. <rect key="frame" x="4" y="0.0" width="7.5" height="14"/>
  40. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
  41. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <color key="backgroundColor" red="1" green="0.074509803921568626" blue="0.074509803921568626" alpha="1" colorSpace="calibratedRGB"/>
  46. <constraints>
  47. <constraint firstAttribute="trailing" secondItem="e5M-E8-SSs" secondAttribute="trailing" constant="4" id="EdX-nD-NcK"/>
  48. <constraint firstAttribute="bottom" secondItem="e5M-E8-SSs" secondAttribute="bottom" id="OFc-sp-NzZ"/>
  49. <constraint firstItem="e5M-E8-SSs" firstAttribute="leading" secondItem="TI9-h7-JQo" secondAttribute="leading" constant="4" id="Smh-zq-Y7a"/>
  50. <constraint firstItem="e5M-E8-SSs" firstAttribute="top" secondItem="TI9-h7-JQo" secondAttribute="top" id="Tf2-Fu-sS9"/>
  51. <constraint firstAttribute="height" constant="14" id="chU-X5-U69"/>
  52. </constraints>
  53. <userDefinedRuntimeAttributes>
  54. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  55. <real key="value" value="7"/>
  56. </userDefinedRuntimeAttribute>
  57. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  58. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  59. </userDefinedRuntimeAttribute>
  60. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  61. <real key="value" value="1"/>
  62. </userDefinedRuntimeAttribute>
  63. </userDefinedRuntimeAttributes>
  64. </view>
  65. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hxb-AV-79g">
  66. <rect key="frame" x="34.5" y="22" width="56" height="71.5"/>
  67. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  68. <connections>
  69. <action selector="chooseAll:" destination="iN0-l3-epB" eventType="touchUpInside" id="gxr-MQ-ykS"/>
  70. </connections>
  71. </button>
  72. </subviews>
  73. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  74. <constraints>
  75. <constraint firstItem="N8l-kR-aoj" firstAttribute="centerX" secondItem="Pkz-EP-p4Q" secondAttribute="centerX" id="5XZ-17-Vec"/>
  76. <constraint firstItem="N8l-kR-aoj" firstAttribute="centerY" secondItem="Pkz-EP-p4Q" secondAttribute="centerY" id="9yG-IL-ewx"/>
  77. <constraint firstItem="Hxb-AV-79g" firstAttribute="top" secondItem="N8l-kR-aoj" secondAttribute="top" id="FRE-eD-FoY"/>
  78. <constraint firstItem="Hxb-AV-79g" firstAttribute="trailing" secondItem="N8l-kR-aoj" secondAttribute="trailing" id="IGS-pH-2yp"/>
  79. <constraint firstItem="Aal-ZD-MlT" firstAttribute="centerX" secondItem="N8l-kR-aoj" secondAttribute="centerX" id="dix-GQ-gSF"/>
  80. <constraint firstItem="Aal-ZD-MlT" firstAttribute="top" secondItem="N8l-kR-aoj" secondAttribute="bottom" constant="1" id="i1g-8e-IRF"/>
  81. <constraint firstItem="Hxb-AV-79g" firstAttribute="leading" secondItem="N8l-kR-aoj" secondAttribute="leading" id="iBg-4z-Iji"/>
  82. <constraint firstItem="TI9-h7-JQo" firstAttribute="trailing" secondItem="N8l-kR-aoj" secondAttribute="trailing" id="l5R-U5-zLe"/>
  83. <constraint firstItem="TI9-h7-JQo" firstAttribute="bottom" secondItem="N8l-kR-aoj" secondAttribute="bottom" constant="-10" id="u2O-gZ-dcJ"/>
  84. <constraint firstItem="Aal-ZD-MlT" firstAttribute="bottom" secondItem="Hxb-AV-79g" secondAttribute="bottom" id="vrV-Ml-Wzc"/>
  85. </constraints>
  86. </view>
  87. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kR0-tA-2uF">
  88. <rect key="frame" x="125" y="0.0" width="125" height="100"/>
  89. <subviews>
  90. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_course" translatesAutoresizingMaskIntoConstraints="NO" id="8Z5-lf-RVU">
  91. <rect key="frame" x="34.5" y="22" width="56" height="56"/>
  92. <constraints>
  93. <constraint firstAttribute="width" constant="56" id="bfW-hq-s3W"/>
  94. <constraint firstAttribute="height" constant="56" id="yLb-Jd-Kfp"/>
  95. </constraints>
  96. </imageView>
  97. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="课程信息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Ql-22-T6t">
  98. <rect key="frame" x="38" y="79" width="49.5" height="14.5"/>
  99. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  100. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  101. <nil key="highlightedColor"/>
  102. </label>
  103. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oMw-71-EQZ">
  104. <rect key="frame" x="75" y="54" width="15.5" height="14"/>
  105. <subviews>
  106. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Ev-de-Era">
  107. <rect key="frame" x="4" y="0.0" width="7.5" height="14"/>
  108. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
  109. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  110. <nil key="highlightedColor"/>
  111. </label>
  112. </subviews>
  113. <color key="backgroundColor" red="1" green="0.074509803920000006" blue="0.074509803920000006" alpha="1" colorSpace="calibratedRGB"/>
  114. <constraints>
  115. <constraint firstItem="0Ev-de-Era" firstAttribute="leading" secondItem="oMw-71-EQZ" secondAttribute="leading" constant="4" id="Gr7-FD-bFG"/>
  116. <constraint firstAttribute="trailing" secondItem="0Ev-de-Era" secondAttribute="trailing" constant="4" id="KMC-tF-L2A"/>
  117. <constraint firstItem="0Ev-de-Era" firstAttribute="top" secondItem="oMw-71-EQZ" secondAttribute="top" id="bSk-S2-fGH"/>
  118. <constraint firstAttribute="bottom" secondItem="0Ev-de-Era" secondAttribute="bottom" id="qc5-26-N56"/>
  119. <constraint firstAttribute="height" constant="14" id="szo-02-4bz"/>
  120. </constraints>
  121. <userDefinedRuntimeAttributes>
  122. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  123. <real key="value" value="7"/>
  124. </userDefinedRuntimeAttribute>
  125. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  126. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. </userDefinedRuntimeAttribute>
  128. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  129. <real key="value" value="1"/>
  130. </userDefinedRuntimeAttribute>
  131. </userDefinedRuntimeAttributes>
  132. </view>
  133. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XuM-Lg-sm7">
  134. <rect key="frame" x="34.5" y="22" width="56" height="71.5"/>
  135. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  136. <connections>
  137. <action selector="chooseCourse:" destination="iN0-l3-epB" eventType="touchUpInside" id="bWc-aR-VJd"/>
  138. </connections>
  139. </button>
  140. </subviews>
  141. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  142. <constraints>
  143. <constraint firstItem="oMw-71-EQZ" firstAttribute="trailing" secondItem="8Z5-lf-RVU" secondAttribute="trailing" id="30r-Hx-POG"/>
  144. <constraint firstItem="oMw-71-EQZ" firstAttribute="bottom" secondItem="8Z5-lf-RVU" secondAttribute="bottom" constant="-10" id="C8d-5e-iUn"/>
  145. <constraint firstItem="8Ql-22-T6t" firstAttribute="top" secondItem="8Z5-lf-RVU" secondAttribute="bottom" constant="1" id="EWQ-Yi-Zo0"/>
  146. <constraint firstItem="8Z5-lf-RVU" firstAttribute="top" secondItem="XuM-Lg-sm7" secondAttribute="top" id="Lel-B2-nF4"/>
  147. <constraint firstItem="8Ql-22-T6t" firstAttribute="centerX" secondItem="8Z5-lf-RVU" secondAttribute="centerX" id="Quv-Ys-Rou"/>
  148. <constraint firstItem="8Z5-lf-RVU" firstAttribute="centerY" secondItem="kR0-tA-2uF" secondAttribute="centerY" id="VZU-Ga-Wym"/>
  149. <constraint firstItem="8Z5-lf-RVU" firstAttribute="leading" secondItem="XuM-Lg-sm7" secondAttribute="leading" id="dJw-ip-hsE"/>
  150. <constraint firstItem="8Z5-lf-RVU" firstAttribute="centerX" secondItem="kR0-tA-2uF" secondAttribute="centerX" id="knO-Ib-wqa"/>
  151. <constraint firstItem="8Ql-22-T6t" firstAttribute="bottom" secondItem="XuM-Lg-sm7" secondAttribute="bottom" id="qcI-Mh-jaD"/>
  152. <constraint firstItem="8Z5-lf-RVU" firstAttribute="trailing" secondItem="XuM-Lg-sm7" secondAttribute="trailing" id="seO-ea-nqI"/>
  153. </constraints>
  154. </view>
  155. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QCV-gH-UT2">
  156. <rect key="frame" x="250" y="0.0" width="125" height="100"/>
  157. <subviews>
  158. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_system" translatesAutoresizingMaskIntoConstraints="NO" id="ALm-DM-xIP">
  159. <rect key="frame" x="34.5" y="22" width="56" height="56"/>
  160. <constraints>
  161. <constraint firstAttribute="width" constant="56" id="Av4-mU-hXq"/>
  162. <constraint firstAttribute="height" constant="56" id="gta-F5-xNK"/>
  163. </constraints>
  164. </imageView>
  165. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="系统消息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZT2-JL-dMl">
  166. <rect key="frame" x="38" y="79" width="49.5" height="14.5"/>
  167. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  168. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  169. <nil key="highlightedColor"/>
  170. </label>
  171. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PnS-8p-3Z9">
  172. <rect key="frame" x="75" y="54" width="15.5" height="14"/>
  173. <subviews>
  174. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="43u-at-Vor">
  175. <rect key="frame" x="4" y="0.0" width="7.5" height="14"/>
  176. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/>
  177. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  178. <nil key="highlightedColor"/>
  179. </label>
  180. </subviews>
  181. <color key="backgroundColor" red="1" green="0.074509803920000006" blue="0.074509803920000006" alpha="1" colorSpace="calibratedRGB"/>
  182. <constraints>
  183. <constraint firstItem="43u-at-Vor" firstAttribute="leading" secondItem="PnS-8p-3Z9" secondAttribute="leading" constant="4" id="9XC-dG-siH"/>
  184. <constraint firstAttribute="trailing" secondItem="43u-at-Vor" secondAttribute="trailing" constant="4" id="Kqx-aN-PC2"/>
  185. <constraint firstAttribute="height" constant="14" id="bNV-H0-xoS"/>
  186. <constraint firstItem="43u-at-Vor" firstAttribute="top" secondItem="PnS-8p-3Z9" secondAttribute="top" id="vAd-Z8-UfQ"/>
  187. <constraint firstAttribute="bottom" secondItem="43u-at-Vor" secondAttribute="bottom" id="ya9-SB-vcT"/>
  188. </constraints>
  189. <userDefinedRuntimeAttributes>
  190. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  191. <real key="value" value="7"/>
  192. </userDefinedRuntimeAttribute>
  193. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  194. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  195. </userDefinedRuntimeAttribute>
  196. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  197. <real key="value" value="1"/>
  198. </userDefinedRuntimeAttribute>
  199. </userDefinedRuntimeAttributes>
  200. </view>
  201. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="03g-eS-bHv">
  202. <rect key="frame" x="34.5" y="22" width="56" height="71.5"/>
  203. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  204. <connections>
  205. <action selector="chooseSystem:" destination="iN0-l3-epB" eventType="touchUpInside" id="baU-me-4pJ"/>
  206. </connections>
  207. </button>
  208. </subviews>
  209. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  210. <constraints>
  211. <constraint firstItem="PnS-8p-3Z9" firstAttribute="bottom" secondItem="ALm-DM-xIP" secondAttribute="bottom" constant="-10" id="FMk-Tg-HiP"/>
  212. <constraint firstItem="PnS-8p-3Z9" firstAttribute="trailing" secondItem="ALm-DM-xIP" secondAttribute="trailing" id="Iym-n2-dE5"/>
  213. <constraint firstItem="ALm-DM-xIP" firstAttribute="centerY" secondItem="QCV-gH-UT2" secondAttribute="centerY" id="Kzx-C9-hMH"/>
  214. <constraint firstItem="ZT2-JL-dMl" firstAttribute="centerX" secondItem="ALm-DM-xIP" secondAttribute="centerX" id="LK1-Hs-L8w"/>
  215. <constraint firstItem="ALm-DM-xIP" firstAttribute="top" secondItem="03g-eS-bHv" secondAttribute="top" id="Ytj-Ci-mFT"/>
  216. <constraint firstItem="ALm-DM-xIP" firstAttribute="leading" secondItem="03g-eS-bHv" secondAttribute="leading" id="bX9-bz-a35"/>
  217. <constraint firstItem="ALm-DM-xIP" firstAttribute="centerX" secondItem="QCV-gH-UT2" secondAttribute="centerX" id="imn-KT-bbt"/>
  218. <constraint firstItem="ZT2-JL-dMl" firstAttribute="top" secondItem="ALm-DM-xIP" secondAttribute="bottom" constant="1" id="mwG-b9-az2"/>
  219. <constraint firstItem="ALm-DM-xIP" firstAttribute="trailing" secondItem="03g-eS-bHv" secondAttribute="trailing" id="r6X-Rs-3YH"/>
  220. <constraint firstItem="ZT2-JL-dMl" firstAttribute="bottom" secondItem="03g-eS-bHv" secondAttribute="bottom" id="voU-Gi-fym"/>
  221. </constraints>
  222. </view>
  223. </subviews>
  224. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  225. <constraints>
  226. <constraint firstItem="kR0-tA-2uF" firstAttribute="leading" secondItem="Pkz-EP-p4Q" secondAttribute="trailing" id="1Ip-8J-r0Y"/>
  227. <constraint firstItem="QCV-gH-UT2" firstAttribute="leading" secondItem="kR0-tA-2uF" secondAttribute="trailing" id="5XL-gG-2d1"/>
  228. <constraint firstItem="QCV-gH-UT2" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="83M-kH-ZX2"/>
  229. <constraint firstAttribute="bottom" secondItem="QCV-gH-UT2" secondAttribute="bottom" id="9n2-1w-ajk"/>
  230. <constraint firstItem="kR0-tA-2uF" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="Krt-V9-C5o"/>
  231. <constraint firstItem="kR0-tA-2uF" firstAttribute="width" secondItem="Pkz-EP-p4Q" secondAttribute="width" id="KwJ-3g-Oyd"/>
  232. <constraint firstItem="Pkz-EP-p4Q" firstAttribute="leading" secondItem="3Jh-gC-egy" secondAttribute="leading" id="LuT-hz-fdo"/>
  233. <constraint firstItem="QCV-gH-UT2" firstAttribute="width" secondItem="Pkz-EP-p4Q" secondAttribute="width" id="UDC-kF-oA1"/>
  234. <constraint firstAttribute="bottom" secondItem="Pkz-EP-p4Q" secondAttribute="bottom" id="Xe3-qK-0uc"/>
  235. <constraint firstAttribute="trailing" secondItem="QCV-gH-UT2" secondAttribute="trailing" id="b1S-jd-raB"/>
  236. <constraint firstItem="Pkz-EP-p4Q" firstAttribute="top" secondItem="3Jh-gC-egy" secondAttribute="top" id="hzy-aK-mPq"/>
  237. <constraint firstAttribute="bottom" secondItem="kR0-tA-2uF" secondAttribute="bottom" id="igt-71-5Ke"/>
  238. </constraints>
  239. </view>
  240. </subviews>
  241. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  242. <constraints>
  243. <constraint firstItem="3Jh-gC-egy" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="5cR-eo-oqb"/>
  244. <constraint firstItem="3Jh-gC-egy" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Pjl-Eu-PVe"/>
  245. <constraint firstAttribute="bottom" secondItem="3Jh-gC-egy" secondAttribute="bottom" id="ceN-NI-xsi"/>
  246. <constraint firstAttribute="trailing" secondItem="3Jh-gC-egy" secondAttribute="trailing" id="dWr-Ly-BNN"/>
  247. </constraints>
  248. <nil key="simulatedTopBarMetrics"/>
  249. <nil key="simulatedBottomBarMetrics"/>
  250. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  251. <connections>
  252. <outlet property="allCountLabel" destination="e5M-E8-SSs" id="K0U-Gl-zvZ"/>
  253. <outlet property="allLabel" destination="Aal-ZD-MlT" id="qXn-oy-bSz"/>
  254. <outlet property="allView" destination="TI9-h7-JQo" id="qgI-md-1u4"/>
  255. <outlet property="courseCountLabel" destination="0Ev-de-Era" id="cKf-js-cO3"/>
  256. <outlet property="courseLabel" destination="8Ql-22-T6t" id="8Fh-PC-Qtm"/>
  257. <outlet property="courseView" destination="oMw-71-EQZ" id="UtK-s0-Kf4"/>
  258. <outlet property="systemCountLabel" destination="43u-at-Vor" id="FPQ-la-BzB"/>
  259. <outlet property="systemLabel" destination="ZT2-JL-dMl" id="XSb-em-5Kr"/>
  260. <outlet property="systemView" destination="PnS-8p-3Z9" id="QV4-d4-ySy"/>
  261. </connections>
  262. <point key="canvasLocation" x="28.260869565217394" y="-52.901785714285715"/>
  263. </view>
  264. </objects>
  265. <resources>
  266. <image name="message_all" width="56" height="56"/>
  267. <image name="message_course" width="56" height="56"/>
  268. <image name="message_system" width="56" height="56"/>
  269. </resources>
  270. </document>