<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="KXI-Gp-cB2">
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
    </dependencies>
    <scenes>
        <!--Demo Chat-->
        <scene sceneID="NbP-xD-65C">
            <objects>
                <viewController id="klz-pk-6lW" customClass="STKChatViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="8is-ep-zV4"/>
                        <viewControllerLayoutGuide type="bottom" id="JQM-oh-qW5"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="uP5-MA-l9y">
                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ala-hF-VUk">
                                <rect key="frame" x="0.0" y="519" width="320" height="49"/>
                                <subviews>
                                    <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ig2-vE-R0S">
                                        <rect key="frame" x="274" y="8" width="38" height="32"/>
                                        <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                        <state key="normal" title="Send">
                                            <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                        </state>
                                        <connections>
                                            <action selector="sendClicked:" destination="klz-pk-6lW" eventType="touchUpInside" id="Tl0-CE-qAF"/>
                                        </connections>
                                    </button>
                                    <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UEI-iu-DOR">
                                        <rect key="frame" x="8" y="8" width="254" height="33"/>
                                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="33" id="cb2-Yx-HZ8"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                        <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
                                        <connections>
                                            <outlet property="delegate" destination="klz-pk-6lW" id="T4Z-Ed-pT8"/>
                                        </connections>
                                    </textView>
                                </subviews>
                                <color key="backgroundColor" red="0.96470588235294119" green="0.96470588235294119" blue="0.96470588235294119" alpha="1" colorSpace="calibratedRGB"/>
                                <constraints>
                                    <constraint firstAttribute="centerY" secondItem="ig2-vE-R0S" secondAttribute="centerY" id="EKb-Cr-hHi"/>
                                    <constraint firstItem="UEI-iu-DOR" firstAttribute="top" secondItem="ala-hF-VUk" secondAttribute="top" constant="8" id="K0c-na-h6M"/>
                                    <constraint firstAttribute="trailing" secondItem="ig2-vE-R0S" secondAttribute="trailing" constant="8" id="W2H-Dr-1wl"/>
                                    <constraint firstItem="UEI-iu-DOR" firstAttribute="leading" secondItem="ala-hF-VUk" secondAttribute="leading" constant="8" id="WVC-01-mtL"/>
                                    <constraint firstAttribute="bottom" secondItem="UEI-iu-DOR" secondAttribute="bottom" constant="8" id="cnP-ga-way"/>
                                    <constraint firstItem="ig2-vE-R0S" firstAttribute="leading" secondItem="UEI-iu-DOR" secondAttribute="trailing" constant="12" id="jyN-ZS-cZT"/>
                                </constraints>
                            </view>
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="160" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="Ia5-oU-XSp">
                                <rect key="frame" x="0.0" y="64" width="320" height="455"/>
                                <color key="backgroundColor" red="0.98039215686274506" green="0.98039215686274506" blue="0.98039215686274506" alpha="1" colorSpace="calibratedRGB"/>
                                <prototypes>
                                    <tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" id="cYY-dQ-3W2" customClass="STKChatStickerCell">
                                        <rect key="frame" x="0.0" y="22" width="320" height="160"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="cYY-dQ-3W2" id="zHO-0R-UvJ">
                                            <rect key="frame" x="0.0" y="0.0" width="320" height="160"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jre-cg-nrc">
                                                    <rect key="frame" x="103" y="69" width="21" height="22"/>
                                                    <state key="normal" image="STKDownloadIcon">
                                                        <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
                                                    </state>
                                                </button>
                                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="77l-po-v5c">
                                                    <rect key="frame" x="148" y="0.0" width="160" height="160"/>
                                                    <constraints>
                                                        <constraint firstAttribute="width" constant="160" id="HMQ-zB-fs1"/>
                                                        <constraint firstAttribute="height" constant="160" id="ksz-Tl-ph5" userLabel="height = 160"/>
                                                    </constraints>
                                                </imageView>
                                            </subviews>
                                            <constraints>
                                                <constraint firstAttribute="bottom" secondItem="77l-po-v5c" secondAttribute="bottom" id="4c0-01-lnT"/>
                                                <constraint firstAttribute="trailing" secondItem="77l-po-v5c" secondAttribute="trailing" constant="12" id="56B-pe-ZsU"/>
                                                <constraint firstAttribute="centerY" secondItem="jre-cg-nrc" secondAttribute="centerY" id="Dwk-w8-0Ij"/>
                                                <constraint firstItem="77l-po-v5c" firstAttribute="top" secondItem="zHO-0R-UvJ" secondAttribute="top" id="bH4-wY-Ilw"/>
                                                <constraint firstItem="77l-po-v5c" firstAttribute="leading" secondItem="jre-cg-nrc" secondAttribute="trailing" constant="24" id="zHk-Yl-QN2"/>
                                            </constraints>
                                        </tableViewCellContentView>
                                        <color key="backgroundColor" red="0.98039215690000003" green="0.98039215690000003" blue="0.98039215690000003" alpha="1" colorSpace="calibratedRGB"/>
                                        <connections>
                                            <outlet property="downloadButton" destination="jre-cg-nrc" id="BkZ-ct-g0k"/>
                                            <outlet property="stickerImageView" destination="77l-po-v5c" id="hpL-kU-QVZ"/>
                                        </connections>
                                    </tableViewCell>
                                    <tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="textCell" rowHeight="40" id="alU-1L-DTU" customClass="STKChatTextCell">
                                        <rect key="frame" x="0.0" y="182" width="320" height="40"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="alU-1L-DTU" id="aDH-fd-zwB">
                                            <rect key="frame" x="0.0" y="0.0" width="320" height="40"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="293" translatesAutoresizingMaskIntoConstraints="NO" id="Fld-rv-rsb">
                                                    <rect key="frame" x="14" y="10" width="293" height="20"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="Fld-rv-rsb" secondAttribute="trailing" constant="13" id="VpV-Hd-dQZ"/>
                                                <constraint firstItem="Fld-rv-rsb" firstAttribute="top" secondItem="aDH-fd-zwB" secondAttribute="top" constant="10" id="gN9-UG-3KL"/>
                                                <constraint firstAttribute="bottom" secondItem="Fld-rv-rsb" secondAttribute="bottom" constant="10" id="nBo-uz-Yrd"/>
                                                <constraint firstItem="Fld-rv-rsb" firstAttribute="leading" secondItem="aDH-fd-zwB" secondAttribute="leading" constant="14" id="v52-CJ-WRt"/>
                                            </constraints>
                                        </tableViewCellContentView>
                                        <color key="backgroundColor" red="0.98039215690000003" green="0.98039215690000003" blue="0.98039215690000003" alpha="1" colorSpace="calibratedRGB"/>
                                        <connections>
                                            <outlet property="textMessage" destination="Fld-rv-rsb" id="KTW-Ju-xhe"/>
                                        </connections>
                                    </tableViewCell>
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="klz-pk-6lW" id="VRO-Ef-oxc"/>
                                    <outlet property="delegate" destination="klz-pk-6lW" id="0yz-0z-DSK"/>
                                </connections>
                            </tableView>
                            <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kVW-oW-gEu">
                                <rect key="frame" x="0.0" y="64" width="320" height="30"/>
                                <subviews>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iF0-KH-iqC">
                                        <rect key="frame" x="282" y="0.0" width="30" height="30"/>
                                        <constraints>
                                            <constraint firstAttribute="width" constant="30" id="rKP-Bk-IXe"/>
                                            <constraint firstAttribute="height" constant="30" id="ybN-ah-KS0"/>
                                        </constraints>
                                        <state key="normal" title="X"/>
                                    </button>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No internet connection" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iaA-7k-Dsc">
                                        <rect key="frame" x="38" y="0.0" width="244" height="30"/>
                                        <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                                        <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                </subviews>
                                <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
                                <constraints>
                                    <constraint firstAttribute="bottom" secondItem="iaA-7k-Dsc" secondAttribute="bottom" id="460-nJ-xIN"/>
                                    <constraint firstAttribute="trailing" secondItem="iF0-KH-iqC" secondAttribute="trailing" constant="8" id="JRM-7P-L2y"/>
                                    <constraint firstItem="iF0-KH-iqC" firstAttribute="leading" secondItem="iaA-7k-Dsc" secondAttribute="trailing" id="N85-Aa-fxa"/>
                                    <constraint firstItem="iaA-7k-Dsc" firstAttribute="leading" secondItem="kVW-oW-gEu" secondAttribute="leading" constant="38" id="Pcq-dp-gVq"/>
                                    <constraint firstItem="iF0-KH-iqC" firstAttribute="top" secondItem="kVW-oW-gEu" secondAttribute="top" id="hRM-sA-lPJ"/>
                                    <constraint firstAttribute="height" constant="30" id="i1z-aP-AwU"/>
                                    <constraint firstItem="iaA-7k-Dsc" firstAttribute="top" secondItem="kVW-oW-gEu" secondAttribute="top" id="ljT-M5-mTa"/>
                                    <constraint firstItem="iF0-KH-iqC" firstAttribute="leading" secondItem="iaA-7k-Dsc" secondAttribute="trailing" id="sjq-Kf-r8H"/>
                                    <constraint firstAttribute="bottom" secondItem="iF0-KH-iqC" secondAttribute="bottom" id="uOq-t0-xFi"/>
                                </constraints>
                            </view>
                            <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="pcm-wv-x2A">
                                <rect key="frame" x="0.0" y="439" width="320" height="80"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="80" id="udz-2L-sga"/>
                                </constraints>
                                <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="4oo-yg-BbZ">
                                    <size key="itemSize" width="50" height="50"/>
                                    <size key="headerReferenceSize" width="0.0" height="0.0"/>
                                    <size key="footerReferenceSize" width="0.0" height="0.0"/>
                                    <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                </collectionViewFlowLayout>
                                <cells>
                                    <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="hCC-Z3-m9C">
                                        <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                        <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                                            <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                        </view>
                                    </collectionViewCell>
                                </cells>
                            </collectionView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstItem="JQM-oh-qW5" firstAttribute="top" secondItem="ala-hF-VUk" secondAttribute="bottom" id="1Mo-za-2Xq"/>
                            <constraint firstAttribute="trailing" secondItem="kVW-oW-gEu" secondAttribute="trailing" id="7AL-2v-cDy"/>
                            <constraint firstItem="Ia5-oU-XSp" firstAttribute="leading" secondItem="uP5-MA-l9y" secondAttribute="leading" id="Az0-YQ-X2b"/>
                            <constraint firstItem="Ia5-oU-XSp" firstAttribute="top" secondItem="8is-ep-zV4" secondAttribute="bottom" id="ETm-TC-lvj"/>
                            <constraint firstItem="ala-hF-VUk" firstAttribute="top" secondItem="Ia5-oU-XSp" secondAttribute="bottom" id="F1l-Px-6la"/>
                            <constraint firstAttribute="trailing" secondItem="ala-hF-VUk" secondAttribute="trailing" id="Feh-uN-MtQ"/>
                            <constraint firstItem="ala-hF-VUk" firstAttribute="leading" secondItem="uP5-MA-l9y" secondAttribute="leading" id="Gdz-2M-SbC"/>
                            <constraint firstItem="kVW-oW-gEu" firstAttribute="top" secondItem="8is-ep-zV4" secondAttribute="bottom" id="S6z-e4-7ac"/>
                            <constraint firstItem="ala-hF-VUk" firstAttribute="top" secondItem="pcm-wv-x2A" secondAttribute="bottom" id="SCl-IN-t84"/>
                            <constraint firstAttribute="trailing" secondItem="Ia5-oU-XSp" secondAttribute="trailing" id="mNk-dz-gFH"/>
                            <constraint firstItem="pcm-wv-x2A" firstAttribute="leading" secondItem="Ia5-oU-XSp" secondAttribute="leading" id="rt3-Vw-txM"/>
                            <constraint firstItem="pcm-wv-x2A" firstAttribute="trailing" secondItem="Ia5-oU-XSp" secondAttribute="trailing" id="scp-Jk-CgJ"/>
                            <constraint firstItem="kVW-oW-gEu" firstAttribute="leading" secondItem="uP5-MA-l9y" secondAttribute="leading" id="tTd-oS-YAF"/>
                        </constraints>
                    </view>
                    <navigationItem key="navigationItem" title="Demo Chat" id="UNQ-G8-HQD"/>
                    <connections>
                        <outlet property="bottomViewConstraint" destination="1Mo-za-2Xq" id="CCL-6Y-EUU"/>
                        <outlet property="collectionView" destination="pcm-wv-x2A" id="hTW-TZ-AQe"/>
                        <outlet property="errorView" destination="kVW-oW-gEu" id="5nA-zq-7Yt"/>
                        <outlet property="inputTextView" destination="UEI-iu-DOR" id="w8J-PG-Yd1"/>
                        <outlet property="sendButton" destination="ig2-vE-R0S" id="Tnj-ic-9ba"/>
                        <outlet property="tableView" destination="Ia5-oU-XSp" id="x5Z-OE-v4Z"/>
                        <outlet property="textInputPanel" destination="ala-hF-VUk" id="B9k-ro-T9z"/>
                        <outlet property="textViewHeightConstraint" destination="cb2-Yx-HZ8" id="uF0-j3-hmo"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="Cdv-o1-OIz" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1013" y="274"/>
        </scene>
        <!--Navigation Controller-->
        <scene sceneID="dpY-Tn-s11">
            <objects>
                <navigationController automaticallyAdjustsScrollViewInsets="NO" id="KXI-Gp-cB2" sceneMemberID="viewController">
                    <toolbarItems/>
                    <navigationBar key="navigationBar" contentMode="scaleToFill" id="Ltc-wD-62x">
                        <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </navigationBar>
                    <nil name="viewControllers"/>
                    <connections>
                        <segue destination="klz-pk-6lW" kind="relationship" relationship="rootViewController" id="E39-h5-QyS"/>
                    </connections>
                </navigationController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="NSK-vt-dzn" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="580.79999999999995" y="274.5333333333333"/>
        </scene>
    </scenes>
    <resources>
        <image name="STKDownloadIcon" width="21" height="21"/>
    </resources>
</document>
