Files
2022-05-27 20:21:01 +03:00

44 lines
3.2 KiB
XML

<?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" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="System colors in document resources" minToolsVersion="11.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" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" id="HaE-Cm-Hoh" customClass="CommonCellCard" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="HaE-Cm-Hoh" id="u9Y-iB-P5B">
<rect key="frame" x="0.0" y="0.0" width="414" height="100"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hGW-9q-BRq" customClass="CommonViewCard" customModule="PayCash" customModuleProvider="target">
<rect key="frame" x="12" y="6" width="390" height="88"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="hGW-9q-BRq" secondAttribute="bottom" constant="6" id="PLi-kc-7sT"/>
<constraint firstAttribute="trailing" secondItem="hGW-9q-BRq" secondAttribute="trailing" constant="12" id="VgX-X3-Ihh"/>
<constraint firstItem="hGW-9q-BRq" firstAttribute="top" secondItem="u9Y-iB-P5B" secondAttribute="top" constant="6" id="Vle-lg-9Pc"/>
<constraint firstItem="hGW-9q-BRq" firstAttribute="leading" secondItem="u9Y-iB-P5B" secondAttribute="leading" constant="12" id="tQS-Hc-QGS"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="cardView" destination="hGW-9q-BRq" id="9jr-nU-AbO"/>
</connections>
<point key="canvasLocation" x="-533.33333333333337" y="78.348214285714278"/>
</tableViewCell>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>