无故事王国
2023-10-25 158f3707711ad4be78a55dc73a98aa1c9acda0dd
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <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" reuseIdentifier="_NoteContentTCell" rowHeight="100" id="KGk-i7-Jjw" customClass="NoteContentTCell" customModule="BrokerDriver" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="426" height="100"/>
            <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="426" height="100"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eCI-cp-wyk">
                        <rect key="frame" x="15" y="20" width="396" height="17"/>
                        <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ots-WA-eXC">
                        <rect key="frame" x="389" y="67" width="16" height="25"/>
                        <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                        <state key="normal" image="btn_delete"/>
                        <connections>
                            <action selector="delAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="gCk-Bi-qLK"/>
                        </connections>
                    </button>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fYa-2D-Q3T">
                        <rect key="frame" x="0.0" y="0.0" width="421" height="5"/>
                        <color key="backgroundColor" red="0.97647058823529409" green="0.98039215686274506" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="5" id="Mhr-C2-t1y"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="ots-WA-eXC" firstAttribute="top" secondItem="eCI-cp-wyk" secondAttribute="bottom" constant="30" id="0k0-bK-oZO"/>
                    <constraint firstAttribute="trailing" secondItem="ots-WA-eXC" secondAttribute="trailing" constant="21" id="8sZ-hu-bPd"/>
                    <constraint firstItem="fYa-2D-Q3T" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Bsa-m5-wmO"/>
                    <constraint firstItem="fYa-2D-Q3T" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="H2w-yk-vDH"/>
                    <constraint firstItem="eCI-cp-wyk" firstAttribute="top" secondItem="fYa-2D-Q3T" secondAttribute="bottom" constant="15" id="HZG-v5-OeM"/>
                    <constraint firstItem="eCI-cp-wyk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Lxa-zc-NW5"/>
                    <constraint firstAttribute="trailing" secondItem="eCI-cp-wyk" secondAttribute="trailing" constant="15" id="dwE-j7-ZpQ"/>
                    <constraint firstAttribute="trailing" secondItem="fYa-2D-Q3T" secondAttribute="trailing" constant="5" id="gQj-QM-OX3"/>
                    <constraint firstAttribute="bottom" secondItem="ots-WA-eXC" secondAttribute="bottom" constant="8" id="pYI-ZK-QPj"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="label_content" destination="eCI-cp-wyk" id="kkW-kh-YBQ"/>
            </connections>
            <point key="canvasLocation" x="164.8854961832061" y="40.140845070422536"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="btn_delete" width="16" height="16"/>
    </resources>
</document>