hank
2018-06-19 9e9e3d9b928a6fd62dd5ca445dbed1444edc7153
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner">
            <connections>
                <outlet property="tableView" destination="IvM-vh-g7e" id="QzX-mv-VQH"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="IvM-vh-g7e">
                    <rect key="frame" x="0.0" y="36" width="320" height="457"/>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <connections>
                        <outlet property="dataSource" destination="-1" id="tks-e2-tiJ"/>
                        <outlet property="delegate" destination="-1" id="8JF-ab-mO1"/>
                    </connections>
                </tableView>
            </subviews>
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
            <constraints>
                <constraint firstItem="IvM-vh-g7e" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="44" id="cKj-NQ-KTd"/>
                <constraint firstAttribute="bottom" secondItem="IvM-vh-g7e" secondAttribute="bottom" constant="59" id="evZ-MG-5PW"/>
                <constraint firstAttribute="trailing" secondItem="IvM-vh-g7e" secondAttribute="trailing" id="hha-tq-TCg"/>
                <constraint firstItem="IvM-vh-g7e" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="rdN-xH-8H9"/>
            </constraints>
            <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
            <point key="canvasLocation" x="442" y="29"/>
        </view>
    </objects>
</document>