TenantMineHeadView.xib 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  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="TenantMineHeadView">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="110"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6w5-En-SDh">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="110"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="user_default_avatal" translatesAutoresizingMaskIntoConstraints="NO" id="MUG-JJ-qQX">
  20. <rect key="frame" x="15" y="5" width="60" height="60"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="60" id="MEV-vM-Vrt"/>
  23. <constraint firstAttribute="height" constant="60" id="bCj-YP-ZjB"/>
  24. </constraints>
  25. <userDefinedRuntimeAttributes>
  26. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  27. <real key="value" value="30"/>
  28. </userDefinedRuntimeAttribute>
  29. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  30. <real key="value" value="2"/>
  31. </userDefinedRuntimeAttribute>
  32. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  33. <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. </userDefinedRuntimeAttribute>
  35. </userDefinedRuntimeAttributes>
  36. </imageView>
  37. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vFq-5f-Squ">
  38. <rect key="frame" x="83" y="21" width="10" height="18"/>
  39. <subviews>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fa1-iw-aks">
  41. <rect key="frame" x="5" y="0.0" width="0.0" height="18"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  43. <color key="textColor" red="1" green="0.4823529412" blue="0.19215686269999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. </subviews>
  47. <color key="backgroundColor" red="1" green="0.65098039220000004" blue="0.45098039220000002" alpha="0.070000000000000007" colorSpace="custom" customColorSpace="sRGB"/>
  48. <constraints>
  49. <constraint firstItem="Fa1-iw-aks" firstAttribute="leading" secondItem="vFq-5f-Squ" secondAttribute="leading" constant="5" id="Bq8-Fh-hdi"/>
  50. <constraint firstAttribute="bottom" secondItem="Fa1-iw-aks" secondAttribute="bottom" id="FcR-oD-sJx"/>
  51. <constraint firstItem="Fa1-iw-aks" firstAttribute="top" secondItem="vFq-5f-Squ" secondAttribute="top" id="JGY-YY-leG"/>
  52. <constraint firstAttribute="trailing" secondItem="Fa1-iw-aks" secondAttribute="trailing" constant="5" id="Xad-JL-rK3"/>
  53. <constraint firstAttribute="height" constant="18" id="zqy-vO-MrK"/>
  54. </constraints>
  55. <userDefinedRuntimeAttributes>
  56. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  57. <color key="value" red="1" green="0.74901960779999999" blue="0.60392156860000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. </userDefinedRuntimeAttribute>
  59. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  60. <real key="value" value="1"/>
  61. </userDefinedRuntimeAttribute>
  62. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  63. <real key="value" value="4"/>
  64. </userDefinedRuntimeAttribute>
  65. </userDefinedRuntimeAttributes>
  66. </view>
  67. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="J7V-BY-Z3E">
  68. <rect key="frame" x="85" y="11" width="0.0" height="0.0"/>
  69. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="20"/>
  70. <color key="textColor" red="0.1019607843" green="0.1019607843" blue="0.1019607843" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  71. <nil key="highlightedColor"/>
  72. </label>
  73. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="评分:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rk5-S8-fb2">
  74. <rect key="frame" x="230" y="88.666666666666671" width="31" height="15"/>
  75. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  76. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  77. <nil key="highlightedColor"/>
  78. </label>
  79. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wdE-hK-zbq">
  80. <rect key="frame" x="261" y="86.666666666666671" width="95" height="19"/>
  81. <subviews>
  82. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vee-Pj-USj" customClass="KSStarView">
  83. <rect key="frame" x="0.0" y="0.0" width="95" height="19"/>
  84. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  85. </view>
  86. </subviews>
  87. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  88. <constraints>
  89. <constraint firstAttribute="height" constant="19" id="Tqe-8I-THu"/>
  90. <constraint firstItem="Vee-Pj-USj" firstAttribute="leading" secondItem="wdE-hK-zbq" secondAttribute="leading" id="eR4-gZ-T5G"/>
  91. <constraint firstItem="Vee-Pj-USj" firstAttribute="top" secondItem="wdE-hK-zbq" secondAttribute="top" id="fOx-GY-Klj"/>
  92. <constraint firstAttribute="bottom" secondItem="Vee-Pj-USj" secondAttribute="bottom" id="pMz-4P-9nE"/>
  93. <constraint firstAttribute="trailing" secondItem="Vee-Pj-USj" secondAttribute="trailing" id="psY-yM-fHt"/>
  94. <constraint firstAttribute="width" constant="95" id="xGD-iA-mSc"/>
  95. </constraints>
  96. </view>
  97. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7ie-6w-nwS">
  98. <rect key="frame" x="15" y="5" width="60" height="60"/>
  99. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  100. <connections>
  101. <action selector="toUserCenter:" destination="iN0-l3-epB" eventType="touchUpInside" id="O7D-ND-ABn"/>
  102. </connections>
  103. </button>
  104. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OIG-vb-9aR">
  105. <rect key="frame" x="54" y="84" width="84" height="24"/>
  106. <subviews>
  107. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mineStyle_nomal" translatesAutoresizingMaskIntoConstraints="NO" id="y0K-rg-5qe">
  108. <rect key="frame" x="4" y="4" width="16" height="16"/>
  109. <constraints>
  110. <constraint firstAttribute="width" constant="16" id="WPf-0e-AZg"/>
  111. <constraint firstAttribute="height" constant="16" id="zDJ-rd-0WC"/>
  112. </constraints>
  113. </imageView>
  114. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mineVideo_nomal" translatesAutoresizingMaskIntoConstraints="NO" id="SFp-8t-ODB">
  115. <rect key="frame" x="24" y="4" width="16" height="16"/>
  116. </imageView>
  117. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mineLive_nomal" translatesAutoresizingMaskIntoConstraints="NO" id="6cX-rV-icN">
  118. <rect key="frame" x="44" y="4" width="16" height="16"/>
  119. </imageView>
  120. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mineMusic_nomal" translatesAutoresizingMaskIntoConstraints="NO" id="6qb-vS-dZU">
  121. <rect key="frame" x="64" y="4" width="16" height="16"/>
  122. </imageView>
  123. </subviews>
  124. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  125. <gestureRecognizers/>
  126. <constraints>
  127. <constraint firstAttribute="height" constant="24" id="3Ak-uB-Efm"/>
  128. <constraint firstItem="6qb-vS-dZU" firstAttribute="width" secondItem="y0K-rg-5qe" secondAttribute="width" id="4wc-QI-yVa"/>
  129. <constraint firstItem="6cX-rV-icN" firstAttribute="leading" secondItem="SFp-8t-ODB" secondAttribute="trailing" constant="4" id="9Rl-ab-6pM"/>
  130. <constraint firstItem="y0K-rg-5qe" firstAttribute="centerY" secondItem="OIG-vb-9aR" secondAttribute="centerY" id="KId-fY-KI8"/>
  131. <constraint firstItem="SFp-8t-ODB" firstAttribute="width" secondItem="y0K-rg-5qe" secondAttribute="width" id="Qy7-lB-yma"/>
  132. <constraint firstItem="6cX-rV-icN" firstAttribute="height" secondItem="y0K-rg-5qe" secondAttribute="height" id="dGC-2o-I5R"/>
  133. <constraint firstItem="6qb-vS-dZU" firstAttribute="leading" secondItem="6cX-rV-icN" secondAttribute="trailing" constant="4" id="elM-8M-Iyq"/>
  134. <constraint firstItem="6qb-vS-dZU" firstAttribute="height" secondItem="y0K-rg-5qe" secondAttribute="height" id="faj-uQ-WVe"/>
  135. <constraint firstItem="SFp-8t-ODB" firstAttribute="height" secondItem="y0K-rg-5qe" secondAttribute="height" id="haw-zU-nkP"/>
  136. <constraint firstItem="y0K-rg-5qe" firstAttribute="leading" secondItem="OIG-vb-9aR" secondAttribute="leading" constant="4" id="io5-it-ODt"/>
  137. <constraint firstAttribute="trailing" secondItem="6qb-vS-dZU" secondAttribute="trailing" constant="4" id="ppM-Un-44N"/>
  138. <constraint firstItem="SFp-8t-ODB" firstAttribute="leading" secondItem="y0K-rg-5qe" secondAttribute="trailing" constant="4" id="rVk-Yl-vfY"/>
  139. <constraint firstItem="6qb-vS-dZU" firstAttribute="centerY" secondItem="y0K-rg-5qe" secondAttribute="centerY" id="sPw-1f-8eZ"/>
  140. <constraint firstItem="SFp-8t-ODB" firstAttribute="centerY" secondItem="y0K-rg-5qe" secondAttribute="centerY" id="x23-PF-dZQ"/>
  141. <constraint firstItem="6cX-rV-icN" firstAttribute="width" secondItem="y0K-rg-5qe" secondAttribute="width" id="z7H-t2-n4L"/>
  142. <constraint firstItem="6cX-rV-icN" firstAttribute="centerY" secondItem="y0K-rg-5qe" secondAttribute="centerY" id="zPg-KS-TVt"/>
  143. </constraints>
  144. <connections>
  145. <outletCollection property="gestureRecognizers" destination="hOy-H9-kj9" appends="YES" id="iz5-UE-iVC"/>
  146. </connections>
  147. </view>
  148. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="勋章:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pug-lS-V28">
  149. <rect key="frame" x="23" y="88.666666666666671" width="31" height="15"/>
  150. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
  151. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  152. <nil key="highlightedColor"/>
  153. </label>
  154. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="QHb-w1-1yi">
  155. <rect key="frame" x="94" y="3" width="39" height="16"/>
  156. <constraints>
  157. <constraint firstAttribute="width" constant="39" id="dmt-FK-O3O"/>
  158. <constraint firstAttribute="height" constant="16" id="oKJ-9H-jHo"/>
  159. </constraints>
  160. </imageView>
  161. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Pf0-fO-g6q">
  162. <rect key="frame" x="139" y="3" width="39" height="16"/>
  163. <constraints>
  164. <constraint firstAttribute="width" constant="39" id="0jU-Yr-iab"/>
  165. <constraint firstAttribute="height" constant="16" id="WMh-DL-Rcf"/>
  166. </constraints>
  167. </imageView>
  168. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mine_nomal" translatesAutoresizingMaskIntoConstraints="NO" id="sLr-9M-73V">
  169. <rect key="frame" x="28" y="57.666666666666657" width="34" height="15"/>
  170. <constraints>
  171. <constraint firstAttribute="width" constant="34" id="LCi-wq-oM8"/>
  172. <constraint firstAttribute="height" constant="15" id="Xik-sy-tnm"/>
  173. </constraints>
  174. </imageView>
  175. </subviews>
  176. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  177. <gestureRecognizers/>
  178. <constraints>
  179. <constraint firstItem="MUG-JJ-qQX" firstAttribute="leading" secondItem="6w5-En-SDh" secondAttribute="leading" constant="15" id="1SG-mb-u5B"/>
  180. <constraint firstItem="wdE-hK-zbq" firstAttribute="centerY" secondItem="rk5-S8-fb2" secondAttribute="centerY" id="39e-iZ-mdg"/>
  181. <constraint firstItem="pug-lS-V28" firstAttribute="top" secondItem="sLr-9M-73V" secondAttribute="bottom" constant="16" id="4lf-2M-dzr"/>
  182. <constraint firstItem="J7V-BY-Z3E" firstAttribute="top" secondItem="MUG-JJ-qQX" secondAttribute="top" constant="6" id="8dW-9H-ZGe"/>
  183. <constraint firstItem="Pf0-fO-g6q" firstAttribute="centerY" secondItem="J7V-BY-Z3E" secondAttribute="centerY" id="EEO-69-wM2"/>
  184. <constraint firstItem="pug-lS-V28" firstAttribute="leading" secondItem="6w5-En-SDh" secondAttribute="leading" constant="23" id="FqR-j6-UDO"/>
  185. <constraint firstItem="7ie-6w-nwS" firstAttribute="top" secondItem="MUG-JJ-qQX" secondAttribute="top" id="IdQ-33-FFt"/>
  186. <constraint firstItem="vFq-5f-Squ" firstAttribute="top" secondItem="J7V-BY-Z3E" secondAttribute="bottom" constant="10" id="JBn-7m-3Mk"/>
  187. <constraint firstItem="sLr-9M-73V" firstAttribute="centerX" secondItem="MUG-JJ-qQX" secondAttribute="centerX" id="NZY-1n-rgQ"/>
  188. <constraint firstItem="wdE-hK-zbq" firstAttribute="leading" secondItem="rk5-S8-fb2" secondAttribute="trailing" id="P29-Uc-H8t"/>
  189. <constraint firstItem="sLr-9M-73V" firstAttribute="centerY" secondItem="MUG-JJ-qQX" secondAttribute="bottom" id="Qsm-SJ-vkk"/>
  190. <constraint firstItem="Pf0-fO-g6q" firstAttribute="leading" secondItem="QHb-w1-1yi" secondAttribute="trailing" constant="6" id="Vxa-rb-qgx"/>
  191. <constraint firstItem="7ie-6w-nwS" firstAttribute="leading" secondItem="MUG-JJ-qQX" secondAttribute="leading" id="Vy8-3K-WaH"/>
  192. <constraint firstAttribute="trailing" secondItem="wdE-hK-zbq" secondAttribute="trailing" constant="19" id="Xf0-A0-CjC"/>
  193. <constraint firstItem="7ie-6w-nwS" firstAttribute="trailing" secondItem="MUG-JJ-qQX" secondAttribute="trailing" id="aza-jf-emx"/>
  194. <constraint firstItem="vFq-5f-Squ" firstAttribute="leading" secondItem="J7V-BY-Z3E" secondAttribute="leading" constant="-2" id="c5L-71-tmn"/>
  195. <constraint firstItem="QHb-w1-1yi" firstAttribute="leading" secondItem="J7V-BY-Z3E" secondAttribute="trailing" constant="9" id="djv-LZ-Zp8"/>
  196. <constraint firstItem="7ie-6w-nwS" firstAttribute="bottom" secondItem="MUG-JJ-qQX" secondAttribute="bottom" id="fn3-ed-5ex"/>
  197. <constraint firstItem="OIG-vb-9aR" firstAttribute="leading" secondItem="pug-lS-V28" secondAttribute="trailing" id="gR3-wc-390"/>
  198. <constraint firstItem="J7V-BY-Z3E" firstAttribute="leading" secondItem="MUG-JJ-qQX" secondAttribute="trailing" constant="10" id="i0C-Zc-4H6"/>
  199. <constraint firstItem="QHb-w1-1yi" firstAttribute="centerY" secondItem="J7V-BY-Z3E" secondAttribute="centerY" id="lsV-MG-QuC"/>
  200. <constraint firstItem="rk5-S8-fb2" firstAttribute="centerY" secondItem="OIG-vb-9aR" secondAttribute="centerY" id="mic-Lj-TDD"/>
  201. <constraint firstAttribute="height" constant="110" id="ord-Ho-HeA"/>
  202. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Pf0-fO-g6q" secondAttribute="trailing" constant="10" id="pOA-Yw-5eC"/>
  203. <constraint firstItem="OIG-vb-9aR" firstAttribute="centerY" secondItem="pug-lS-V28" secondAttribute="centerY" id="qbQ-DQ-K6d"/>
  204. <constraint firstItem="MUG-JJ-qQX" firstAttribute="top" secondItem="6w5-En-SDh" secondAttribute="top" constant="5" id="tD0-v0-dqs"/>
  205. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="vFq-5f-Squ" secondAttribute="trailing" constant="10" id="zq6-t4-Oao"/>
  206. </constraints>
  207. </view>
  208. </subviews>
  209. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  210. <constraints>
  211. <constraint firstAttribute="trailing" secondItem="6w5-En-SDh" secondAttribute="trailing" id="KRS-Lm-GZT"/>
  212. <constraint firstItem="6w5-En-SDh" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="OBv-4b-NoP"/>
  213. <constraint firstItem="6w5-En-SDh" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="WTE-hM-vMx"/>
  214. </constraints>
  215. <nil key="simulatedTopBarMetrics"/>
  216. <nil key="simulatedBottomBarMetrics"/>
  217. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  218. <connections>
  219. <outlet property="firstImage" destination="QHb-w1-1yi" id="xFZ-D3-L0A"/>
  220. <outlet property="firstImageWidth" destination="dmt-FK-O3O" id="Sev-4v-Mgd"/>
  221. <outlet property="liveImage" destination="6cX-rV-icN" id="uMO-0U-97O"/>
  222. <outlet property="musicImage" destination="6qb-vS-dZU" id="Q0N-X6-Mnr"/>
  223. <outlet property="secondImage" destination="Pf0-fO-g6q" id="LoJ-cJ-Yr7"/>
  224. <outlet property="secondImageWidth" destination="0jU-Yr-iab" id="pCT-gY-xn0"/>
  225. <outlet property="starView" destination="Vee-Pj-USj" id="Ctj-dB-b48"/>
  226. <outlet property="styleImage" destination="y0K-rg-5qe" id="Udc-S2-lzT"/>
  227. <outlet property="tenantName" destination="Fa1-iw-aks" id="qTf-rU-7Bz"/>
  228. <outlet property="userAvatal" destination="MUG-JJ-qQX" id="DMc-LE-rW8"/>
  229. <outlet property="userName" destination="J7V-BY-Z3E" id="C0T-35-Zuk"/>
  230. <outlet property="videoImage" destination="SFp-8t-ODB" id="rOw-D5-6Zi"/>
  231. <outlet property="viperImage" destination="sLr-9M-73V" id="e35-a7-ZOe"/>
  232. </connections>
  233. <point key="canvasLocation" x="38.931297709923662" y="-207.74647887323945"/>
  234. </view>
  235. <tapGestureRecognizer id="hOy-H9-kj9">
  236. <connections>
  237. <action selector="showIntroduceAlert:" destination="iN0-l3-epB" id="GyP-VB-lHj"/>
  238. </connections>
  239. </tapGestureRecognizer>
  240. </objects>
  241. <resources>
  242. <image name="mineLive_nomal" width="24" height="23"/>
  243. <image name="mineMusic_nomal" width="24" height="23"/>
  244. <image name="mineStyle_nomal" width="23" height="23"/>
  245. <image name="mineVideo_nomal" width="23" height="23"/>
  246. <image name="mine_nomal" width="34" height="15"/>
  247. <image name="user_default_avatal" width="52" height="52"/>
  248. </resources>
  249. </document>