admin
2023-04-21 0b3a4aaf99ea251bc8e27b96115288f0988fcffe
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
        <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" restorationIdentifier="CommentTableViewCell" selectionStyle="default" indentationWidth="10" rowHeight="76" id="KGk-i7-Jjw" customClass="CommentTableViewCell">
            <rect key="frame" x="0.0" y="0.0" width="351" height="76"/>
            <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">
                <frame key="frameInset" width="351" height="75"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B41-ho-9i4">
                        <color key="backgroundColor" red="0.89905849358974355" green="0.89905849358974355" blue="0.89905849358974355" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="userName" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tqw-W0-P3o">
                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="time" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sr6-Mv-LkW">
                        <constraints>
                            <constraint firstAttribute="height" constant="10" id="tJS-JF-KNi"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                        <color key="textColor" red="0.29002403846153846" green="0.29002403846153846" blue="0.29002403846153846" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
                <constraints>
                    <constraint firstAttribute="bottomMargin" secondItem="B41-ho-9i4" secondAttribute="bottom" constant="-9" id="0pp-D9-HsW"/>
                    <constraint firstAttribute="topMargin" secondItem="B41-ho-9i4" secondAttribute="top" constant="8" id="AUm-HC-RHm"/>
                    <constraint firstItem="sr6-Mv-LkW" firstAttribute="top" secondItem="Tqw-W0-P3o" secondAttribute="bottom" constant="5" id="DzM-DA-E1I"/>
                    <constraint firstItem="B41-ho-9i4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="35" id="IKx-dr-8xb"/>
                    <constraint firstAttribute="bottomMargin" secondItem="Tqw-W0-P3o" secondAttribute="bottom" constant="15" id="O0e-Tl-AQv"/>
                    <constraint firstAttribute="trailingMargin" secondItem="B41-ho-9i4" secondAttribute="trailing" constant="12" id="Ugt-US-RQt"/>
                    <constraint firstAttribute="trailingMargin" secondItem="Tqw-W0-P3o" secondAttribute="trailing" constant="15" id="gFN-AH-XyJ"/>
                    <constraint firstAttribute="trailingMargin" secondItem="sr6-Mv-LkW" secondAttribute="trailing" constant="67" id="j0o-nH-oLh"/>
                    <constraint firstItem="Tqw-W0-P3o" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="55" id="kec-Gw-HLB"/>
                    <constraint firstItem="sr6-Mv-LkW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="55" id="lms-Z7-QWt"/>
                    <constraint firstItem="Tqw-W0-P3o" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="nB9-q5-Mkt"/>
                </constraints>
            </tableViewCellContentView>
            <connections>
                <outlet property="replyTime" destination="sr6-Mv-LkW" id="ObW-Nw-qSy"/>
                <outlet property="replyView" destination="Tqw-W0-P3o" id="Wyl-UM-UKX"/>
            </connections>
            <point key="canvasLocation" x="570.5" y="454"/>
        </tableViewCell>
    </objects>
</document>