杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="128" id="KGk-i7-Jjw" customClass="BlackUserTCell" customModule="XQMuse" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="128"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="320" height="128"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4FB-v7-aJd">
                        <rect key="frame" x="21.666666666666671" y="44" width="40" height="40"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="40" id="L4Q-ik-wW5"/>
                            <constraint firstAttribute="height" constant="40" id="jG0-rw-pV0"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6R5-Mk-gyd">
                        <rect key="frame" x="73.666666666666671" y="57.000000000000007" width="31" height="14.333333333333336"/>
                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sMf-xd-PQd">
                        <rect key="frame" x="238" y="50.333333333333336" width="72" height="27.333333333333336"/>
                        <state key="normal" title="Button"/>
                        <buttonConfiguration key="configuration" style="gray" title="取消拉黑">
                            <fontDescription key="titleFontDescription" type="system" weight="medium" pointSize="12"/>
                            <color key="baseForegroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        </buttonConfiguration>
                        <connections>
                            <action selector="tapAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="52i-v4-5I6"/>
                        </connections>
                    </button>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Cgh-3T-I4m">
                        <rect key="frame" x="21.666666666666657" y="127" width="298.33333333333337" height="1"/>
                        <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="1" id="ttF-df-1pq"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="sMf-xd-PQd" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="8cK-pX-QpF"/>
                    <constraint firstItem="4FB-v7-aJd" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="LdP-WJ-s6Q"/>
                    <constraint firstAttribute="bottom" secondItem="Cgh-3T-I4m" secondAttribute="bottom" id="bFk-67-3yr"/>
                    <constraint firstItem="6R5-Mk-gyd" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fcK-8U-WqM"/>
                    <constraint firstItem="4FB-v7-aJd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="21.5" id="fe6-Ol-h10"/>
                    <constraint firstAttribute="trailing" secondItem="sMf-xd-PQd" secondAttribute="trailing" constant="10" id="g6i-0m-C0p"/>
                    <constraint firstAttribute="trailing" secondItem="Cgh-3T-I4m" secondAttribute="trailing" id="kNk-1M-kxV"/>
                    <constraint firstItem="6R5-Mk-gyd" firstAttribute="leading" secondItem="4FB-v7-aJd" secondAttribute="trailing" constant="12" id="pUC-ka-CV0"/>
                    <constraint firstItem="Cgh-3T-I4m" firstAttribute="leading" secondItem="4FB-v7-aJd" secondAttribute="leading" id="re6-MM-y7o"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="avatarImage" destination="4FB-v7-aJd" id="7re-9g-KvC"/>
                <outlet property="btn_cancel" destination="sMf-xd-PQd" id="Vmf-uu-oJ5"/>
                <outlet property="label_name" destination="6R5-Mk-gyd" id="QWg-jD-DQi"/>
            </connections>
            <point key="canvasLocation" x="4.5801526717557248" y="50"/>
        </tableViewCell>
    </objects>
</document>