1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
3    <dependencies>
4        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
5    </dependencies>
6    <objects>
7        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RunModelViewController">
8            <connections>
9                <outlet property="urlContentTextView" destination="quY-AK-ZCn" id="YjW-BO-1Ta"/>
10                <outlet property="urlTextField" destination="hPw-q5-vh5" id="wmc-b6-2CV"/>
11                <outlet property="view" destination="1" id="iHm-Rr-4wj"/>
12            </connections>
13        </placeholder>
14        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
15        <view contentMode="scaleToFill" id="1">
16            <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
17            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
18            <subviews>
19                <textView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" text="The results of running the model will appear here." selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="quY-AK-ZCn">
20                    <rect key="frame" x="40" y="99" width="240" height="168"/>
21                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
22                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
23                    <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
24                </textView>
25                <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AAC-Bk-PCC">
26                    <rect key="frame" x="76" y="37" width="168" height="30"/>
27                    <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
28                    <state key="normal" title="Run Model">
29                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
30                    </state>
31                    <connections>
32                        <action selector="getUrl:" destination="-1" eventType="touchUpInside" id="mdP-nK-k9T"/>
33                    </connections>
34                </button>
35            </subviews>
36            <color key="backgroundColor" red="0.78314738357315861" green="0.79869981749999996" blue="0.56305065858222869" alpha="1" colorSpace="calibratedRGB"/>
37        </view>
38        <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="http://localhost:8080" borderStyle="roundedRect" placeholder="Enter URL" minimumFontSize="17" id="hPw-q5-vh5">
39            <rect key="frame" x="0.0" y="0.0" width="280" height="30"/>
40            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
41            <fontDescription key="fontDescription" type="system" pointSize="14"/>
42            <textInputTraits key="textInputTraits"/>
43            <point key="canvasLocation" x="795" y="44"/>
44        </textField>
45    </objects>
46</document>
47