<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PlayerViewController">
            <connections>
                <outlet property="currentTimeLabel" destination="z4U-C2-ln8" id="XAa-fP-ewL"/>
                <outlet property="progressSilder" destination="KvZ-4g-DxG" id="OnA-jj-vrn"/>
                <outlet property="stateLabel" destination="YYV-yF-5Pw" id="yVZ-lS-wi8"/>
                <outlet property="totalTimeLabel" destination="N9a-ry-WfX" id="oQt-ud-J66"/>
                <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="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="KvZ-4g-DxG">
                    <rect key="frame" x="79" y="617" width="217" height="31"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="30" id="ySX-Cb-Fb8"/>
                    </constraints>
                    <color key="minimumTrackTintColor" red="0.30196078431372547" green="0.9137254901960784" blue="0.71372549019607845" alpha="1" colorSpace="calibratedRGB"/>
                    <connections>
                        <action selector="progressTouchDown:" destination="-1" eventType="touchDown" id="HNF-eY-SB9"/>
                        <action selector="progressTouchUp:" destination="-1" eventType="touchCancel" id="KlQ-vB-UcJ"/>
                        <action selector="progressTouchUp:" destination="-1" eventType="touchUpOutside" id="RxZ-JJ-R2l"/>
                        <action selector="progressTouchUp:" destination="-1" eventType="touchUpInside" id="uqa-VW-ZzP"/>
                    </connections>
                </slider>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00:00" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z4U-C2-ln8">
                    <rect key="frame" x="16" y="621.5" width="60" height="21"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="21" id="CvC-Co-iIN"/>
                        <constraint firstAttribute="width" constant="60" id="WYU-ME-EX7"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <nil key="highlightedColor"/>
                </label>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00:00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="N9a-ry-WfX">
                    <rect key="frame" x="299" y="621.5" width="60" height="21"/>
                    <constraints>
                        <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="21" id="FA9-1U-jqY"/>
                        <constraint firstAttribute="height" constant="21" id="MJG-fK-1ZG"/>
                        <constraint firstAttribute="width" constant="60" id="Onr-dK-o68"/>
                        <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="60" id="YEe-1f-mwU"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    <nil key="highlightedColor"/>
                </label>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B1q-g9-Vrs">
                    <rect key="frame" x="16" y="576.5" width="50" height="30"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="50" id="Dqx-2Z-BZb"/>
                        <constraint firstAttribute="height" constant="30" id="XnO-Uy-eRF"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="Play">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="play:" destination="-1" eventType="touchUpInside" id="afb-X3-Yqe"/>
                    </connections>
                </button>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Fl7-Yh-lyd">
                    <rect key="frame" x="76" y="576.5" width="50" height="30"/>
                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                    <state key="normal" title="Pause">
                        <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </state>
                    <connections>
                        <action selector="pause:" destination="-1" eventType="touchUpInside" id="mh6-vg-Znj"/>
                    </connections>
                </button>
                <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1Ni-i3-gt9">
                    <rect key="frame" x="16" y="20" width="50" height="30"/>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <state key="normal" title="Close">
                        <color key="titleColor" red="0.30196078430000001" green="0.91372549020000005" blue="0.71372549019999998" alpha="1" colorSpace="calibratedRGB"/>
                    </state>
                    <connections>
                        <action selector="back:" destination="-1" eventType="touchUpInside" id="7xk-ao-kZV"/>
                    </connections>
                </button>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Estado" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YYV-yF-5Pw">
                    <rect key="frame" x="311.5" y="581" width="47.5" height="21"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="21" id="OA3-F1-jJE"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                    <color key="textColor" red="0.30196078430000001" green="0.91372549020000005" blue="0.71372549019999998" alpha="1" colorSpace="calibratedRGB"/>
                    <nil key="highlightedColor"/>
                </label>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
            <constraints>
                <constraint firstItem="z4U-C2-ln8" firstAttribute="top" secondItem="B1q-g9-Vrs" secondAttribute="bottom" constant="15" id="183-aD-aqE"/>
                <constraint firstItem="1Ni-i3-gt9" firstAttribute="leading" secondItem="B1q-g9-Vrs" secondAttribute="leading" id="3MQ-dU-cVd"/>
                <constraint firstItem="z4U-C2-ln8" firstAttribute="centerY" secondItem="KvZ-4g-DxG" secondAttribute="centerY" id="A1B-uY-Tn2"/>
                <constraint firstItem="N9a-ry-WfX" firstAttribute="centerY" secondItem="KvZ-4g-DxG" secondAttribute="centerY" id="A86-3J-HK5"/>
                <constraint firstItem="Fl7-Yh-lyd" firstAttribute="width" secondItem="B1q-g9-Vrs" secondAttribute="width" id="CWB-pb-Nhr"/>
                <constraint firstItem="1Ni-i3-gt9" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="20" id="DEC-co-CTL"/>
                <constraint firstAttribute="bottom" secondItem="KvZ-4g-DxG" secondAttribute="bottom" constant="20" id="NJi-fI-1Un"/>
                <constraint firstItem="YYV-yF-5Pw" firstAttribute="centerY" secondItem="B1q-g9-Vrs" secondAttribute="centerY" id="Nea-yI-35m"/>
                <constraint firstAttribute="trailing" secondItem="N9a-ry-WfX" secondAttribute="trailing" constant="16" id="QM8-KF-0vU"/>
                <constraint firstItem="KvZ-4g-DxG" firstAttribute="leading" secondItem="z4U-C2-ln8" secondAttribute="trailing" constant="5" id="RgY-Hm-6yT"/>
                <constraint firstItem="Fl7-Yh-lyd" firstAttribute="centerY" secondItem="B1q-g9-Vrs" secondAttribute="centerY" id="SwL-OL-2e2"/>
                <constraint firstItem="B1q-g9-Vrs" firstAttribute="leading" secondItem="z4U-C2-ln8" secondAttribute="leading" id="UIf-pb-fiG"/>
                <constraint firstItem="Fl7-Yh-lyd" firstAttribute="height" secondItem="B1q-g9-Vrs" secondAttribute="height" id="b3Z-sz-BXJ"/>
                <constraint firstItem="YYV-yF-5Pw" firstAttribute="trailing" secondItem="N9a-ry-WfX" secondAttribute="trailing" id="eX4-4I-de1"/>
                <constraint firstItem="Fl7-Yh-lyd" firstAttribute="leading" secondItem="B1q-g9-Vrs" secondAttribute="trailing" constant="10" id="n10-sF-qz8"/>
                <constraint firstItem="z4U-C2-ln8" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="16" id="n7Z-Z9-At4"/>
                <constraint firstItem="1Ni-i3-gt9" firstAttribute="height" secondItem="B1q-g9-Vrs" secondAttribute="height" id="st4-zN-kd8"/>
                <constraint firstItem="1Ni-i3-gt9" firstAttribute="width" secondItem="B1q-g9-Vrs" secondAttribute="width" id="tmD-hf-XCs"/>
                <constraint firstItem="N9a-ry-WfX" firstAttribute="leading" secondItem="KvZ-4g-DxG" secondAttribute="trailing" constant="5" id="zfb-jc-5uD"/>
            </constraints>
            <point key="canvasLocation" x="33.5" y="53.5"/>
        </view>
    </objects>
</document>
