<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5056" systemVersion="12E55" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="2">
    <dependencies>
        <deployment defaultVersion="1536" identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
    </dependencies>
    <scenes>
        <!--View Controller-->
        <scene sceneID="5">
            <objects>
                <viewController id="2" customClass="ViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="KHO-Cu-Ngw"/>
                        <viewControllerLayoutGuide type="bottom" id="cl0-qW-m5g"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="3">
                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                        <subviews>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QA0-kK-dS2">
                                <rect key="frame" x="14" y="20" width="286" height="30"/>
                                <constraints>
                                    <constraint firstAttribute="width" constant="286" id="yln-c6-sit"/>
                                </constraints>
                                <state key="normal" title="Call Service">
                                    <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                </state>
                                <connections>
                                    <action selector="didTouchCallServiceButton:" destination="2" eventType="touchUpInside" id="JWC-Cb-3Pn"/>
                                </connections>
                            </button>
                            <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="63m-Ez-ho8">
                                <rect key="frame" x="14" y="166" width="286" height="382"/>
                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                <textInputTraits key="textInputTraits" autocorrectionType="no"/>
                            </textView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstAttribute="trailing" secondItem="63m-Ez-ho8" secondAttribute="trailing" constant="20" symbolic="YES" id="0m3-yb-PuQ"/>
                            <constraint firstItem="63m-Ez-ho8" firstAttribute="leading" secondItem="QA0-kK-dS2" secondAttribute="leading" id="6ym-EJ-Abx"/>
                            <constraint firstAttribute="trailing" secondItem="QA0-kK-dS2" secondAttribute="trailing" constant="20" symbolic="YES" id="D0r-lK-caE"/>
                            <constraint firstItem="QA0-kK-dS2" firstAttribute="top" secondItem="3" secondAttribute="top" constant="20" symbolic="YES" id="Db3-R4-74R"/>
                            <constraint firstItem="63m-Ez-ho8" firstAttribute="top" secondItem="QA0-kK-dS2" secondAttribute="bottom" constant="8" symbolic="YES" id="ezv-eS-DUd"/>
                            <constraint firstAttribute="bottom" secondItem="63m-Ez-ho8" secondAttribute="bottom" constant="20" symbolic="YES" id="ml2-1F-Rd7"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="eventsTextView" destination="63m-Ez-ho8" id="3nP-UV-Bod"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="4" sceneMemberID="firstResponder"/>
            </objects>
        </scene>
    </scenes>
    <simulatedMetricsContainer key="defaultSimulatedMetrics">
        <simulatedStatusBarMetrics key="statusBar"/>
        <simulatedOrientationMetrics key="orientation"/>
        <simulatedScreenMetrics key="destination" type="retina4"/>
    </simulatedMetricsContainer>
</document>
