无故事王国
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
63
64
65
66
67
68
<?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="_TroubleHistoryTCell" rowHeight="95" id="KGk-i7-Jjw" customClass="TroubleHistoryTCell" customModule="BrokerDriver" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="403" height="95"/>
            <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="403" height="95"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ewn-ln-JH5">
                        <rect key="frame" x="13" y="12" width="37.666666666666664" height="17"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="17" id="FmV-ma-bKb"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1pB-RH-lyd">
                        <rect key="frame" x="13" y="37" width="31" height="48.666666666666657"/>
                        <fontDescription key="fontDescription" type="system" pointSize="12"/>
                        <color key="textColor" red="0.22352941176470587" green="0.22352941176470587" blue="0.22352941176470587" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_arrow" translatesAutoresizingMaskIntoConstraints="NO" id="FFH-Vq-ggj">
                        <rect key="frame" x="382" y="41.666666666666664" width="7" height="12"/>
                    </imageView>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0Bi-bo-MGE">
                        <rect key="frame" x="15" y="94.666666666666671" width="373" height="0.3333333333333286"/>
                        <color key="backgroundColor" red="0.84705882352941175" green="0.84705882352941175" blue="0.84705882352941175" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="0.5" id="di7-Mo-t1T"/>
                        </constraints>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstAttribute="bottom" secondItem="0Bi-bo-MGE" secondAttribute="bottom" id="1Vo-rQ-Wim"/>
                    <constraint firstItem="0Bi-bo-MGE" firstAttribute="top" secondItem="1pB-RH-lyd" secondAttribute="bottom" constant="9" id="CG0-18-Ygn"/>
                    <constraint firstItem="1pB-RH-lyd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="13" id="SxT-Rd-eiR"/>
                    <constraint firstItem="0Bi-bo-MGE" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="X8s-KZ-3Q6"/>
                    <constraint firstItem="ewn-ln-JH5" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="13" id="Z8j-6m-OJk"/>
                    <constraint firstAttribute="trailing" secondItem="FFH-Vq-ggj" secondAttribute="trailing" constant="14" id="axw-lT-W3I"/>
                    <constraint firstItem="1pB-RH-lyd" firstAttribute="top" secondItem="ewn-ln-JH5" secondAttribute="bottom" constant="8" id="dNV-s1-H4K"/>
                    <constraint firstItem="ewn-ln-JH5" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="dgN-q8-zq8"/>
                    <constraint firstItem="FFH-Vq-ggj" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hXH-dT-SQb"/>
                    <constraint firstAttribute="trailing" secondItem="0Bi-bo-MGE" secondAttribute="trailing" constant="15" id="lRe-z8-stY"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="label_time" destination="1pB-RH-lyd" id="LTd-eg-s2A"/>
                <outlet property="label_title" destination="ewn-ln-JH5" id="Jft-Ls-2P3"/>
            </connections>
            <point key="canvasLocation" x="193.12977099236642" y="36.971830985915496"/>
        </tableViewCell>
    </objects>
    <resources>
        <image name="icon_arrow" width="7" height="12"/>
    </resources>
</document>