wxr
2024-04-17 9e92eed00fe1f98d9f41b3a0012bcc7914eb8dea
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="3r8-75-jMA">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
        <capability name="System colors in document resources" minToolsVersion="11.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--View Controller-->
        <scene sceneID="7nA-5F-ma4">
            <objects>
                <viewController id="3r8-75-jMA" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="keD-Yh-zgx"/>
                        <viewControllerLayoutGuide type="bottom" id="8bw-pZ-ZYY"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="sUV-Pw-Z9w">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="uRb-TX-zuA">
                                <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                                <color key="backgroundColor" red="0.0084070693700000008" green="0.026314456020000002" blue="0.086280576880000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
                            </imageView>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstAttribute="bottom" secondItem="uRb-TX-zuA" secondAttribute="bottom" id="J1p-Lx-MMq"/>
                            <constraint firstItem="uRb-TX-zuA" firstAttribute="top" secondItem="sUV-Pw-Z9w" secondAttribute="top" id="PaV-wt-TE0"/>
                            <constraint firstAttribute="trailing" secondItem="uRb-TX-zuA" secondAttribute="trailing" id="Wne-NW-2Xv"/>
                            <constraint firstItem="uRb-TX-zuA" firstAttribute="leading" secondItem="sUV-Pw-Z9w" secondAttribute="leading" id="jns-Jg-acb"/>
                        </constraints>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="Teb-EY-i8e" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="2173.913043478261" y="-1156.4732142857142"/>
        </scene>
    </scenes>
    <resources>
        <image name="launchIcon" width="1125" height="2436"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>