<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
    <dependencies>
        <deployment identifier="macosx"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="DividerDemoVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
            <connections>
                <outlet property="dashButton" destination="zhT-b6-6zb" id="A3g-gg-bh2"/>
                <outlet property="dividerView" destination="kB2-ja-yOF" id="Mhc-2Z-Mgd"/>
                <outlet property="height_layout" destination="XBL-eY-WCH" id="fbO-OE-zGM"/>
                <outlet property="typeComboBox" destination="sWR-Kf-oVa" id="VKC-K1-3BZ"/>
                <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
                <outlet property="width_layout" destination="4s3-YY-il8" id="VQw-1S-mrW"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <customView id="Hz6-mo-xeY">
            <rect key="frame" x="0.0" y="0.0" width="682" height="437"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
            <subviews>
                <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="hHK-S6-HMd">
                    <rect key="frame" x="20" y="20" width="397" height="397"/>
                    <view key="contentView" id="Pkr-61-VcN">
                        <rect key="frame" x="1" y="1" width="395" height="395"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <customView translatesAutoresizingMaskIntoConstraints="NO" id="kB2-ja-yOF" customClass="ComponentDivider" customModule="KMComponentLibrary">
                                <rect key="frame" x="68" y="173" width="260" height="50"/>
                                <constraints>
                                    <constraint firstAttribute="width" constant="260" id="4s3-YY-il8"/>
                                    <constraint firstAttribute="height" constant="50" id="XBL-eY-WCH"/>
                                </constraints>
                            </customView>
                        </subviews>
                    </view>
                    <constraints>
                        <constraint firstItem="kB2-ja-yOF" firstAttribute="centerY" secondItem="hHK-S6-HMd" secondAttribute="centerY" id="K4L-jf-258"/>
                        <constraint firstItem="kB2-ja-yOF" firstAttribute="centerX" secondItem="hHK-S6-HMd" secondAttribute="centerX" id="Ynh-hp-3HA"/>
                        <constraint firstAttribute="width" secondItem="hHK-S6-HMd" secondAttribute="height" multiplier="1:1" id="y5H-nk-tzZ"/>
                    </constraints>
                </box>
                <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Wbi-mP-ahq">
                    <rect key="frame" x="437" y="20" width="225" height="397"/>
                    <view key="contentView" id="KIQ-4T-r7L">
                        <rect key="frame" x="1" y="1" width="223" height="395"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <customView translatesAutoresizingMaskIntoConstraints="NO" id="Bps-Hr-1u7">
                                <rect key="frame" x="20" y="147" width="183" height="102"/>
                                <subviews>
                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yae-wI-S9C">
                                        <rect key="frame" x="-2" y="74" width="38" height="16"/>
                                        <textFieldCell key="cell" lineBreakMode="clipping" title="Type:" id="VLG-yf-TXv">
                                            <font key="font" metaFont="system"/>
                                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                        </textFieldCell>
                                    </textField>
                                    <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zhT-b6-6zb">
                                        <rect key="frame" x="-2" y="35" width="57" height="18"/>
                                        <buttonCell key="cell" type="check" title="Dash" bezelStyle="regularSquare" imagePosition="left" inset="2" id="snM-KP-gtr">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                        <connections>
                                            <action selector="dashAction:" target="-2" id="5y7-Ba-Ece"/>
                                        </connections>
                                    </button>
                                    <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sWR-Kf-oVa">
                                        <rect key="frame" x="43" y="70" width="133" height="23"/>
                                        <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="horizontal" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="xdd-CM-7Za">
                                            <font key="font" metaFont="system"/>
                                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                            <objectValues>
                                                <string>horizontal</string>
                                                <string>vertica</string>
                                            </objectValues>
                                        </comboBoxCell>
                                        <connections>
                                            <action selector="typeAction:" target="-2" id="ykb-gu-7dJ"/>
                                        </connections>
                                    </comboBox>
                                </subviews>
                                <constraints>
                                    <constraint firstAttribute="bottom" secondItem="zhT-b6-6zb" secondAttribute="bottom" constant="36" id="2uT-hX-HDX"/>
                                    <constraint firstItem="sWR-Kf-oVa" firstAttribute="top" secondItem="Bps-Hr-1u7" secondAttribute="top" constant="10" id="9nW-O5-yQF"/>
                                    <constraint firstItem="sWR-Kf-oVa" firstAttribute="centerY" secondItem="Yae-wI-S9C" secondAttribute="centerY" id="MtL-9V-kMT"/>
                                    <constraint firstItem="zhT-b6-6zb" firstAttribute="top" secondItem="sWR-Kf-oVa" secondAttribute="bottom" constant="20" id="atV-qy-KJo"/>
                                    <constraint firstAttribute="trailing" secondItem="sWR-Kf-oVa" secondAttribute="trailing" constant="10" id="g28-UV-Cab"/>
                                    <constraint firstItem="zhT-b6-6zb" firstAttribute="leading" secondItem="Bps-Hr-1u7" secondAttribute="leading" id="nfe-Kt-dJ3"/>
                                    <constraint firstItem="sWR-Kf-oVa" firstAttribute="leading" secondItem="Yae-wI-S9C" secondAttribute="trailing" constant="10" id="rNd-LB-ccg"/>
                                    <constraint firstItem="Yae-wI-S9C" firstAttribute="leading" secondItem="Bps-Hr-1u7" secondAttribute="leading" id="zvj-tr-B55"/>
                                </constraints>
                            </customView>
                        </subviews>
                        <constraints>
                            <constraint firstAttribute="trailing" secondItem="Bps-Hr-1u7" secondAttribute="trailing" constant="20" id="96F-tS-ixq"/>
                            <constraint firstItem="Bps-Hr-1u7" firstAttribute="leading" secondItem="KIQ-4T-r7L" secondAttribute="leading" constant="20" id="BU9-Uz-kdo"/>
                        </constraints>
                    </view>
                    <constraints>
                        <constraint firstItem="Bps-Hr-1u7" firstAttribute="centerY" secondItem="Wbi-mP-ahq" secondAttribute="centerY" id="x4d-eh-7wm"/>
                    </constraints>
                </box>
            </subviews>
            <constraints>
                <constraint firstItem="Wbi-mP-ahq" firstAttribute="leading" secondItem="hHK-S6-HMd" secondAttribute="trailing" constant="20" id="1tI-Fs-iVz"/>
                <constraint firstItem="hHK-S6-HMd" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="3KA-LS-Wqd"/>
                <constraint firstAttribute="bottom" secondItem="Wbi-mP-ahq" secondAttribute="bottom" constant="20" id="KQv-9P-BgD"/>
                <constraint firstItem="hHK-S6-HMd" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="O8C-VA-NRF"/>
                <constraint firstAttribute="bottom" secondItem="hHK-S6-HMd" secondAttribute="bottom" constant="20" id="V1K-A2-UB0"/>
                <constraint firstAttribute="trailing" secondItem="Wbi-mP-ahq" secondAttribute="trailing" constant="20" id="YNl-Ef-FyJ"/>
                <constraint firstItem="Wbi-mP-ahq" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="xGr-PO-VYP"/>
            </constraints>
            <point key="canvasLocation" x="228" y="236.5"/>
        </customView>
    </objects>
</document>