This commit is contained in:
DDIsFriend
2023-08-23 09:24:40 +08:00
parent 6bd037c5dd
commit 63ca919ed5
494 changed files with 35308 additions and 6623 deletions

View File

@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<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 clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="NetworkCell" rowHeight="140" id="7Hz-FH-3zU" userLabel="NetworkCell" customClass="NetworkCell" customModule="CocoaDebug" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="375" height="140"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="7Hz-FH-3zU" id="3rq-bh-2Xs">
<rect key="frame" x="0.0" y="0.0" width="375" height="140"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JC4-1t-BQJ">
<rect key="frame" x="301" y="0.0" width="74" height="140"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="200" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RDG-ui-8nx">
<rect key="frame" x="20.5" y="59.5" width="33" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.199973762" green="0.2000150383" blue="0.19997116919999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<gestureRecognizers/>
<constraints>
<constraint firstAttribute="width" constant="74" id="EoQ-lv-MtU"/>
<constraint firstItem="RDG-ui-8nx" firstAttribute="centerX" secondItem="JC4-1t-BQJ" secondAttribute="centerX" id="ITm-M8-qRD"/>
<constraint firstItem="RDG-ui-8nx" firstAttribute="centerY" secondItem="JC4-1t-BQJ" secondAttribute="centerY" id="Kfl-tA-9qT"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3fN-bI-W2p" customClass="UILabel">
<rect key="frame" x="0.0" y="0.0" width="0.0" height="140"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="width" id="Hac-EL-A9K"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="[POST]" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="1" translatesAutoresizingMaskIntoConstraints="NO" id="v8G-CW-gTr">
<rect key="frame" x="9" y="16" width="60" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" red="0.50190365314483643" green="0.50199371576309204" blue="0.50189799070358276" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="image" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Uk-na-nYw">
<rect key="frame" x="9" y="8.5" width="18.5" height="7.5"/>
<fontDescription key="fontDescription" type="italicSystem" pointSize="6"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<real key="value" value="0.0"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<real key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" text="Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do " textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="QzV-et-yBo" customClass="CustomTextView" customModule="CocoaDebug" customModuleProvider="target">
<rect key="frame" x="9" y="41" width="283" height="83"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" text="2017-23-21 23:23:23" translatesAutoresizingMaskIntoConstraints="NO" id="kwZ-en-pn0" customClass="CustomTextView" customModule="CocoaDebug" customModuleProvider="target">
<rect key="frame" x="73" y="20.5" width="136.5" height="12"/>
<constraints>
<constraint firstAttribute="height" constant="12" id="ObU-lg-hpy"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="12"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="v8G-CW-gTr" firstAttribute="top" secondItem="5Uk-na-nYw" secondAttribute="bottom" id="1Dg-eR-EZJ"/>
<constraint firstItem="QzV-et-yBo" firstAttribute="top" secondItem="v8G-CW-gTr" secondAttribute="bottom" constant="4" id="25O-96-7iu"/>
<constraint firstItem="v8G-CW-gTr" firstAttribute="leading" secondItem="3fN-bI-W2p" secondAttribute="trailing" constant="9" id="Axs-Hx-CJy"/>
<constraint firstItem="kwZ-en-pn0" firstAttribute="leading" secondItem="v8G-CW-gTr" secondAttribute="trailing" constant="4" id="EAy-b1-Q4o"/>
<constraint firstItem="kwZ-en-pn0" firstAttribute="centerY" secondItem="v8G-CW-gTr" secondAttribute="centerY" id="Hqx-Wl-Nz6"/>
<constraint firstItem="JC4-1t-BQJ" firstAttribute="leading" secondItem="QzV-et-yBo" secondAttribute="trailing" constant="9" id="ITi-bD-aun"/>
<constraint firstAttribute="trailing" secondItem="JC4-1t-BQJ" secondAttribute="trailing" id="TxK-j3-KWn"/>
<constraint firstAttribute="bottom" secondItem="3fN-bI-W2p" secondAttribute="bottom" id="ijy-4W-A96"/>
<constraint firstItem="3fN-bI-W2p" firstAttribute="leading" secondItem="3rq-bh-2Xs" secondAttribute="leading" id="kZP-qQ-edH"/>
<constraint firstItem="QzV-et-yBo" firstAttribute="leading" secondItem="v8G-CW-gTr" secondAttribute="leading" id="kZT-8N-a1b"/>
<constraint firstAttribute="bottom" secondItem="JC4-1t-BQJ" secondAttribute="bottom" id="uJo-0f-J3P"/>
<constraint firstAttribute="bottom" secondItem="QzV-et-yBo" secondAttribute="bottom" constant="16" id="v7f-k6-ZvN"/>
<constraint firstItem="5Uk-na-nYw" firstAttribute="leading" secondItem="v8G-CW-gTr" secondAttribute="leading" id="vaS-Rk-0ZP"/>
<constraint firstItem="JC4-1t-BQJ" firstAttribute="top" secondItem="3rq-bh-2Xs" secondAttribute="top" id="wJq-MT-1wR"/>
<constraint firstItem="v8G-CW-gTr" firstAttribute="top" secondItem="3rq-bh-2Xs" secondAttribute="top" constant="16" id="wMA-Fp-0eG"/>
<constraint firstItem="3fN-bI-W2p" firstAttribute="top" secondItem="3rq-bh-2Xs" secondAttribute="top" id="xjm-W0-hVi"/>
<constraint firstItem="QzV-et-yBo" firstAttribute="leading" secondItem="3fN-bI-W2p" secondAttribute="trailing" constant="9" id="zCg-Pu-25Q"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="imageLabel" destination="5Uk-na-nYw" id="Ncd-fK-w3J"/>
<outlet property="leftAlignLine" destination="3fN-bI-W2p" id="Gab-fZ-a5I"/>
<outlet property="methodLabel" destination="v8G-CW-gTr" id="bZw-aK-ECZ"/>
<outlet property="requestTimeTextView" destination="kwZ-en-pn0" id="iyr-fA-0lY"/>
<outlet property="requestUrlTextView" destination="QzV-et-yBo" id="ssd-xu-keJ"/>
<outlet property="statusCodeLabel" destination="RDG-ui-8nx" id="GJ3-Oi-uwC"/>
<outlet property="statusCodeView" destination="JC4-1t-BQJ" id="LHX-zv-fWH"/>
</connections>
<point key="canvasLocation" x="410" y="-25"/>
</tableViewCell>
</objects>
</document>