<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <customFonts key="customFonts">
        <array key="Poppins-Medium.otf">
            <string>Poppins-Medium</string>
        </array>
    </customFonts>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DatePickerView" customModule="WoWonder" customModuleProvider="target">
            <connections>
                <outlet property="contentView" destination="i5M-Pr-FkT" id="1It-WZ-pTx"/>
                <outlet property="datePicker" destination="fZ4-X8-Qgh" id="FD4-kD-CZc"/>
                <outlet property="datePickerBackgroundView" destination="ZlL-v4-32O" id="44G-1e-zIa"/>
                <outlet property="mainView" destination="pce-cd-eOi" id="eCd-3b-7TN"/>
            </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="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pce-cd-eOi">
                    <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZlL-v4-32O">
                            <rect key="frame" x="20" y="130.5" width="335" height="406.5"/>
                            <subviews>
                                <datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="date" style="inline" translatesAutoresizingMaskIntoConstraints="NO" id="fZ4-X8-Qgh">
                                    <rect key="frame" x="20" y="20" width="295" height="306.5"/>
                                    <locale key="locale" localeIdentifier="en_IN"/>
                                </datePicker>
                                <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="Jtp-45-2XY">
                                    <rect key="frame" x="169" y="346.5" width="146" height="40"/>
                                    <subviews>
                                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mb7-cj-Wn7">
                                            <rect key="frame" x="0.0" y="0.0" width="63" height="40"/>
                                            <constraints>
                                                <constraint firstAttribute="height" constant="40" id="cKP-RL-Neq"/>
                                            </constraints>
                                            <fontDescription key="fontDescription" name="Poppins-Medium" family="Poppins" pointSize="16"/>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" title="CANCEL">
                                                <color key="titleColor" name="text_color"/>
                                            </state>
                                            <connections>
                                                <action selector="cancelButtonAction:" destination="-1" eventType="touchUpInside" id="umb-k6-v7w"/>
                                            </connections>
                                        </button>
                                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4a2-uX-PU6">
                                            <rect key="frame" x="83" y="0.0" width="63" height="40"/>
                                            <fontDescription key="fontDescription" name="Poppins-Medium" family="Poppins" pointSize="16"/>
                                            <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                                            <state key="normal" title="OK">
                                                <color key="titleColor" name="text_color"/>
                                            </state>
                                            <connections>
                                                <action selector="okButtonAction:" destination="-1" eventType="touchUpInside" id="nta-p4-YOh"/>
                                            </connections>
                                        </button>
                                    </subviews>
                                </stackView>
                            </subviews>
                            <color key="backgroundColor" name="color_fill"/>
                            <constraints>
                                <constraint firstItem="fZ4-X8-Qgh" firstAttribute="top" secondItem="ZlL-v4-32O" secondAttribute="top" constant="20" id="18b-IU-uU3"/>
                                <constraint firstAttribute="trailing" secondItem="fZ4-X8-Qgh" secondAttribute="trailing" constant="20" id="Oot-QA-gpc"/>
                                <constraint firstAttribute="bottom" secondItem="Jtp-45-2XY" secondAttribute="bottom" constant="20" id="SDl-sK-JDD"/>
                                <constraint firstAttribute="trailing" secondItem="Jtp-45-2XY" secondAttribute="trailing" constant="20" id="W0O-pb-rex"/>
                                <constraint firstItem="Jtp-45-2XY" firstAttribute="top" secondItem="fZ4-X8-Qgh" secondAttribute="bottom" constant="20" id="XBX-Z7-MdS"/>
                                <constraint firstItem="fZ4-X8-Qgh" firstAttribute="leading" secondItem="ZlL-v4-32O" secondAttribute="leading" constant="20" id="ZMR-Av-oMm"/>
                            </constraints>
                        </view>
                    </subviews>
                    <color key="backgroundColor" white="0.0" alpha="0.40000000000000002" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <constraints>
                        <constraint firstItem="ZlL-v4-32O" firstAttribute="centerY" secondItem="pce-cd-eOi" secondAttribute="centerY" id="OaF-f5-CDm"/>
                        <constraint firstItem="ZlL-v4-32O" firstAttribute="leading" secondItem="pce-cd-eOi" secondAttribute="leading" constant="20" id="XV7-uh-tPo"/>
                        <constraint firstAttribute="trailing" secondItem="ZlL-v4-32O" secondAttribute="trailing" constant="20" id="i8t-df-Vjn"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="97p-Ts-LaJ"/>
            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="pce-cd-eOi" secondAttribute="trailing" id="6jv-NX-YLc"/>
                <constraint firstAttribute="bottom" secondItem="pce-cd-eOi" secondAttribute="bottom" id="Ble-ZR-VfW"/>
                <constraint firstItem="pce-cd-eOi" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ErC-Zb-viW"/>
                <constraint firstItem="pce-cd-eOi" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="flc-2P-q5g"/>
            </constraints>
            <point key="canvasLocation" x="132" y="111.99400299850076"/>
        </view>
    </objects>
    <resources>
        <namedColor name="color_fill">
            <color red="0.97254901960784312" green="0.97254901960784312" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <namedColor name="text_color">
            <color red="0.093999996781349182" green="0.093999996781349182" blue="0.093999996781349182" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
    </resources>
</document>
