snikket-ios/Snikket/Conversation.storyboard
2021-10-11 15:07:35 +05:00

849 lines
100 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Conversation Log Controller-->
<scene sceneID="HAl-t0-eCR">
<objects>
<viewController storyboardIdentifier="ConversationLogController" id="HlG-cR-6gR" customClass="ConversationLogController" customModule="Snikket" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" contentMode="scaleToFill" alwaysBounceVertical="YES" keyboardDismissMode="interactive" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelection="NO" allowsSelectionDuringEditing="YES" allowsMultipleSelectionDuringEditing="YES" rowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZHU-a8-qOo">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" name="conversationBackground"/>
<color key="separatorColor" name="conversationBackground"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewSystemCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewSystemCell" rowHeight="33" id="9wb-BJ-QeF" customClass="ChatTableViewSystemCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="44.5" width="414" height="33"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="9wb-BJ-QeF" id="14Y-vA-IHJ">
<rect key="frame" x="0.0" y="0.0" width="414" height="33"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L12-ol-EKe">
<rect key="frame" x="30" y="10" width="354" height="17"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="L12-ol-EKe" firstAttribute="leading" secondItem="14Y-vA-IHJ" secondAttribute="leading" constant="30" id="OIp-Ab-AN9"/>
<constraint firstAttribute="trailing" secondItem="L12-ol-EKe" secondAttribute="trailing" constant="30" id="dbc-Ln-jk9"/>
<constraint firstItem="L12-ol-EKe" firstAttribute="top" secondItem="14Y-vA-IHJ" secondAttribute="top" constant="10" id="jwO-H6-JfN"/>
<constraint firstAttribute="bottom" secondItem="L12-ol-EKe" secondAttribute="bottom" constant="6" id="zMj-x8-h2C"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="messageView" destination="L12-ol-EKe" id="tel-np-pPT"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewMeCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewMeCell" rowHeight="33" id="GBK-nY-egT" customClass="ChatTableViewMeCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="77.5" width="414" height="33"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="GBK-nY-egT" id="kQM-yI-Mn0">
<rect key="frame" x="0.0" y="0.0" width="414" height="33"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7xC-sN-qDC" customClass="MessageTextView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="20" y="4" width="374" height="25"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="7xC-sN-qDC" secondAttribute="bottom" constant="4" id="3cD-Wn-xge"/>
<constraint firstItem="7xC-sN-qDC" firstAttribute="leading" secondItem="kQM-yI-Mn0" secondAttribute="leading" constant="20" id="IM0-dk-ecn"/>
<constraint firstAttribute="trailing" secondItem="7xC-sN-qDC" secondAttribute="trailing" constant="20" id="JqX-3k-1a6"/>
<constraint firstItem="7xC-sN-qDC" firstAttribute="top" secondItem="kQM-yI-Mn0" secondAttribute="top" constant="4" id="UpX-jN-Fls"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="messageView" destination="7xC-sN-qDC" id="OAN-TU-jd1"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewCellContinuation" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewMessageContinuationCell" id="8Et-xM-dnP" customClass="ChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="110.5" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="8Et-xM-dnP" id="V41-Eh-z9O">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eLy-Ru-KPW">
<rect key="frame" x="40" y="0.0" width="125" height="44"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_received9" translatesAutoresizingMaskIntoConstraints="NO" id="Cdg-jt-Owd">
<rect key="frame" x="0.0" y="0.0" width="125" height="44"/>
</imageView>
<view clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rr7-FM-H1v" customClass="MessageTextView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="20" y="4" width="100" height="34"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility>
<constraints>
<constraint firstAttribute="width" constant="100" id="Uc3-L5-MOk"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6su-o4-Xbr">
<rect key="frame" x="125" y="26" width="0.0" height="12"/>
<constraints>
<constraint firstAttribute="width" id="qUu-ca-jDG"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="Cdg-jt-Owd" secondAttribute="trailing" id="7Bj-Va-qUM"/>
<constraint firstItem="rr7-FM-H1v" firstAttribute="leading" secondItem="eLy-Ru-KPW" secondAttribute="leading" constant="20" id="9wR-oh-cMS"/>
<constraint firstItem="6su-o4-Xbr" firstAttribute="leading" secondItem="rr7-FM-H1v" secondAttribute="trailing" constant="5" id="NeZ-Lx-AYx"/>
<constraint firstAttribute="bottom" secondItem="Cdg-jt-Owd" secondAttribute="bottom" id="Udh-eS-Aom"/>
<constraint firstItem="rr7-FM-H1v" firstAttribute="top" secondItem="eLy-Ru-KPW" secondAttribute="top" constant="4" id="eAk-aP-Brc"/>
<constraint firstItem="Cdg-jt-Owd" firstAttribute="top" secondItem="eLy-Ru-KPW" secondAttribute="top" id="eek-xB-jLH"/>
<constraint firstAttribute="bottom" secondItem="rr7-FM-H1v" secondAttribute="bottom" constant="6" id="gNe-bb-Rbl"/>
<constraint firstItem="6su-o4-Xbr" firstAttribute="bottom" secondItem="rr7-FM-H1v" secondAttribute="bottom" id="jrp-ie-iPN"/>
<constraint firstAttribute="trailing" secondItem="6su-o4-Xbr" secondAttribute="trailing" id="q1S-J7-fmK"/>
<constraint firstItem="Cdg-jt-Owd" firstAttribute="leading" secondItem="eLy-Ru-KPW" secondAttribute="leading" id="rwJ-qX-zXX"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="eLy-Ru-KPW" firstAttribute="leading" secondItem="V41-Eh-z9O" secondAttribute="leading" constant="40" id="1Ro-Q4-ylW"/>
<constraint firstAttribute="bottom" secondItem="eLy-Ru-KPW" secondAttribute="bottom" id="Jd3-PU-wOb"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="eLy-Ru-KPW" secondAttribute="trailing" id="lgj-w8-XPO"/>
<constraint firstItem="eLy-Ru-KPW" firstAttribute="top" secondItem="V41-Eh-z9O" secondAttribute="top" id="rs0-Vk-DAw"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="bubbleImageView" destination="Cdg-jt-Owd" id="LBy-dv-bK0"/>
<outlet property="messageTextView" destination="rr7-FM-H1v" id="Aux-iv-2qH"/>
<outlet property="messageWidthConstraint" destination="Uc3-L5-MOk" id="z8a-Bw-dhN"/>
<outlet property="stateView" destination="6su-o4-Xbr" id="zg8-S0-2z5"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewCellContinuation2" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewMessageContinuationCell2" id="huG-Ws-60E" customClass="ChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="154.5" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="huG-Ws-60E" id="MkF-ub-5jO">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pxX-Y2-ucz">
<rect key="frame" x="252" y="0.0" width="122" height="44"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_sent9" translatesAutoresizingMaskIntoConstraints="NO" id="FwZ-9u-qm8">
<rect key="frame" x="0.0" y="0.0" width="122" height="44"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zch-RP-6hH">
<rect key="frame" x="98" y="26" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="OeE-at-wO1"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<view clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2c4-OB-h5D" customClass="MessageTextView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="10" y="4" width="100" height="22"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility>
<constraints>
<constraint firstAttribute="width" constant="100" id="6V9-Mv-14B"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="2c4-OB-h5D" firstAttribute="top" secondItem="pxX-Y2-ucz" secondAttribute="top" constant="4" id="20P-EL-vjq"/>
<constraint firstItem="FwZ-9u-qm8" firstAttribute="leading" secondItem="pxX-Y2-ucz" secondAttribute="leading" id="86z-bo-88g"/>
<constraint firstItem="zch-RP-6hH" firstAttribute="bottom" secondItem="2c4-OB-h5D" secondAttribute="bottom" constant="12" id="9Mi-Ok-BrW"/>
<constraint firstAttribute="bottom" secondItem="zch-RP-6hH" secondAttribute="bottom" constant="6" id="BKH-Jl-Q4x"/>
<constraint firstAttribute="trailing" secondItem="zch-RP-6hH" secondAttribute="trailing" constant="10" id="Yaa-Jd-W85"/>
<constraint firstItem="zch-RP-6hH" firstAttribute="trailing" secondItem="2c4-OB-h5D" secondAttribute="trailing" constant="2" id="apP-bX-HwW"/>
<constraint firstAttribute="bottom" secondItem="FwZ-9u-qm8" secondAttribute="bottom" id="iTS-E5-UAa"/>
<constraint firstItem="2c4-OB-h5D" firstAttribute="leading" secondItem="pxX-Y2-ucz" secondAttribute="leading" constant="10" id="jG9-io-sEl"/>
<constraint firstItem="FwZ-9u-qm8" firstAttribute="top" secondItem="pxX-Y2-ucz" secondAttribute="top" id="jUj-H3-bCL"/>
<constraint firstAttribute="trailing" secondItem="FwZ-9u-qm8" secondAttribute="trailing" id="laZ-6a-IPI"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="pxX-Y2-ucz" firstAttribute="top" secondItem="MkF-ub-5jO" secondAttribute="top" id="GKX-gc-JAg"/>
<constraint firstItem="pxX-Y2-ucz" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="MkF-ub-5jO" secondAttribute="leading" id="X6s-Eo-xni"/>
<constraint firstAttribute="trailing" secondItem="pxX-Y2-ucz" secondAttribute="trailing" constant="40" id="aFK-fa-XpR"/>
<constraint firstAttribute="bottom" secondItem="pxX-Y2-ucz" secondAttribute="bottom" id="wI9-u0-e0n"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="bubbleImageView" destination="FwZ-9u-qm8" id="f2G-4g-UcR"/>
<outlet property="messageTextView" destination="2c4-OB-h5D" id="ICv-ec-cRp"/>
<outlet property="messageWidthConstraint" destination="6V9-Mv-14B" id="qtm-4x-Tsf"/>
<outlet property="stateView" destination="zch-RP-6hH" id="2Wx-oe-wBg"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewLinkPreviewCell" rowHeight="71" id="RRh-Va-SRE" customClass="LinkPreviewChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="198.5" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="RRh-Va-SRE" id="b4O-zc-oXg">
<rect key="frame" x="0.0" y="0.0" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_received9" translatesAutoresizingMaskIntoConstraints="NO" id="eIg-UF-O2r">
<rect key="frame" x="40" y="0.0" width="374" height="71"/>
</imageView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="eIg-UF-O2r" secondAttribute="trailing" id="93I-9Y-wUX"/>
<constraint firstItem="eIg-UF-O2r" firstAttribute="leading" secondItem="b4O-zc-oXg" secondAttribute="leading" constant="40" id="a0v-Tn-PfH"/>
<constraint firstAttribute="bottom" secondItem="eIg-UF-O2r" secondAttribute="bottom" id="gqB-6Q-br0"/>
<constraint firstItem="eIg-UF-O2r" firstAttribute="top" secondItem="b4O-zc-oXg" secondAttribute="top" id="pg8-i2-hlf"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="bubbleImageView" destination="eIg-UF-O2r" id="L8l-wU-EXk"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewAttachmentContinuationCell" rowHeight="71" id="RfX-hS-d2H" customClass="AttachmentChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="269.5" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="RfX-hS-d2H" id="dLL-EZ-lYx">
<rect key="frame" x="0.0" y="0.0" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RrS-s3-dUi">
<rect key="frame" x="40" y="0.0" width="25" height="71"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_received9" translatesAutoresizingMaskIntoConstraints="NO" id="WOv-AK-7Aw">
<rect key="frame" x="0.0" y="0.0" width="25" height="71"/>
</imageView>
<view opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="epj-cu-6G0">
<rect key="frame" x="15" y="10" width="0.0" height="39"/>
</view>
<label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xve-2C-pRH">
<rect key="frame" x="15" y="54" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="JuK-1V-uw5"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="xve-2C-pRH" firstAttribute="top" secondItem="epj-cu-6G0" secondAttribute="bottom" constant="5" id="DHN-3L-GGc"/>
<constraint firstAttribute="trailing" secondItem="WOv-AK-7Aw" secondAttribute="trailing" id="PaR-Wk-UGg"/>
<constraint firstAttribute="bottom" secondItem="xve-2C-pRH" secondAttribute="bottom" constant="5" id="a1a-bm-DaR"/>
<constraint firstItem="WOv-AK-7Aw" firstAttribute="leading" secondItem="RrS-s3-dUi" secondAttribute="leading" id="a9t-S1-q0j"/>
<constraint firstItem="xve-2C-pRH" firstAttribute="leading" secondItem="epj-cu-6G0" secondAttribute="leading" id="asA-iv-0jt"/>
<constraint firstItem="WOv-AK-7Aw" firstAttribute="top" secondItem="RrS-s3-dUi" secondAttribute="top" id="cn2-hx-21N"/>
<constraint firstItem="epj-cu-6G0" firstAttribute="top" secondItem="RrS-s3-dUi" secondAttribute="top" constant="10" id="cvJ-g0-Pbl"/>
<constraint firstAttribute="trailing" secondItem="epj-cu-6G0" secondAttribute="trailing" constant="10" id="neR-ph-fwo"/>
<constraint firstItem="epj-cu-6G0" firstAttribute="leading" secondItem="RrS-s3-dUi" secondAttribute="leading" constant="15" id="qmC-rN-5uF"/>
<constraint firstAttribute="bottom" secondItem="WOv-AK-7Aw" secondAttribute="bottom" id="ySN-Nt-hxX"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="RrS-s3-dUi" secondAttribute="trailing" constant="30" id="LAY-Is-GPd"/>
<constraint firstItem="RrS-s3-dUi" firstAttribute="top" secondItem="dLL-EZ-lYx" secondAttribute="top" id="dIj-qj-f21"/>
<constraint firstItem="RrS-s3-dUi" firstAttribute="leading" secondItem="dLL-EZ-lYx" secondAttribute="leading" constant="40" id="g6b-0I-FCL"/>
<constraint firstAttribute="bottom" secondItem="RrS-s3-dUi" secondAttribute="bottom" id="jPk-5L-8C6"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="bubbleImageView" destination="WOv-AK-7Aw" id="ZTA-88-D0g"/>
<outlet property="customView" destination="epj-cu-6G0" id="ITN-rt-fWh"/>
<outlet property="stateView" destination="xve-2C-pRH" id="elD-Kx-AOR"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewAttachmentContinuationCell2" rowHeight="71" id="MUh-Ya-KMJ" customClass="AttachmentChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="340.5" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="MUh-Ya-KMJ" id="DIf-G5-2Wm">
<rect key="frame" x="0.0" y="0.0" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yLV-OO-wJN">
<rect key="frame" x="349" y="0.0" width="25" height="71"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_sent9" translatesAutoresizingMaskIntoConstraints="NO" id="4Fx-Ub-R9a">
<rect key="frame" x="0.0" y="0.0" width="25" height="71"/>
</imageView>
<view opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LM9-x6-Uhr">
<rect key="frame" x="10" y="10" width="0.0" height="51"/>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OCn-qR-R43">
<rect key="frame" x="1" y="54" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="OJi-kD-loQ"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="OCn-qR-R43" secondAttribute="trailing" constant="10" id="BjN-TL-bMX"/>
<constraint firstItem="4Fx-Ub-R9a" firstAttribute="top" secondItem="yLV-OO-wJN" secondAttribute="top" id="I2t-O0-7Yj"/>
<constraint firstAttribute="bottom" secondItem="OCn-qR-R43" secondAttribute="bottom" constant="5" id="Ov2-4N-EcA"/>
<constraint firstItem="LM9-x6-Uhr" firstAttribute="leading" secondItem="yLV-OO-wJN" secondAttribute="leading" constant="10" id="Pmq-pT-uum"/>
<constraint firstAttribute="bottom" secondItem="4Fx-Ub-R9a" secondAttribute="bottom" id="Zpz-nq-qJK"/>
<constraint firstAttribute="bottom" secondItem="LM9-x6-Uhr" secondAttribute="bottom" constant="10" id="mEc-X4-ljj"/>
<constraint firstItem="4Fx-Ub-R9a" firstAttribute="leading" secondItem="yLV-OO-wJN" secondAttribute="leading" id="tZJ-cC-Fcg"/>
<constraint firstItem="LM9-x6-Uhr" firstAttribute="top" secondItem="yLV-OO-wJN" secondAttribute="top" constant="10" id="y6a-wK-XTV"/>
<constraint firstAttribute="trailing" secondItem="4Fx-Ub-R9a" secondAttribute="trailing" id="yJL-SA-Hsw"/>
<constraint firstAttribute="trailing" secondItem="LM9-x6-Uhr" secondAttribute="trailing" constant="15" id="zdk-hC-qLW"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="yLV-OO-wJN" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="DIf-G5-2Wm" secondAttribute="leading" constant="30" id="Bo8-nf-zHH"/>
<constraint firstAttribute="trailing" secondItem="yLV-OO-wJN" secondAttribute="trailing" constant="40" id="C1c-OH-C5B"/>
<constraint firstItem="yLV-OO-wJN" firstAttribute="top" secondItem="DIf-G5-2Wm" secondAttribute="top" id="cTD-hR-0Se"/>
<constraint firstAttribute="bottom" secondItem="yLV-OO-wJN" secondAttribute="bottom" id="oBV-Xi-wJt"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="bubbleImageView" destination="4Fx-Ub-R9a" id="2Pk-kd-QzD"/>
<outlet property="customView" destination="LM9-x6-Uhr" id="vPy-nG-Dv1"/>
<outlet property="stateView" destination="OCn-qR-R43" id="Pgd-5N-hme"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewMessageCell" rowHeight="60" id="Edg-Ze-o8C" customClass="ChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="411.5" width="414" height="60"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="Edg-Ze-o8C" id="017-Lx-5HC">
<rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bC4-tB-3tb">
<rect key="frame" x="40" y="0.0" width="97" height="60"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_received9" translatesAutoresizingMaskIntoConstraints="NO" id="8sp-sS-akf">
<rect key="frame" x="0.0" y="0.0" width="97" height="60"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</imageView>
<view clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Qw2-0Z-3bH" customClass="MessageTextView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="12" y="5" width="80" height="28"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility>
<constraints>
<constraint firstAttribute="width" constant="80" id="irG-ew-0nb"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QiQ-ly-TnA">
<rect key="frame" x="83" y="48" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="WCb-3M-aEZ"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="dQN-q2-toj">
<rect key="frame" x="12" y="36" width="80" height="14"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lock-incoming" translatesAutoresizingMaskIntoConstraints="NO" id="sOy-Wx-jLK">
<rect key="frame" x="0.0" y="0.0" width="14" height="14"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="d99-1g-UGS"/>
<constraint firstAttribute="height" constant="14" id="ll2-ve-28R"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="Temporary label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5oi-v1-E9H">
<rect key="frame" x="17" y="0.0" width="60" height="14"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="250" text="khalid" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ssl-Fo-PZ6">
<rect key="frame" x="80" y="0.0" width="0.0" height="14"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="QiQ-ly-TnA" secondAttribute="trailing" id="6xm-VP-IEm"/>
<constraint firstAttribute="trailing" secondItem="Qw2-0Z-3bH" secondAttribute="trailing" constant="5" id="KDd-NS-f7c"/>
<constraint firstItem="Qw2-0Z-3bH" firstAttribute="top" secondItem="bC4-tB-3tb" secondAttribute="top" constant="5" id="N7a-gf-sXB"/>
<constraint firstAttribute="bottom" secondItem="QiQ-ly-TnA" secondAttribute="bottom" id="VdX-rj-qOg"/>
<constraint firstItem="dQN-q2-toj" firstAttribute="top" secondItem="Qw2-0Z-3bH" secondAttribute="bottom" constant="3" id="aCx-kq-5c1"/>
<constraint firstItem="dQN-q2-toj" firstAttribute="trailing" secondItem="Qw2-0Z-3bH" secondAttribute="trailing" id="e7S-Wa-zDw"/>
<constraint firstItem="Qw2-0Z-3bH" firstAttribute="leading" secondItem="bC4-tB-3tb" secondAttribute="leading" constant="12" id="l52-wW-trl"/>
<constraint firstAttribute="trailing" secondItem="8sp-sS-akf" secondAttribute="trailing" id="lC8-ij-cn4"/>
<constraint firstAttribute="bottom" secondItem="dQN-q2-toj" secondAttribute="bottom" constant="10" id="uWf-uV-Ahb"/>
<constraint firstItem="8sp-sS-akf" firstAttribute="top" secondItem="bC4-tB-3tb" secondAttribute="top" id="vMA-xO-JUM"/>
<constraint firstItem="dQN-q2-toj" firstAttribute="leading" secondItem="Qw2-0Z-3bH" secondAttribute="leading" id="vzq-Ec-5mp"/>
<constraint firstAttribute="bottom" secondItem="8sp-sS-akf" secondAttribute="bottom" id="wSz-cV-veL"/>
<constraint firstItem="8sp-sS-akf" firstAttribute="leading" secondItem="bC4-tB-3tb" secondAttribute="leading" id="zyc-hE-gy6"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="p4H-BR-fYt" customClass="AvatarView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="6" y="2" width="35" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="fpi-Oh-amS"/>
<constraint firstAttribute="height" constant="35" id="r6a-Qo-BcF"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="bC4-tB-3tb" secondAttribute="trailing" id="32M-5K-UfY"/>
<constraint firstAttribute="bottom" secondItem="bC4-tB-3tb" secondAttribute="bottom" id="EYH-0O-wgN"/>
<constraint firstItem="p4H-BR-fYt" firstAttribute="top" secondItem="017-Lx-5HC" secondAttribute="top" constant="2" id="IQ0-or-0jJ"/>
<constraint firstItem="p4H-BR-fYt" firstAttribute="leading" secondItem="017-Lx-5HC" secondAttribute="leading" constant="6" id="PEj-gg-psH"/>
<constraint firstItem="bC4-tB-3tb" firstAttribute="top" secondItem="017-Lx-5HC" secondAttribute="top" id="UgV-yj-qjP"/>
<constraint firstItem="bC4-tB-3tb" firstAttribute="leading" secondItem="017-Lx-5HC" secondAttribute="leading" constant="40" id="aTr-yV-ZNy"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="avatarView" destination="p4H-BR-fYt" id="xvT-jj-rW9"/>
<outlet property="bubbleImageView" destination="8sp-sS-akf" id="Klk-uK-X4E"/>
<outlet property="lockStateImageView" destination="sOy-Wx-jLK" id="32o-Yh-2Jg"/>
<outlet property="messageTextView" destination="Qw2-0Z-3bH" id="b6u-B0-DT2"/>
<outlet property="messageWidthConstraint" destination="irG-ew-0nb" id="mME-r5-YOy"/>
<outlet property="nicknameView" destination="ssl-Fo-PZ6" id="Agv-of-P4S"/>
<outlet property="stateView" destination="QiQ-ly-TnA" id="NDL-UC-Es0"/>
<outlet property="timestampView" destination="5oi-v1-E9H" id="wSg-1o-lhw"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="ChatTableViewCell2" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewMessageCell2" rowHeight="60" id="5md-uM-UrG" userLabel="ChatTableViewMessageCell2" customClass="ChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="471.5" width="414" height="60"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="5md-uM-UrG" id="Ti4-Ga-E6D">
<rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yzx-94-OMV">
<rect key="frame" x="234" y="0.0" width="140" height="60"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_sent9" translatesAutoresizingMaskIntoConstraints="NO" id="Yvn-Qh-y3C">
<rect key="frame" x="0.0" y="0.0" width="140" height="60"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="cB9-D3-EFb">
<rect key="frame" x="10" y="0.0" width="35.5" height="17"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="highlightedColor"/>
</label>
<view clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cFN-kT-7G4" customClass="MessageTextView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="10" y="22" width="120" height="8.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<accessibility key="accessibilityConfiguration">
<accessibilityTraits key="traits" notEnabled="YES"/>
</accessibility>
<constraints>
<constraint firstAttribute="width" constant="120" id="va6-58-DGT"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="600" text="Temporary label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cBW-3j-fTG">
<rect key="frame" x="21.5" y="35.5" width="89.5" height="14.5"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D8K-fd-usO">
<rect key="frame" x="114" y="38" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="xxd-2R-e2t"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lock-outgoing" translatesAutoresizingMaskIntoConstraints="NO" id="RWg-Ba-EPe">
<rect key="frame" x="4.5" y="36" width="14" height="14"/>
<constraints>
<constraint firstAttribute="height" constant="14" id="Vnz-sz-EkZ"/>
<constraint firstAttribute="width" constant="14" id="nxJ-zM-coF"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="cFN-kT-7G4" firstAttribute="top" secondItem="cB9-D3-EFb" secondAttribute="bottom" constant="5" id="4tO-dO-apc"/>
<constraint firstItem="Yvn-Qh-y3C" firstAttribute="leading" secondItem="yzx-94-OMV" secondAttribute="leading" id="9F1-en-72i"/>
<constraint firstAttribute="trailing" secondItem="cFN-kT-7G4" secondAttribute="trailing" constant="10" id="BTd-CJ-p3T"/>
<constraint firstItem="cB9-D3-EFb" firstAttribute="leading" secondItem="yzx-94-OMV" secondAttribute="leading" constant="10" id="HWK-nl-Itf"/>
<constraint firstItem="cBW-3j-fTG" firstAttribute="leading" secondItem="RWg-Ba-EPe" secondAttribute="trailing" constant="3" id="HkG-Rz-Qw4"/>
<constraint firstItem="RWg-Ba-EPe" firstAttribute="centerY" secondItem="cBW-3j-fTG" secondAttribute="centerY" id="MXo-QQ-Fap"/>
<constraint firstItem="cBW-3j-fTG" firstAttribute="top" secondItem="cFN-kT-7G4" secondAttribute="bottom" constant="5" id="Xay-VP-ppi"/>
<constraint firstAttribute="bottom" secondItem="D8K-fd-usO" secondAttribute="bottom" constant="10" id="b0e-KV-M7r"/>
<constraint firstItem="D8K-fd-usO" firstAttribute="leading" secondItem="cBW-3j-fTG" secondAttribute="trailing" constant="3" id="hY7-kI-4GO"/>
<constraint firstItem="cB9-D3-EFb" firstAttribute="top" secondItem="yzx-94-OMV" secondAttribute="top" id="kFs-sY-GGb"/>
<constraint firstItem="D8K-fd-usO" firstAttribute="trailing" secondItem="cFN-kT-7G4" secondAttribute="trailing" constant="-2" id="nMV-kA-0MM"/>
<constraint firstAttribute="bottom" secondItem="Yvn-Qh-y3C" secondAttribute="bottom" id="q0U-Ge-nVv"/>
<constraint firstItem="D8K-fd-usO" firstAttribute="bottom" secondItem="cBW-3j-fTG" secondAttribute="bottom" id="qbx-oJ-ASL"/>
<constraint firstItem="cFN-kT-7G4" firstAttribute="leading" secondItem="cB9-D3-EFb" secondAttribute="leading" id="t3g-Vx-KkQ"/>
<constraint firstItem="Yvn-Qh-y3C" firstAttribute="top" secondItem="yzx-94-OMV" secondAttribute="top" id="w9R-dp-Ffr"/>
<constraint firstAttribute="trailing" secondItem="Yvn-Qh-y3C" secondAttribute="trailing" id="zd9-ua-6Iu"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2ue-2V-Z6N" customClass="AvatarView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="373" y="22" width="35" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="6O8-rC-YOt"/>
<constraint firstAttribute="height" constant="35" id="bra-js-DnO"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="yzx-94-OMV" firstAttribute="top" secondItem="Ti4-Ga-E6D" secondAttribute="top" id="DrM-bl-aDo"/>
<constraint firstAttribute="trailing" secondItem="yzx-94-OMV" secondAttribute="trailing" constant="40" id="LZv-ui-wNM"/>
<constraint firstItem="yzx-94-OMV" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Ti4-Ga-E6D" secondAttribute="leading" id="R7p-AE-whg"/>
<constraint firstAttribute="trailing" secondItem="2ue-2V-Z6N" secondAttribute="trailing" constant="6" id="We0-Mb-qlB"/>
<constraint firstAttribute="bottom" secondItem="yzx-94-OMV" secondAttribute="bottom" id="ZOL-cb-Q5x"/>
<constraint firstAttribute="bottom" secondItem="2ue-2V-Z6N" secondAttribute="bottom" constant="3" id="kGW-pU-bJQ"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="avatarView" destination="2ue-2V-Z6N" id="S1w-Ra-gHE"/>
<outlet property="bubbleImageView" destination="Yvn-Qh-y3C" id="RLJ-Q0-kbk"/>
<outlet property="lockStateImageView" destination="RWg-Ba-EPe" id="71U-Af-VsZ"/>
<outlet property="messageTextView" destination="cFN-kT-7G4" id="K95-DQ-5lL"/>
<outlet property="messageWidthConstraint" destination="va6-58-DGT" id="vcE-9n-639"/>
<outlet property="nicknameView" destination="cB9-D3-EFb" id="bbZ-Q8-syN"/>
<outlet property="stateView" destination="D8K-fd-usO" id="bVS-fB-m4t"/>
<outlet property="timestampView" destination="cBW-3j-fTG" id="AJ6-Yu-ymz"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewAttachmentCell" rowHeight="71" id="S8a-TQ-tLX" customClass="AttachmentChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="531.5" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="S8a-TQ-tLX" id="3eM-Pw-ok6">
<rect key="frame" x="0.0" y="0.0" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uqF-cV-3id">
<rect key="frame" x="40" y="0.0" width="25" height="71"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_received9" translatesAutoresizingMaskIntoConstraints="NO" id="drR-8a-yrS">
<rect key="frame" x="0.0" y="0.0" width="25" height="71"/>
</imageView>
<view opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZH3-SQ-aI5">
<rect key="frame" x="15" y="5" width="0.0" height="42"/>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5td-rd-iuw">
<rect key="frame" x="11" y="59" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="Xjc-wu-gtX"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="l09-03-R4v">
<rect key="frame" x="15" y="52" width="134" height="14"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lock-incoming" translatesAutoresizingMaskIntoConstraints="NO" id="hha-Hs-Qke">
<rect key="frame" x="0.0" y="0.0" width="14" height="14"/>
<constraints>
<constraint firstAttribute="height" constant="14" id="Gnb-rw-x5t"/>
<constraint firstAttribute="width" constant="14" id="jwg-IY-lBE"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Temporary label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="32T-xF-1Fd">
<rect key="frame" x="17" y="0.0" width="89.5" height="14"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="asdf" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="tO3-cL-7Gp">
<rect key="frame" x="109.5" y="0.0" width="24.5" height="14"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="5td-rd-iuw" secondAttribute="trailing" id="2ZX-F0-c5X"/>
<constraint firstAttribute="bottom" secondItem="drR-8a-yrS" secondAttribute="bottom" id="DuR-Ns-DSm"/>
<constraint firstAttribute="trailing" secondItem="drR-8a-yrS" secondAttribute="trailing" id="O90-ov-qbp"/>
<constraint firstItem="drR-8a-yrS" firstAttribute="leading" secondItem="uqF-cV-3id" secondAttribute="leading" id="Um8-TL-rxy"/>
<constraint firstItem="ZH3-SQ-aI5" firstAttribute="leading" secondItem="uqF-cV-3id" secondAttribute="leading" constant="15" id="VHR-Eq-TGx"/>
<constraint firstItem="l09-03-R4v" firstAttribute="leading" secondItem="ZH3-SQ-aI5" secondAttribute="leading" id="Zkz-qP-lxS"/>
<constraint firstAttribute="bottom" secondItem="l09-03-R4v" secondAttribute="bottom" constant="5" id="biT-Js-LXM"/>
<constraint firstAttribute="bottom" secondItem="5td-rd-iuw" secondAttribute="bottom" id="dcK-8N-Mm8"/>
<constraint firstItem="ZH3-SQ-aI5" firstAttribute="top" secondItem="uqF-cV-3id" secondAttribute="top" constant="5" id="nAg-8J-JeL"/>
<constraint firstItem="drR-8a-yrS" firstAttribute="top" secondItem="uqF-cV-3id" secondAttribute="top" id="pZA-eG-l9N"/>
<constraint firstItem="l09-03-R4v" firstAttribute="top" secondItem="ZH3-SQ-aI5" secondAttribute="bottom" constant="5" id="sja-sC-5JV"/>
<constraint firstAttribute="trailing" secondItem="ZH3-SQ-aI5" secondAttribute="trailing" constant="10" id="tPH-UO-OwD"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="txv-pU-gQT" customClass="AvatarView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="6" y="2" width="35" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="iOO-zb-7zY"/>
<constraint firstAttribute="height" constant="35" id="xFH-1B-LnQ"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="uqF-cV-3id" secondAttribute="trailing" constant="30" id="1y1-qv-Q3Q"/>
<constraint firstItem="uqF-cV-3id" firstAttribute="leading" secondItem="3eM-Pw-ok6" secondAttribute="leading" constant="40" id="66b-SK-aFd"/>
<constraint firstAttribute="bottom" secondItem="uqF-cV-3id" secondAttribute="bottom" id="ICy-c1-7e1"/>
<constraint firstItem="txv-pU-gQT" firstAttribute="leading" secondItem="3eM-Pw-ok6" secondAttribute="leading" constant="6" id="hwB-L7-3Qh"/>
<constraint firstItem="uqF-cV-3id" firstAttribute="top" secondItem="3eM-Pw-ok6" secondAttribute="top" id="qDH-aK-i60"/>
<constraint firstItem="txv-pU-gQT" firstAttribute="top" secondItem="3eM-Pw-ok6" secondAttribute="top" constant="2" id="v4t-Jt-qS0"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="avatarView" destination="txv-pU-gQT" id="Ki2-K6-hHe"/>
<outlet property="bubbleImageView" destination="drR-8a-yrS" id="vsg-vp-X4s"/>
<outlet property="customView" destination="ZH3-SQ-aI5" id="GDl-H0-h0d"/>
<outlet property="lockStateImageView" destination="hha-Hs-Qke" id="nEw-iP-6zJ"/>
<outlet property="nicknameView" destination="tO3-cL-7Gp" id="RCV-wm-Zve"/>
<outlet property="stateView" destination="5td-rd-iuw" id="brf-Uj-TxD"/>
<outlet property="timestampView" destination="32T-xF-1Fd" id="EW9-ZX-jCT"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewAttachmentCell2" rowHeight="71" id="SxS-SO-af1" customClass="AttachmentChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="602.5" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="SxS-SO-af1" id="ngq-dH-Zkb">
<rect key="frame" x="0.0" y="0.0" width="414" height="71"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3eE-e9-J0V">
<rect key="frame" x="349" y="0.0" width="25" height="71"/>
<subviews>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="message_bubble_sent9" translatesAutoresizingMaskIntoConstraints="NO" id="Q0B-cS-AaR">
<rect key="frame" x="0.0" y="0.0" width="25" height="71"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="06O-be-3eh">
<rect key="frame" x="10" y="5" width="36" height="17"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<view opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JuL-0q-CCI">
<rect key="frame" x="10" y="24" width="0.0" height="22.5"/>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QNW-kQ-dGn">
<rect key="frame" x="1" y="54" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="0Jd-ix-kV2"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="600" text="Temporary label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6uy-ZB-6uf">
<rect key="frame" x="-90.5" y="51.5" width="89.5" height="14.5"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7Of-Ji-bfQ">
<rect key="frame" x="-107.5" y="52" width="14" height="14"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="Fsg-ZN-Zuz"/>
<constraint firstAttribute="height" constant="14" id="hqZ-6p-2e2"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="QNW-kQ-dGn" firstAttribute="bottom" secondItem="6uy-ZB-6uf" secondAttribute="bottom" id="3cT-HY-N4p"/>
<constraint firstItem="06O-be-3eh" firstAttribute="top" secondItem="3eE-e9-J0V" secondAttribute="top" constant="5" id="BAs-0e-QoK"/>
<constraint firstItem="JuL-0q-CCI" firstAttribute="top" secondItem="06O-be-3eh" secondAttribute="bottom" constant="2" id="IR3-Cq-whI"/>
<constraint firstItem="6uy-ZB-6uf" firstAttribute="leading" secondItem="7Of-Ji-bfQ" secondAttribute="trailing" constant="3" id="KqY-eI-Q5b"/>
<constraint firstItem="06O-be-3eh" firstAttribute="leading" secondItem="3eE-e9-J0V" secondAttribute="leading" constant="10" id="MIy-50-fCB"/>
<constraint firstAttribute="trailing" secondItem="JuL-0q-CCI" secondAttribute="trailing" constant="15" id="QM3-M7-Xlz"/>
<constraint firstItem="QNW-kQ-dGn" firstAttribute="leading" secondItem="6uy-ZB-6uf" secondAttribute="trailing" constant="2" id="SzV-G9-0v1"/>
<constraint firstAttribute="bottom" secondItem="Q0B-cS-AaR" secondAttribute="bottom" id="Yag-pT-spV"/>
<constraint firstItem="JuL-0q-CCI" firstAttribute="leading" secondItem="06O-be-3eh" secondAttribute="leading" id="b6T-nZ-oJs"/>
<constraint firstAttribute="trailing" secondItem="QNW-kQ-dGn" secondAttribute="trailing" constant="10" id="dl1-bQ-gb3"/>
<constraint firstItem="Q0B-cS-AaR" firstAttribute="leading" secondItem="3eE-e9-J0V" secondAttribute="leading" id="eJd-Ru-cyc"/>
<constraint firstItem="Q0B-cS-AaR" firstAttribute="top" secondItem="3eE-e9-J0V" secondAttribute="top" id="giP-Gh-pKm"/>
<constraint firstAttribute="bottom" secondItem="QNW-kQ-dGn" secondAttribute="bottom" constant="5" id="lnl-1Z-Sb9"/>
<constraint firstItem="6uy-ZB-6uf" firstAttribute="top" secondItem="JuL-0q-CCI" secondAttribute="bottom" constant="5" id="mtg-Yz-kKW"/>
<constraint firstAttribute="trailing" secondItem="Q0B-cS-AaR" secondAttribute="trailing" id="peq-ew-ROv"/>
<constraint firstItem="7Of-Ji-bfQ" firstAttribute="centerY" secondItem="6uy-ZB-6uf" secondAttribute="centerY" id="rLJ-6k-pma"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6o4-fX-daO" customClass="AvatarView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="373" y="31" width="35" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="4py-7q-Xyv"/>
<constraint firstAttribute="height" constant="35" id="sDY-FY-ioJ"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="3eE-e9-J0V" firstAttribute="top" secondItem="ngq-dH-Zkb" secondAttribute="top" id="7Y1-lM-1cP"/>
<constraint firstAttribute="trailing" secondItem="3eE-e9-J0V" secondAttribute="trailing" constant="40" id="9qF-ZT-g43"/>
<constraint firstAttribute="bottom" secondItem="6o4-fX-daO" secondAttribute="bottom" constant="5" id="bS1-zF-QKX"/>
<constraint firstItem="3eE-e9-J0V" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ngq-dH-Zkb" secondAttribute="leading" constant="30" id="kd4-G1-VKH"/>
<constraint firstAttribute="bottom" secondItem="3eE-e9-J0V" secondAttribute="bottom" id="mFH-yh-TbB"/>
<constraint firstAttribute="trailing" secondItem="6o4-fX-daO" secondAttribute="trailing" constant="6" id="s1e-W1-wAP"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="avatarView" destination="6o4-fX-daO" id="DNd-ot-1qV"/>
<outlet property="bubbleImageView" destination="Q0B-cS-AaR" id="GNf-8W-0C5"/>
<outlet property="customView" destination="JuL-0q-CCI" id="YfX-F2-6mj"/>
<outlet property="lockStateImageView" destination="7Of-Ji-bfQ" id="pEO-cY-sbV"/>
<outlet property="nicknameView" destination="06O-be-3eh" id="ztr-7v-UOK"/>
<outlet property="stateView" destination="QNW-kQ-dGn" id="nVu-dv-52X"/>
<outlet property="timestampView" destination="6uy-ZB-6uf" id="07r-GL-2a4"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ChatTableViewInvitationCell" rowHeight="78" id="kHO-eT-tka" customClass="InvitationChatTableViewCell" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="0.0" y="673.5" width="414" height="78"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" tableViewCell="kHO-eT-tka" id="ftW-8h-UsW">
<rect key="frame" x="0.0" y="0.0" width="414" height="78"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="3vr-dl-Qiu" customClass="AvatarView" customModule="Snikket" customModuleProvider="target">
<rect key="frame" x="6" y="5" width="30" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="2d5-dK-UW6"/>
<constraint firstAttribute="width" constant="30" id="6YL-XT-xkr"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="dgn-EH-yKd">
<rect key="frame" x="44" y="5" width="36" height="17"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="600" text="Temporary label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cra-oQ-xvS">
<rect key="frame" x="288" y="6" width="120" height="16"/>
<constraints>
<constraint firstAttribute="width" constant="120" id="HUD-CM-nex"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="12"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gXW-nI-RQn">
<rect key="frame" x="394" y="60" width="14" height="12"/>
<constraints>
<constraint firstAttribute="width" constant="14" id="n0c-I9-EiH"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="10"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<label contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Incoming message" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hZz-Xf-ov6">
<rect key="frame" x="44" y="24" width="350" height="17"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" name="chatMessageText"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kwJ-Pb-kCU">
<rect key="frame" x="168" y="43" width="78" height="29"/>
<constraints>
<constraint firstAttribute="width" constant="78" id="pqQ-KI-DUV"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<inset key="titleEdgeInsets" minX="10" minY="0.0" maxX="10" maxY="0.0"/>
<state key="normal" title="Accept">
<color key="titleColor" name="tintColor"/>
<preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
</state>
<connections>
<action selector="acceptClicked:" destination="kHO-eT-tka" eventType="touchUpInside" id="a72-nf-VHI"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="cra-oQ-xvS" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="dgn-EH-yKd" secondAttribute="trailing" constant="10" id="2Hz-Ld-b5t"/>
<constraint firstItem="hZz-Xf-ov6" firstAttribute="top" secondItem="dgn-EH-yKd" secondAttribute="bottom" constant="2" id="7iO-d9-USJ"/>
<constraint firstItem="gXW-nI-RQn" firstAttribute="top" relation="greaterThanOrEqual" secondItem="dgn-EH-yKd" secondAttribute="bottom" constant="2" id="CGU-LM-Yxw"/>
<constraint firstItem="cra-oQ-xvS" firstAttribute="bottom" secondItem="dgn-EH-yKd" secondAttribute="bottom" id="D6C-wf-XDB"/>
<constraint firstAttribute="trailing" secondItem="cra-oQ-xvS" secondAttribute="trailing" constant="6" id="G34-zM-sJe"/>
<constraint firstItem="3vr-dl-Qiu" firstAttribute="top" secondItem="ftW-8h-UsW" secondAttribute="top" constant="5" id="I8X-Tp-e8m"/>
<constraint firstItem="kwJ-Pb-kCU" firstAttribute="bottom" secondItem="gXW-nI-RQn" secondAttribute="bottom" id="Jbl-Lg-eh2"/>
<constraint firstItem="dgn-EH-yKd" firstAttribute="leading" secondItem="3vr-dl-Qiu" secondAttribute="trailing" constant="8" id="KMK-jA-C84"/>
<constraint firstAttribute="trailing" secondItem="gXW-nI-RQn" secondAttribute="trailing" constant="6" id="R3e-Bs-Nzh"/>
<constraint firstItem="kwJ-Pb-kCU" firstAttribute="centerX" secondItem="ftW-8h-UsW" secondAttribute="centerX" id="TLy-Oc-RSj"/>
<constraint firstItem="kwJ-Pb-kCU" firstAttribute="top" secondItem="hZz-Xf-ov6" secondAttribute="bottom" constant="2" id="kmM-a1-CIY"/>
<constraint firstItem="cra-oQ-xvS" firstAttribute="top" secondItem="ftW-8h-UsW" secondAttribute="top" constant="6" id="l6w-fq-50y"/>
<constraint firstItem="hZz-Xf-ov6" firstAttribute="trailing" secondItem="gXW-nI-RQn" secondAttribute="leading" id="osI-zg-u7L"/>
<constraint firstItem="hZz-Xf-ov6" firstAttribute="leading" secondItem="dgn-EH-yKd" secondAttribute="leading" id="uI4-4T-d6X"/>
<constraint firstAttribute="bottom" secondItem="gXW-nI-RQn" secondAttribute="bottom" constant="6" id="xsS-pZ-hVD"/>
<constraint firstItem="3vr-dl-Qiu" firstAttribute="leading" secondItem="ftW-8h-UsW" secondAttribute="leading" constant="6" id="y6z-Rf-FsQ"/>
<constraint firstItem="dgn-EH-yKd" firstAttribute="top" secondItem="3vr-dl-Qiu" secondAttribute="top" id="yIq-PQ-upN"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="acceptButton" destination="kwJ-Pb-kCU" id="gpd-zR-EuB"/>
<outlet property="avatarView" destination="3vr-dl-Qiu" id="Twc-y3-rGB"/>
<outlet property="defBottomButtonConstraint" destination="Jbl-Lg-eh2" id="2hh-np-K1K"/>
<outlet property="messageField" destination="hZz-Xf-ov6" id="VpI-nE-MWZ"/>
<outlet property="nicknameView" destination="dgn-EH-yKd" id="fF0-5F-xJK"/>
<outlet property="stateView" destination="gXW-nI-RQn" id="Urs-cD-69w"/>
<outlet property="timestampView" destination="cra-oQ-xvS" id="zx3-D5-9yd"/>
</connections>
</tableViewCell>
</prototypes>
</tableView>
<extendedEdge key="edgesForExtendedLayout" top="YES"/>
<connections>
<outlet property="tableView" destination="ZHU-a8-qOo" id="ibR-lP-ySg"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="BNS-SK-G2S" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="866.66666666666674" y="130.58035714285714"/>
</scene>
</scenes>
<resources>
<image name="lock-incoming" width="32" height="32"/>
<image name="lock-outgoing" width="24" height="24"/>
<image name="message_bubble_received9" width="16.5" height="14.5"/>
<image name="message_bubble_sent9" width="16.5" height="13.5"/>
<namedColor name="chatMessageText">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="conversationBackground">
<color red="0.93333333333333335" green="0.93333333333333335" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="tintColor">
<color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>