<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DatePicker">
            <connections>
                <outlet property="datePicker" destination="SUg-U1-bKY" id="aaa-Vr-qUb"/>
                <outlet property="datePickerComponentsContainer" destination="b2J-jW-BgT" id="jYk-bM-1Mz"/>
                <outlet property="datePickerContainer" destination="1" id="tz5-zN-epC"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view opaque="NO" contentMode="scaleToFill" id="1">
            <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <button opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="200" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="31H-9t-9Yf" userLabel="Dismiss Button">
                    <rect key="frame" x="0.0" y="20" width="375" height="387"/>
                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <state key="normal">
                        <color key="titleColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <color key="titleShadowColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    </state>
                    <connections>
                        <action selector="doneAction:" destination="-1" eventType="touchUpInside" id="7bH-iw-3Nj"/>
                    </connections>
                </button>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b2J-jW-BgT">
                    <rect key="frame" x="0.0" y="407" width="375" height="260"/>
                    <subviews>
                        <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BAs-Iu-mge">
                            <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="44" id="5tq-xA-71H"/>
                            </constraints>
                            <items>
                                <barButtonItem style="plain" systemItem="flexibleSpace" id="qSl-jf-iD9"/>
                                <barButtonItem systemItem="done" id="NxV-td-foA">
                                    <connections>
                                        <action selector="doneAction:" destination="-1" id="32P-Ny-o7G"/>
                                    </connections>
                                </barButtonItem>
                            </items>
                        </toolbar>
                        <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="dateAndTime" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="SUg-U1-bKY">
                            <rect key="frame" x="0.0" y="44" width="375" height="216"/>
                            <date key="date" timeIntervalSinceReferenceDate="408285701.96363503">
                                <!--2013-12-09 12:41:41 +0000-->
                            </date>
                        </datePicker>
                    </subviews>
                    <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstItem="BAs-Iu-mge" firstAttribute="width" secondItem="b2J-jW-BgT" secondAttribute="width" id="57O-Ml-Yqe"/>
                        <constraint firstItem="SUg-U1-bKY" firstAttribute="centerX" secondItem="b2J-jW-BgT" secondAttribute="centerX" id="8dT-e4-csL"/>
                        <constraint firstItem="BAs-Iu-mge" firstAttribute="centerX" secondItem="b2J-jW-BgT" secondAttribute="centerX" id="G8f-Bb-0Zl"/>
                        <constraint firstItem="BAs-Iu-mge" firstAttribute="top" secondItem="b2J-jW-BgT" secondAttribute="top" id="ZD3-vD-sr1"/>
                        <constraint firstItem="SUg-U1-bKY" firstAttribute="width" secondItem="b2J-jW-BgT" secondAttribute="width" id="cHF-bN-vBw"/>
                        <constraint firstItem="SUg-U1-bKY" firstAttribute="top" secondItem="BAs-Iu-mge" secondAttribute="bottom" id="pDR-pd-Fzv"/>
                    </constraints>
                </view>
            </subviews>
            <constraints>
                <constraint firstItem="31H-9t-9Yf" firstAttribute="centerX" secondItem="ftP-kY-I4X" secondAttribute="centerX" id="DqC-qq-xUg"/>
                <constraint firstItem="b2J-jW-BgT" firstAttribute="width" secondItem="1" secondAttribute="width" id="Qhy-8x-dug"/>
                <constraint firstItem="31H-9t-9Yf" firstAttribute="top" secondItem="ftP-kY-I4X" secondAttribute="top" id="Vgp-hT-Fpu"/>
                <constraint firstItem="31H-9t-9Yf" firstAttribute="width" secondItem="1" secondAttribute="width" id="auE-qm-rVA"/>
                <constraint firstItem="b2J-jW-BgT" firstAttribute="bottom" secondItem="1" secondAttribute="bottom" id="avG-x3-nTI"/>
                <constraint firstItem="b2J-jW-BgT" firstAttribute="top" secondItem="31H-9t-9Yf" secondAttribute="bottom" id="gso-6b-y8Y"/>
                <constraint firstItem="SUg-U1-bKY" firstAttribute="bottom" secondItem="ftP-kY-I4X" secondAttribute="bottom" id="pUr-Cm-eEm"/>
                <constraint firstItem="b2J-jW-BgT" firstAttribute="centerX" secondItem="ftP-kY-I4X" secondAttribute="centerX" id="pk4-MO-U8r"/>
            </constraints>
            <viewLayoutGuide key="safeArea" id="ftP-kY-I4X"/>
            <point key="canvasLocation" x="138.40000000000001" y="154.43349753694582"/>
        </view>
    </objects>
</document>
