<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="lwc-Q1-gAB">
    <device id="retina5_5" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--Navigation Controller-->
        <scene sceneID="x0G-Ta-xW7">
            <objects>
                <navigationController navigationBarHidden="YES" id="lwc-Q1-gAB" sceneMemberID="viewController">
                    <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="3Xe-wP-kef">
                        <autoresizingMask key="autoresizingMask"/>
                    </navigationBar>
                </navigationController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="k7w-F9-TaB" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-2199" y="-187"/>
        </scene>
        <!--Count DataVC-->
        <scene sceneID="cNE-IN-Id4">
            <objects>
                <viewController storyboardIdentifier="CountDataVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="XgC-iz-09k" customClass="CountDataVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="dJ2-zW-t4h">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e3W-W5-GF6" customClass="WQNavigationBar">
                                <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
                                <subviews>
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S91-J1-LsT">
                                        <rect key="frame" x="0.0" y="20" width="414" height="44"/>
                                        <subviews>
                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y5M-j8-kVj">
                                                <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
                                                <constraints>
                                                    <constraint firstAttribute="height" constant="44" id="ApS-gh-x8l"/>
                                                    <constraint firstAttribute="width" constant="50" id="KcZ-oV-Dqh"/>
                                                </constraints>
                                                <state key="normal" image="icon_back_white"/>
                                                <connections>
                                                    <action selector="backAction:" destination="XgC-iz-09k" eventType="touchUpInside" id="FTi-t0-xXG"/>
                                                </connections>
                                            </button>
                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="c0K-qa-fWL">
                                                <rect key="frame" x="50" y="0.0" width="35" height="44"/>
                                                <constraints>
                                                    <constraint firstAttribute="height" constant="44" id="2bJ-UU-gRU"/>
                                                    <constraint firstAttribute="width" constant="35" id="haN-BV-iWs"/>
                                                </constraints>
                                                <state key="normal" image="mail_detail_menu_icon"/>
                                                <connections>
                                                    <action selector="menuAction:" destination="XgC-iz-09k" eventType="touchUpInside" id="c4L-hK-UMq"/>
                                                </connections>
                                            </button>
                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="人事数据" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HHP-mL-DXA">
                                                <rect key="frame" x="170.33333333333334" y="11.33333333333333" width="73.666666666666657" height="21.666666666666671"/>
                                                <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
                                                <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                <nil key="highlightedColor"/>
                                            </label>
                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sSo-rB-YTn">
                                                <rect key="frame" x="380" y="12" width="21" height="20"/>
                                                <constraints>
                                                    <constraint firstAttribute="width" constant="21" id="B25-n9-i1d"/>
                                                    <constraint firstAttribute="height" constant="20" id="g8E-hi-lIl"/>
                                                </constraints>
                                                <state key="normal" image="shareWhile"/>
                                            </button>
                                        </subviews>
                                        <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                        <color key="tintColor" red="0.33333333329999998" green="0.46274509800000002" blue="0.6705882353" alpha="1" colorSpace="calibratedRGB"/>
                                        <constraints>
                                            <constraint firstItem="c0K-qa-fWL" firstAttribute="top" secondItem="y5M-j8-kVj" secondAttribute="top" id="1SF-a1-ugt"/>
                                            <constraint firstItem="c0K-qa-fWL" firstAttribute="leading" secondItem="y5M-j8-kVj" secondAttribute="trailing" id="7pN-ji-xmj"/>
                                            <constraint firstAttribute="trailing" secondItem="sSo-rB-YTn" secondAttribute="trailing" constant="13" id="Fph-LT-ouv"/>
                                            <constraint firstItem="c0K-qa-fWL" firstAttribute="bottom" secondItem="y5M-j8-kVj" secondAttribute="bottom" id="Lqy-td-oc3"/>
                                            <constraint firstItem="y5M-j8-kVj" firstAttribute="leading" secondItem="S91-J1-LsT" secondAttribute="leading" id="YiD-YL-GAZ"/>
                                            <constraint firstAttribute="bottom" secondItem="y5M-j8-kVj" secondAttribute="bottom" id="Z0O-ga-oEn"/>
                                            <constraint firstAttribute="height" constant="44" id="fYV-iX-jvI"/>
                                            <constraint firstItem="sSo-rB-YTn" firstAttribute="centerY" secondItem="S91-J1-LsT" secondAttribute="centerY" id="maY-pT-qsb"/>
                                            <constraint firstItem="HHP-mL-DXA" firstAttribute="centerX" secondItem="S91-J1-LsT" secondAttribute="centerX" id="s0U-d2-gja"/>
                                            <constraint firstItem="HHP-mL-DXA" firstAttribute="centerY" secondItem="y5M-j8-kVj" secondAttribute="centerY" id="yat-If-zyt"/>
                                        </constraints>
                                    </view>
                                </subviews>
                                <color key="backgroundColor" red="0.33333333329999998" green="0.46274509800000002" blue="0.6705882353" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <constraints>
                                    <constraint firstAttribute="bottom" secondItem="S91-J1-LsT" secondAttribute="bottom" id="Rig-cW-pJP"/>
                                    <constraint firstAttribute="height" constant="64" id="q9A-WV-SXt"/>
                                    <constraint firstItem="S91-J1-LsT" firstAttribute="leading" secondItem="e3W-W5-GF6" secondAttribute="leading" id="s8q-T5-RwW"/>
                                    <constraint firstItem="S91-J1-LsT" firstAttribute="trailing" secondItem="e3W-W5-GF6" secondAttribute="trailing" id="toB-Nc-RkI"/>
                                </constraints>
                                <connections>
                                    <outlet property="height" destination="q9A-WV-SXt" id="DdZ-rZ-vTD"/>
                                </connections>
                            </view>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                        <constraints>
                            <constraint firstItem="e3W-W5-GF6" firstAttribute="leading" secondItem="7fr-86-H8h" secondAttribute="leading" id="SCd-28-3z1"/>
                            <constraint firstItem="e3W-W5-GF6" firstAttribute="top" secondItem="dJ2-zW-t4h" secondAttribute="top" id="qQt-od-XRt"/>
                            <constraint firstItem="e3W-W5-GF6" firstAttribute="trailing" secondItem="7fr-86-H8h" secondAttribute="trailing" id="wRd-ug-w6T"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="7fr-86-H8h"/>
                    </view>
                    <navigationItem key="navigationItem" id="yFZ-Oc-B5n"/>
                    <connections>
                        <outlet property="navBar" destination="S91-J1-LsT" id="V49-jC-2j0"/>
                        <outlet property="shareBtn" destination="sSo-rB-YTn" id="eJP-p0-7MV"/>
                        <outlet property="titleL" destination="HHP-mL-DXA" id="Fkl-Ud-q4o"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="1hu-j3-cXK" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1142" y="-218"/>
        </scene>
    </scenes>
    <resources>
        <image name="icon_back_white" width="10" height="18"/>
        <image name="mail_detail_menu_icon" width="18" height="13"/>
        <image name="shareWhile" width="21" height="21"/>
    </resources>
</document>