blob: 492e83bdb7509c0141c70fcf81f24ece754f171c [file] [log] [blame]
Kateryna Kostiuk0ba1baf2017-05-12 16:51:27 -04001<?xml version="1.0" encoding="UTF-8"?>
Anthony Léonard2382b562017-12-13 15:51:28 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision0f66bd32016-01-18 11:30:45 -05003 <dependencies>
Anthony Léonard2382b562017-12-13 15:51:28 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
Anthony Léonardade9f9b2017-07-26 15:51:12 -04005 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Olivier Soldano13c69e32018-01-05 12:01:36 -05006 <capability name="system font weights other than Regular or Bold" minToolsVersion="7.0"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -05007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="ConversationVC">
10 <connections>
Olivier Soldano13c69e32018-01-05 12:01:36 -050011 <outlet property="conversationID" destination="SQT-Vf-Lhr" id="eab-vD-7X7"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050012 <outlet property="conversationTitle" destination="ucx-6g-eJw" id="40T-pM-nix"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050013 <outlet property="messageField" destination="bsk-Gj-qQ2" id="JYN-bF-ttw"/>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040014 <outlet property="messagesViewVC" destination="iH6-17-JsM" id="uxH-Ra-lSr"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050015 <outlet property="sendButton" destination="UJf-cF-RAo" id="8PF-7G-w1d"/>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -050016 <outlet property="sendFileButton" destination="gwx-eT-PcN" id="BMw-53-phy"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050017 <outlet property="sendPanel" destination="Rth-di-Tls" id="vCd-kM-DLc"/>
Olivier Soldanof563e152018-01-09 16:08:32 -050018 <outlet property="titleCenteredConstraint" destination="uTp-kU-NmC" id="ccn-92-zaA"/>
Anthony Léonardade9f9b2017-07-26 15:51:12 -040019 <outlet property="titleTopConstraint" destination="32s-Wp-DE1" id="fms-Yu-vrn"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050020 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
21 </connections>
22 </customObject>
23 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
24 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
25 <customView wantsLayer="YES" id="Hz6-mo-xeY">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -050026 <rect key="frame" x="0.0" y="0.0" width="798" height="828"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050027 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
28 <subviews>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -040029 <customView verticalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="EJD-f8-Xqd">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -050030 <rect key="frame" x="0.0" y="51" width="798" height="719"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050031 <subviews>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -040032 <scrollView verticalCompressionResistancePriority="250" borderType="none" autohidesScrollers="YES" horizontalLineScroll="62" horizontalPageScroll="10" verticalLineScroll="62" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" scrollerKnobStyle="dark" translatesAutoresizingMaskIntoConstraints="NO" id="Ez2-Rf-DZN">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -050033 <rect key="frame" x="49" y="0.0" width="700" height="719"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050034 <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="ofC-Bs-tHR">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -050035 <rect key="frame" x="0.0" y="0.0" width="700" height="719"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050036 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
37 <subviews>
Anthony Léonard2382b562017-12-13 15:51:28 -050038 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" autosaveColumns="NO" rowHeight="60" rowSizeStyle="automatic" viewBased="YES" id="bOO-CW-S21">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -050039 <rect key="frame" x="0.0" y="0.0" width="700" height="719"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050040 <autoresizingMask key="autoresizingMask"/>
41 <size key="intercellSpacing" width="3" height="2"/>
42 <color key="backgroundColor" white="1" alpha="0.0" colorSpace="deviceWhite"/>
43 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
44 <tableColumns>
Anthony Léonard2382b562017-12-13 15:51:28 -050045 <tableColumn identifier="" width="697" minWidth="40" maxWidth="1000" id="hwp-Th-i2d">
Alexandre Lision0f66bd32016-01-18 11:30:45 -050046 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
47 <font key="font" metaFont="smallSystem"/>
48 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
49 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
50 </tableHeaderCell>
51 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="FgV-iF-gGQ">
52 <font key="font" metaFont="system"/>
53 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
54 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
55 </textFieldCell>
56 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
57 <prototypeCellViews>
58 <tableCellView identifier="LeftMessageView" id="tMT-xX-A4E" userLabel="IMTableCellView" customClass="IMTableCellView">
59 <rect key="frame" x="1" y="1" width="697" height="60"/>
60 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
61 <subviews>
62 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="Uy5-qA-IO7">
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040063 <rect key="frame" x="0.0" y="15" width="40" height="40"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050064 <constraints>
65 <constraint firstAttribute="height" constant="40" id="Fyz-zn-84R"/>
66 <constraint firstAttribute="width" constant="40" id="Ybg-RM-bK9"/>
67 </constraints>
68 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="ro7-HT-yYC"/>
69 </imageView>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040070 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VYf-4a-zyd" customClass="MessageBubbleView">
71 <rect key="frame" x="55" y="10" width="605" height="40"/>
72 <subviews>
73 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="70Z-up-big" customClass="NSTextView">
74 <rect key="frame" x="0.0" y="0.0" width="605" height="40"/>
75 </customView>
76 </subviews>
77 <constraints>
78 <constraint firstAttribute="trailing" secondItem="70Z-up-big" secondAttribute="trailing" id="EsS-Iy-hGM"/>
79 <constraint firstAttribute="bottom" secondItem="70Z-up-big" secondAttribute="bottom" id="IYL-SU-tEA"/>
80 <constraint firstItem="70Z-up-big" firstAttribute="top" secondItem="VYf-4a-zyd" secondAttribute="top" id="jqQ-81-SYd"/>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040081 </constraints>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050082 </customView>
83 </subviews>
84 <constraints>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040085 <constraint firstItem="Uy5-qA-IO7" firstAttribute="leading" secondItem="tMT-xX-A4E" secondAttribute="leading" id="45F-kb-ZCT"/>
86 <constraint firstAttribute="bottom" secondItem="VYf-4a-zyd" secondAttribute="bottom" constant="5" id="4Jz-IX-8s6"/>
87 <constraint firstItem="VYf-4a-zyd" firstAttribute="top" secondItem="tMT-xX-A4E" secondAttribute="top" constant="5" id="HMF-Dk-IeK"/>
88 <constraint firstItem="VYf-4a-zyd" firstAttribute="leading" secondItem="Uy5-qA-IO7" secondAttribute="trailing" constant="2" id="PlF-GX-T6E"/>
89 <constraint firstItem="Uy5-qA-IO7" firstAttribute="top" secondItem="tMT-xX-A4E" secondAttribute="top" constant="5" id="ufU-t0-cbx"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050090 </constraints>
91 <connections>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -040092 <outlet property="msgBackground" destination="VYf-4a-zyd" id="ocX-FS-gSN"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -050093 <outlet property="msgView" destination="70Z-up-big" id="4DD-c6-QQX"/>
94 <outlet property="photoView" destination="Uy5-qA-IO7" id="jaJ-4h-2Qs"/>
95 </connections>
96 </tableCellView>
97 <tableCellView identifier="RightMessageView" id="Kuf-56-7Og" userLabel="IMTableCellView" customClass="IMTableCellView">
98 <rect key="frame" x="1" y="63" width="697" height="60"/>
99 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
100 <subviews>
101 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="HA2-42-bNS">
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400102 <rect key="frame" x="657" y="15" width="40" height="40"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500103 <constraints>
104 <constraint firstAttribute="width" constant="40" id="659-GG-n6s"/>
105 <constraint firstAttribute="height" constant="40" id="Wco-GQ-lKP"/>
106 </constraints>
107 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="FYc-av-dNW"/>
108 </imageView>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400109 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Sfu-lT-vTc" customClass="MessageBubbleView">
110 <rect key="frame" x="5" y="10" width="637" height="40"/>
111 <subviews>
112 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gob-L5-RgR" customClass="NSTextView">
113 <rect key="frame" x="0.0" y="0.0" width="637" height="40"/>
114 </customView>
115 </subviews>
116 <constraints>
117 <constraint firstAttribute="bottom" secondItem="gob-L5-RgR" secondAttribute="bottom" id="3w5-QY-yhR"/>
118 <constraint firstAttribute="trailing" secondItem="gob-L5-RgR" secondAttribute="trailing" id="IB6-Za-sb1"/>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400119 <constraint firstItem="gob-L5-RgR" firstAttribute="top" secondItem="Sfu-lT-vTc" secondAttribute="top" id="slK-P7-XoB"/>
120 </constraints>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500121 </customView>
122 </subviews>
123 <constraints>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400124 <constraint firstItem="HA2-42-bNS" firstAttribute="leading" secondItem="Sfu-lT-vTc" secondAttribute="trailing" constant="2" id="Cdl-wc-CyM"/>
125 <constraint firstItem="HA2-42-bNS" firstAttribute="top" secondItem="Kuf-56-7Og" secondAttribute="top" constant="5" id="pOA-ZJ-lX1"/>
126 <constraint firstItem="Sfu-lT-vTc" firstAttribute="top" secondItem="Kuf-56-7Og" secondAttribute="top" constant="5" id="qxj-49-fiY"/>
127 <constraint firstAttribute="trailing" secondItem="HA2-42-bNS" secondAttribute="trailing" id="tev-NB-s0E"/>
128 <constraint firstAttribute="bottom" secondItem="Sfu-lT-vTc" secondAttribute="bottom" constant="5" id="yPW-zU-W4e"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500129 </constraints>
130 <connections>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400131 <outlet property="msgBackground" destination="Sfu-lT-vTc" id="7bK-eM-vle"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500132 <outlet property="msgView" destination="gob-L5-RgR" id="jaX-qj-YQA"/>
133 <outlet property="photoView" destination="HA2-42-bNS" id="sCn-k7-x60"/>
134 </connections>
135 </tableCellView>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500136 <tableCellView identifier="RightOngoingFileView" id="f7f-vE-9kV" userLabel="IMTableCellView" customClass="IMTableCellView">
137 <rect key="frame" x="1" y="125" width="697" height="60"/>
138 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
139 <subviews>
140 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="6ZV-0W-v6y">
141 <rect key="frame" x="657" y="15" width="40" height="40"/>
142 <constraints>
143 <constraint firstAttribute="height" constant="40" id="QUs-oq-f5l"/>
144 <constraint firstAttribute="width" constant="40" id="w1W-3e-vMf"/>
145 </constraints>
146 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="MUe-8z-ojQ"/>
147 </imageView>
148 <customView ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="288-cW-DUh" customClass="MessageBubbleView">
149 <rect key="frame" x="5" y="5" width="637" height="50"/>
150 <subviews>
151 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oA1-1W-48a" userLabel="Decline">
152 <rect key="frame" x="36" y="6" width="44" height="43"/>
153 <constraints>
154 <constraint firstAttribute="width" constant="32" id="eno-jd-EES"/>
155 <constraint firstAttribute="height" constant="32" id="whe-B6-NjG"/>
156 </constraints>
157 <buttonCell key="cell" type="push" bezelStyle="rounded" image="ic_action_cancel" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Owp-AR-dig">
158 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
159 <font key="font" metaFont="system"/>
160 </buttonCell>
161 <connections>
162 <action selector="declineIncomingFile:" target="iH6-17-JsM" id="ct1-HB-Dn6"/>
163 </connections>
164 </button>
165 <progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" doubleValue="33" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="RQe-25-hLb">
166 <rect key="frame" x="5" y="13" width="32" height="32"/>
167 <constraints>
168 <constraint firstAttribute="width" constant="32" id="VnX-XK-8ca"/>
169 </constraints>
170 </progressIndicator>
171 <customView horizontalCompressionResistancePriority="250" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OYt-X6-K8Z" customClass="NSTextView">
172 <rect key="frame" x="74" y="0.0" width="637" height="50"/>
173 </customView>
174 </subviews>
175 <constraints>
176 <constraint firstItem="OYt-X6-K8Z" firstAttribute="top" secondItem="288-cW-DUh" secondAttribute="top" id="0w3-eS-T0V"/>
177 <constraint firstAttribute="trailing" secondItem="OYt-X6-K8Z" secondAttribute="trailing" id="4mQ-qU-7Y7"/>
178 <constraint firstAttribute="bottom" secondItem="OYt-X6-K8Z" secondAttribute="bottom" id="Ad6-EC-9Du"/>
179 <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="oA1-1W-48a" secondAttribute="bottom" constant="5" id="GH0-Dl-Zm5"/>
180 <constraint firstItem="oA1-1W-48a" firstAttribute="leading" secondItem="RQe-25-hLb" secondAttribute="trailing" constant="5" id="N9y-Ub-YcP"/>
181 <constraint firstItem="RQe-25-hLb" firstAttribute="leading" secondItem="288-cW-DUh" secondAttribute="leading" constant="5" id="Q4J-tW-vxk"/>
182 <constraint firstItem="OYt-X6-K8Z" firstAttribute="leading" secondItem="oA1-1W-48a" secondAttribute="trailing" id="RB7-Go-yT0"/>
183 <constraint firstItem="oA1-1W-48a" firstAttribute="top" secondItem="288-cW-DUh" secondAttribute="top" constant="5" id="bmm-Bb-vGK"/>
184 <constraint firstItem="RQe-25-hLb" firstAttribute="centerY" secondItem="oA1-1W-48a" secondAttribute="centerY" id="dbW-7T-VKp"/>
185 </constraints>
186 </customView>
187 </subviews>
188 <constraints>
189 <constraint firstItem="288-cW-DUh" firstAttribute="top" secondItem="f7f-vE-9kV" secondAttribute="top" constant="5" id="189-x9-b4Q"/>
190 <constraint firstItem="6ZV-0W-v6y" firstAttribute="leading" secondItem="288-cW-DUh" secondAttribute="trailing" constant="2" id="Eob-bX-rsc"/>
191 <constraint firstAttribute="trailing" secondItem="6ZV-0W-v6y" secondAttribute="trailing" id="FFU-0x-vz5"/>
192 <constraint firstAttribute="bottom" secondItem="288-cW-DUh" secondAttribute="bottom" constant="5" id="IDq-mx-De5"/>
193 <constraint firstItem="6ZV-0W-v6y" firstAttribute="top" secondItem="f7f-vE-9kV" secondAttribute="top" constant="5" id="yuG-tg-EgK"/>
194 </constraints>
195 <connections>
196 <outlet property="declineButton" destination="oA1-1W-48a" id="u4X-s7-mLU"/>
197 <outlet property="msgBackground" destination="288-cW-DUh" id="koc-Gd-hgM"/>
198 <outlet property="msgView" destination="OYt-X6-K8Z" id="feR-5l-GtK"/>
199 <outlet property="photoView" destination="6ZV-0W-v6y" id="h61-cj-yop"/>
200 <outlet property="progressIndicator" destination="RQe-25-hLb" id="yTf-O0-SLK"/>
201 </connections>
202 </tableCellView>
203 <tableCellView identifier="RightFinishedFileView" id="4Sx-gX-5hR" userLabel="IMTableCellView" customClass="IMTableCellView">
204 <rect key="frame" x="1" y="187" width="697" height="60"/>
205 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
206 <subviews>
207 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="Ayo-jj-LFy">
208 <rect key="frame" x="657" y="15" width="40" height="40"/>
209 <constraints>
210 <constraint firstAttribute="height" constant="40" id="Xsx-aB-mSP"/>
211 <constraint firstAttribute="width" constant="40" id="Ybl-P2-4he"/>
212 </constraints>
213 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="qXk-fg-A5x"/>
214 </imageView>
215 <customView ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PRw-Bx-lOE" customClass="MessageBubbleView">
216 <rect key="frame" x="5" y="5" width="637" height="50"/>
217 <subviews>
218 <customView horizontalCompressionResistancePriority="250" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Eay-Qd-gzU" customClass="NSTextView">
219 <rect key="frame" x="48" y="0.0" width="637" height="50"/>
220 </customView>
221 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yyn-kD-JYn" userLabel="Status Label">
222 <rect key="frame" x="3" y="17" width="47" height="17"/>
223 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Status" id="9UH-bZ-Dh4">
224 <font key="font" metaFont="system"/>
225 <color key="textColor" name="tertiaryLabelColor" catalog="System" colorSpace="catalog"/>
226 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
227 </textFieldCell>
228 </textField>
229 </subviews>
230 <constraints>
231 <constraint firstAttribute="bottom" secondItem="Eay-Qd-gzU" secondAttribute="bottom" id="2Mf-LT-vm4"/>
232 <constraint firstItem="yyn-kD-JYn" firstAttribute="leading" secondItem="PRw-Bx-lOE" secondAttribute="leading" constant="5" id="Fbh-Rh-T7h"/>
233 <constraint firstItem="Eay-Qd-gzU" firstAttribute="leading" secondItem="yyn-kD-JYn" secondAttribute="trailing" id="U7x-zY-aVr"/>
234 <constraint firstAttribute="trailing" secondItem="Eay-Qd-gzU" secondAttribute="trailing" id="Z9N-9J-pyy"/>
235 <constraint firstItem="yyn-kD-JYn" firstAttribute="centerY" secondItem="PRw-Bx-lOE" secondAttribute="centerY" id="bRX-OM-beQ"/>
236 <constraint firstItem="Eay-Qd-gzU" firstAttribute="top" secondItem="PRw-Bx-lOE" secondAttribute="top" id="v7Y-pr-j64"/>
237 </constraints>
238 </customView>
239 </subviews>
240 <constraints>
241 <constraint firstAttribute="trailing" secondItem="Ayo-jj-LFy" secondAttribute="trailing" id="3mw-Ec-2zY"/>
242 <constraint firstItem="Ayo-jj-LFy" firstAttribute="top" secondItem="4Sx-gX-5hR" secondAttribute="top" constant="5" id="EBF-pl-GH2"/>
243 <constraint firstItem="Ayo-jj-LFy" firstAttribute="leading" secondItem="PRw-Bx-lOE" secondAttribute="trailing" constant="2" id="GQX-Cp-IUU"/>
244 <constraint firstAttribute="bottom" secondItem="PRw-Bx-lOE" secondAttribute="bottom" constant="5" id="cLM-O7-7x9"/>
245 <constraint firstItem="PRw-Bx-lOE" firstAttribute="top" secondItem="4Sx-gX-5hR" secondAttribute="top" constant="5" id="q5m-ch-0IR"/>
246 </constraints>
247 <connections>
248 <outlet property="msgBackground" destination="PRw-Bx-lOE" id="Lgp-wk-Xx5"/>
249 <outlet property="msgView" destination="Eay-Qd-gzU" id="AsA-MB-ZdR"/>
250 <outlet property="photoView" destination="Ayo-jj-LFy" id="rbR-Xf-oze"/>
251 <outlet property="statusLabel" destination="yyn-kD-JYn" id="SGR-Ih-255"/>
252 </connections>
253 </tableCellView>
254 <tableCellView identifier="LeftIncomingFileView" id="Odu-Nr-199" userLabel="IMTableCellView" customClass="IMTableCellView">
255 <rect key="frame" x="1" y="249" width="697" height="60"/>
256 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
257 <subviews>
258 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="Mx0-t4-qXG">
259 <rect key="frame" x="0.0" y="15" width="40" height="40"/>
260 <constraints>
261 <constraint firstAttribute="height" constant="40" id="CYH-Z6-b8M"/>
262 <constraint firstAttribute="width" constant="40" id="naJ-gi-89J"/>
263 </constraints>
264 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="g6c-CI-X0M"/>
265 </imageView>
266 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="J5n-7R-huf" customClass="MessageBubbleView">
267 <rect key="frame" x="55" y="10" width="605" height="40"/>
268 <subviews>
269 <button verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wSq-TJ-Fxq" userLabel="Accept">
270 <rect key="frame" x="562" y="6" width="44" height="43"/>
271 <constraints>
272 <constraint firstAttribute="width" constant="32" id="Dhe-TU-Erm"/>
273 <constraint firstAttribute="height" constant="32" id="mCf-09-bRq"/>
274 </constraints>
275 <buttonCell key="cell" type="push" bezelStyle="rounded" image="ic_action_accept" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="knW-8b-nvH">
276 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
277 <font key="font" metaFont="system"/>
278 </buttonCell>
279 <connections>
280 <action selector="acceptIncomingFile:" target="iH6-17-JsM" id="Tq9-dO-tCJ"/>
281 </connections>
282 </button>
283 <button verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Z5E-G0-jlX" userLabel="Decline">
284 <rect key="frame" x="530" y="6" width="44" height="43"/>
285 <constraints>
286 <constraint firstAttribute="width" constant="32" id="7US-mA-f8t"/>
287 <constraint firstAttribute="height" constant="32" id="euz-XP-VIf"/>
288 </constraints>
289 <buttonCell key="cell" type="push" bezelStyle="rounded" image="ic_action_cancel" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="KMv-4s-k77">
290 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
291 <font key="font" metaFont="system"/>
292 </buttonCell>
293 <connections>
294 <action selector="declineIncomingFile:" target="iH6-17-JsM" id="vbO-mr-Vca"/>
295 </connections>
296 </button>
297 <customView horizontalCompressionResistancePriority="250" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rCz-99-NJH" customClass="NSTextView">
298 <rect key="frame" x="0.0" y="0.0" width="605" height="40"/>
299 </customView>
300 </subviews>
301 <constraints>
302 <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="wSq-TJ-Fxq" secondAttribute="bottom" constant="5" id="5jC-hz-Yxp"/>
303 <constraint firstItem="rCz-99-NJH" firstAttribute="top" secondItem="J5n-7R-huf" secondAttribute="top" id="7ST-Y0-6Cq"/>
304 <constraint firstItem="Z5E-G0-jlX" firstAttribute="top" secondItem="J5n-7R-huf" secondAttribute="top" constant="5" id="Clg-8G-RD9"/>
305 <constraint firstItem="Z5E-G0-jlX" firstAttribute="leading" secondItem="rCz-99-NJH" secondAttribute="trailing" constant="5" id="ZLY-qk-XVH"/>
306 <constraint firstItem="rCz-99-NJH" firstAttribute="leading" secondItem="J5n-7R-huf" secondAttribute="leading" id="bcC-K6-60G"/>
307 <constraint firstItem="wSq-TJ-Fxq" firstAttribute="top" secondItem="J5n-7R-huf" secondAttribute="top" constant="5" id="lDu-jH-4ZI"/>
308 <constraint firstAttribute="bottom" secondItem="rCz-99-NJH" secondAttribute="bottom" id="nX4-e8-YpD"/>
309 <constraint firstAttribute="trailing" secondItem="wSq-TJ-Fxq" secondAttribute="trailing" constant="5" id="oUi-Yb-fYT"/>
310 <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="Z5E-G0-jlX" secondAttribute="bottom" constant="5" id="pMb-Yj-JJH"/>
311 <constraint firstItem="wSq-TJ-Fxq" firstAttribute="leading" secondItem="Z5E-G0-jlX" secondAttribute="trailing" constant="5" id="z00-ml-93t"/>
312 </constraints>
313 </customView>
314 </subviews>
315 <constraints>
316 <constraint firstItem="Mx0-t4-qXG" firstAttribute="leading" secondItem="Odu-Nr-199" secondAttribute="leading" id="3vm-v9-cOX"/>
317 <constraint firstItem="Mx0-t4-qXG" firstAttribute="top" secondItem="Odu-Nr-199" secondAttribute="top" constant="5" id="KUS-OA-Pbc"/>
318 <constraint firstItem="J5n-7R-huf" firstAttribute="leading" secondItem="Mx0-t4-qXG" secondAttribute="trailing" constant="2" id="b3C-Nz-woA"/>
319 <constraint firstAttribute="bottom" secondItem="J5n-7R-huf" secondAttribute="bottom" constant="5" id="laY-Fk-kHl"/>
320 <constraint firstItem="J5n-7R-huf" firstAttribute="top" secondItem="Odu-Nr-199" secondAttribute="top" constant="5" id="oOe-mF-FMF"/>
321 </constraints>
322 <connections>
323 <outlet property="acceptButton" destination="wSq-TJ-Fxq" id="cgs-PK-dTN"/>
324 <outlet property="declineButton" destination="Z5E-G0-jlX" id="7gs-ee-HQ2"/>
325 <outlet property="msgBackground" destination="J5n-7R-huf" id="Pk6-3e-pep"/>
326 <outlet property="msgView" destination="rCz-99-NJH" id="ylK-rc-y4t"/>
327 <outlet property="photoView" destination="Mx0-t4-qXG" id="Rna-gq-ahd"/>
328 </connections>
329 </tableCellView>
330 <tableCellView identifier="LeftOngoingFileView" id="CHz-G3-A9X" userLabel="IMTableCellView" customClass="IMTableCellView">
331 <rect key="frame" x="1" y="311" width="697" height="60"/>
332 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
333 <subviews>
334 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="rA1-FV-pqD">
335 <rect key="frame" x="0.0" y="15" width="40" height="40"/>
336 <constraints>
337 <constraint firstAttribute="height" constant="40" id="fzP-wx-JhH"/>
338 <constraint firstAttribute="width" constant="40" id="vr5-jk-25y"/>
339 </constraints>
340 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="FuY-pz-D94"/>
341 </imageView>
342 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6a5-Sv-RTW" customClass="MessageBubbleView">
343 <rect key="frame" x="55" y="10" width="605" height="40"/>
344 <subviews>
345 <button verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="HMc-FM-eyU" userLabel="Decline">
346 <rect key="frame" x="530" y="6" width="44" height="43"/>
347 <constraints>
348 <constraint firstAttribute="width" constant="32" id="E8F-5q-Wpm"/>
349 <constraint firstAttribute="height" constant="32" id="loH-Lp-2pk"/>
350 </constraints>
351 <buttonCell key="cell" type="push" bezelStyle="rounded" image="ic_action_cancel" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fhl-9d-Q8d">
352 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
353 <font key="font" metaFont="system"/>
354 </buttonCell>
355 <connections>
356 <action selector="declineIncomingFile:" target="iH6-17-JsM" id="lZ3-6d-6rG"/>
357 </connections>
358 </button>
359 <progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" ambiguous="YES" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="r9c-sr-4T8" userLabel="Progress Indicator">
360 <rect key="frame" x="575" y="13" width="32" height="32"/>
361 <constraints>
362 <constraint firstAttribute="height" constant="32" id="4Jx-qB-KkC"/>
363 <constraint firstAttribute="width" constant="32" id="EUi-fn-PKE"/>
364 </constraints>
365 </progressIndicator>
366 <customView horizontalCompressionResistancePriority="250" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7RV-DW-36s" customClass="NSTextView">
367 <rect key="frame" x="0.0" y="0.0" width="605" height="40"/>
368 </customView>
369 </subviews>
370 <constraints>
371 <constraint firstItem="r9c-sr-4T8" firstAttribute="leading" secondItem="HMc-FM-eyU" secondAttribute="trailing" constant="5" id="Eb9-Le-O2g"/>
372 <constraint firstItem="7RV-DW-36s" firstAttribute="top" secondItem="6a5-Sv-RTW" secondAttribute="top" id="F3k-8s-bif"/>
373 <constraint firstAttribute="trailing" secondItem="r9c-sr-4T8" secondAttribute="trailing" constant="5" id="H20-PK-xmk"/>
374 <constraint firstItem="r9c-sr-4T8" firstAttribute="centerY" secondItem="HMc-FM-eyU" secondAttribute="centerY" id="Rs6-7X-YSS"/>
375 <constraint firstItem="HMc-FM-eyU" firstAttribute="leading" secondItem="7RV-DW-36s" secondAttribute="trailing" constant="5" id="WT2-Pq-oRs"/>
376 <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="HMc-FM-eyU" secondAttribute="bottom" constant="5" id="YuN-gQ-XPV"/>
377 <constraint firstItem="7RV-DW-36s" firstAttribute="leading" secondItem="6a5-Sv-RTW" secondAttribute="leading" id="dAp-5z-uJx"/>
378 <constraint firstItem="HMc-FM-eyU" firstAttribute="top" secondItem="6a5-Sv-RTW" secondAttribute="top" constant="5" id="dhQ-9i-WIp"/>
379 <constraint firstAttribute="bottom" secondItem="7RV-DW-36s" secondAttribute="bottom" id="yYR-NR-qzg"/>
380 </constraints>
381 </customView>
382 </subviews>
383 <constraints>
384 <constraint firstItem="rA1-FV-pqD" firstAttribute="top" secondItem="CHz-G3-A9X" secondAttribute="top" constant="5" id="FF7-iT-f6H"/>
385 <constraint firstItem="6a5-Sv-RTW" firstAttribute="leading" secondItem="rA1-FV-pqD" secondAttribute="trailing" constant="2" id="Qfy-Lo-Ld7"/>
386 <constraint firstItem="6a5-Sv-RTW" firstAttribute="top" secondItem="CHz-G3-A9X" secondAttribute="top" constant="5" id="Xym-5G-K13"/>
387 <constraint firstAttribute="bottom" secondItem="6a5-Sv-RTW" secondAttribute="bottom" constant="5" id="uyT-xw-0Dt"/>
388 <constraint firstItem="rA1-FV-pqD" firstAttribute="leading" secondItem="CHz-G3-A9X" secondAttribute="leading" id="wrI-ab-uok"/>
389 </constraints>
390 <connections>
391 <outlet property="declineButton" destination="HMc-FM-eyU" id="HPP-Zh-pWk"/>
392 <outlet property="msgBackground" destination="6a5-Sv-RTW" id="y39-jd-8xS"/>
393 <outlet property="msgView" destination="7RV-DW-36s" id="j1R-oc-xBX"/>
394 <outlet property="photoView" destination="rA1-FV-pqD" id="ujZ-qR-aoI"/>
395 <outlet property="progressIndicator" destination="r9c-sr-4T8" id="4WO-SM-3hK"/>
396 </connections>
397 </tableCellView>
398 <tableCellView identifier="LeftFinishedFileView" id="uhL-Ve-VU7" userLabel="IMTableCellView" customClass="IMTableCellView">
399 <rect key="frame" x="1" y="373" width="697" height="60"/>
400 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
401 <subviews>
402 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="Rqb-9f-Zoq">
403 <rect key="frame" x="0.0" y="15" width="40" height="40"/>
404 <constraints>
405 <constraint firstAttribute="height" constant="40" id="LTJ-IZ-3Gu"/>
406 <constraint firstAttribute="width" constant="40" id="PZo-zB-kO5"/>
407 </constraints>
408 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="SOa-ju-8N4"/>
409 </imageView>
410 <customView ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Kx7-K6-Not" customClass="MessageBubbleView">
411 <rect key="frame" x="55" y="10" width="605" height="40"/>
412 <subviews>
413 <customView horizontalCompressionResistancePriority="250" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="o5P-Ba-cmY" customClass="NSTextView">
414 <rect key="frame" x="0.0" y="0.0" width="605" height="40"/>
415 </customView>
416 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YQ5-ba-kO1" userLabel="Status Label">
417 <rect key="frame" x="548" y="17" width="43" height="17"/>
418 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="wda-AH-f6w">
419 <font key="font" metaFont="system"/>
420 <color key="textColor" name="tertiaryLabelColor" catalog="System" colorSpace="catalog"/>
421 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
422 </textFieldCell>
423 </textField>
424 </subviews>
425 <constraints>
426 <constraint firstItem="o5P-Ba-cmY" firstAttribute="leading" secondItem="Kx7-K6-Not" secondAttribute="leading" id="JvE-B3-K2i"/>
427 <constraint firstAttribute="trailing" secondItem="YQ5-ba-kO1" secondAttribute="trailing" constant="5" id="aYy-ZZ-ChA"/>
428 <constraint firstItem="YQ5-ba-kO1" firstAttribute="leading" secondItem="o5P-Ba-cmY" secondAttribute="trailing" id="byM-WN-BoL"/>
429 <constraint firstAttribute="bottom" secondItem="o5P-Ba-cmY" secondAttribute="bottom" id="igc-YG-x7g"/>
430 <constraint firstItem="o5P-Ba-cmY" firstAttribute="top" secondItem="Kx7-K6-Not" secondAttribute="top" id="lVY-Rs-Wde"/>
431 <constraint firstItem="YQ5-ba-kO1" firstAttribute="centerY" secondItem="Kx7-K6-Not" secondAttribute="centerY" id="stn-hm-WVf"/>
432 </constraints>
433 </customView>
434 </subviews>
435 <constraints>
436 <constraint firstItem="Kx7-K6-Not" firstAttribute="leading" secondItem="Rqb-9f-Zoq" secondAttribute="trailing" constant="2" id="7Ka-Rf-v9d"/>
437 <constraint firstItem="Kx7-K6-Not" firstAttribute="top" secondItem="uhL-Ve-VU7" secondAttribute="top" constant="5" id="87q-V7-EcF"/>
438 <constraint firstItem="Rqb-9f-Zoq" firstAttribute="top" secondItem="uhL-Ve-VU7" secondAttribute="top" constant="5" id="dNk-da-JyN"/>
439 <constraint firstItem="Rqb-9f-Zoq" firstAttribute="leading" secondItem="uhL-Ve-VU7" secondAttribute="leading" id="etr-El-H0q"/>
440 <constraint firstAttribute="bottom" secondItem="Kx7-K6-Not" secondAttribute="bottom" constant="5" id="owe-iS-CLq"/>
441 </constraints>
442 <connections>
443 <outlet property="msgBackground" destination="Kx7-K6-Not" id="Hpi-s1-okx"/>
444 <outlet property="msgView" destination="o5P-Ba-cmY" id="hAb-pv-dEB"/>
445 <outlet property="photoView" destination="Rqb-9f-Zoq" id="JRG-ed-wgX"/>
446 <outlet property="statusLabel" destination="YQ5-ba-kO1" id="0Xu-ui-RrM"/>
447 </connections>
448 </tableCellView>
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500449 <tableCellView identifier="GenericInteractionView" misplaced="YES" id="pNa-Do-cpO" userLabel="GenericInteractionView">
450 <rect key="frame" x="1" y="435" width="697" height="22"/>
451 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
452 <subviews>
453 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="35p-WS-DUv" userLabel="ContactInteractionLabel">
454 <rect key="frame" x="330" y="6" width="37" height="17"/>
455 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="jRF-Jm-tK5">
456 <font key="font" metaFont="systemLight" size="13"/>
457 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
458 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
459 </textFieldCell>
460 </textField>
461 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="aUR-Zb-1Ry">
462 <rect key="frame" x="174" y="-2" width="350" height="5"/>
463 <constraints>
464 <constraint firstAttribute="width" constant="350" id="gh1-og-RNm"/>
465 </constraints>
466 </box>
467 </subviews>
468 <constraints>
469 <constraint firstItem="aUR-Zb-1Ry" firstAttribute="centerX" secondItem="pNa-Do-cpO" secondAttribute="centerX" id="3cU-kJ-UWV"/>
470 <constraint firstItem="aUR-Zb-1Ry" firstAttribute="top" secondItem="35p-WS-DUv" secondAttribute="bottom" constant="5" id="GM2-QF-lCd"/>
471 <constraint firstItem="35p-WS-DUv" firstAttribute="top" secondItem="pNa-Do-cpO" secondAttribute="top" constant="5" id="Sph-s4-1Fc"/>
472 <constraint firstAttribute="bottom" secondItem="aUR-Zb-1Ry" secondAttribute="bottom" id="fJU-4m-Wz2"/>
473 <constraint firstItem="35p-WS-DUv" firstAttribute="centerX" secondItem="pNa-Do-cpO" secondAttribute="centerX" id="im5-bF-xb1"/>
474 </constraints>
475 </tableCellView>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500476 </prototypeCellViews>
477 </tableColumn>
478 </tableColumns>
479 <connections>
Anthony Léonard2382b562017-12-13 15:51:28 -0500480 <outlet property="dataSource" destination="iH6-17-JsM" id="po1-Zr-U4G"/>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400481 <outlet property="delegate" destination="iH6-17-JsM" id="Zgx-7J-egB"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500482 </connections>
Anthony Léonard2382b562017-12-13 15:51:28 -0500483 </tableView>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500484 </subviews>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500485 </clipView>
486 <constraints>
487 <constraint firstAttribute="width" constant="700" id="hVv-sa-XIA"/>
488 </constraints>
489 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="6oQ-AB-A54">
490 <rect key="frame" x="-100" y="-100" width="739" height="15"/>
491 <autoresizingMask key="autoresizingMask"/>
492 </scroller>
493 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="pfa-gR-gKp">
494 <rect key="frame" x="-100" y="-100" width="15" height="402"/>
495 <autoresizingMask key="autoresizingMask"/>
496 </scroller>
497 </scrollView>
498 </subviews>
499 <constraints>
500 <constraint firstAttribute="bottom" secondItem="Ez2-Rf-DZN" secondAttribute="bottom" id="6uS-ss-nxc"/>
501 <constraint firstItem="Ez2-Rf-DZN" firstAttribute="centerX" secondItem="EJD-f8-Xqd" secondAttribute="centerX" id="Pp1-d0-p1x"/>
502 <constraint firstItem="Ez2-Rf-DZN" firstAttribute="top" secondItem="EJD-f8-Xqd" secondAttribute="top" id="Yph-EE-S8F"/>
503 </constraints>
504 </customView>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400505 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="Sn1-dJ-QCw">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500506 <rect key="frame" x="20" y="767" width="758" height="5"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400507 </box>
Kateryna Kostiuk958cd072017-07-14 15:56:35 -0400508 <button toolTip="Record" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ooq-vs-Xt1" customClass="HoverButton">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500509 <rect key="frame" x="20" y="779" width="40" height="40"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500510 <constraints>
511 <constraint firstAttribute="height" constant="40" id="69o-49-0QB"/>
512 <constraint firstAttribute="width" constant="40" id="ImE-zq-KIj"/>
513 </constraints>
514 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_arrow_back" imagePosition="overlaps" alignment="center" transparent="YES" imageScaling="proportionallyDown" id="DP0-lw-oRl">
515 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
516 <font key="font" metaFont="system"/>
517 </buttonCell>
518 <userDefinedRuntimeAttributes>
Kateryna Kostiuk958cd072017-07-14 15:56:35 -0400519 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
Anthony Léonard053283b2017-08-03 15:03:53 -0400520 <color key="value" red="0.76470588235294112" green="0.76470588235294112" blue="0.76470588235294112" alpha="1" colorSpace="calibratedRGB"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500521 </userDefinedRuntimeAttribute>
Kateryna Kostiuk958cd072017-07-14 15:56:35 -0400522 <userDefinedRuntimeAttribute type="color" keyPath="imageColor">
523 <color key="value" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
524 </userDefinedRuntimeAttribute>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500525 </userDefinedRuntimeAttributes>
526 <connections>
Alexandre Lision01cf5e32016-01-21 15:54:30 -0500527 <action selector="backPressed:" target="-2" id="Vfg-Ve-O7w"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500528 </connections>
529 </button>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400530 <customView verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="Rth-di-Tls" customClass="SendMessagePanel">
Kateryna Kostiuk33089872017-07-14 16:43:59 -0400531 <rect key="frame" x="0.0" y="0.0" width="798" height="50"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500532 <subviews>
Anthony Léonardade9f9b2017-07-26 15:51:12 -0400533 <textField verticalCompressionResistancePriority="1000" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bsk-Gj-qQ2">
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500534 <rect key="frame" x="48" y="5" width="666" height="40"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400535 <textFieldCell key="cell" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" placeholderString="Send a message" id="Ilz-7v-2fr" customClass="SendMessageCell">
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500536 <font key="font" metaFont="system"/>
537 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
538 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
539 </textFieldCell>
540 <connections>
541 <binding destination="-2" name="value" keyPath="self.message" id="ZEx-5Y-rtp">
542 <dictionary key="options">
543 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
544 <string key="NSMultipleValuesPlaceholder">Send a message</string>
545 <string key="NSNoSelectionPlaceholder">Send a message</string>
546 <string key="NSNullPlaceholder">Send a message</string>
547 </dictionary>
548 </binding>
549 <outlet property="delegate" destination="-2" id="2u2-D4-htz"/>
550 </connections>
551 </textField>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500552 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UJf-cF-RAo" customClass="HoverButton">
Olivier Soldano13c69e32018-01-05 12:01:36 -0500553 <rect key="frame" x="714" y="5" width="40" height="40"/>
Nicolas Jagereccf8ae2016-02-05 16:34:00 -0500554 <constraints>
555 <constraint firstAttribute="width" constant="40" id="TmF-ip-m4C"/>
556 <constraint firstAttribute="height" constant="40" id="rbQ-lE-sAq"/>
557 </constraints>
Kateryna Kostiuk958cd072017-07-14 15:56:35 -0400558 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_action_send" imagePosition="overlaps" alignment="center" enabled="NO" transparent="YES" imageScaling="proportionallyDown" inset="2" id="s6a-eK-t3T">
Nicolas Jagereccf8ae2016-02-05 16:34:00 -0500559 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
560 <font key="font" metaFont="system"/>
561 </buttonCell>
Kateryna Kostiuk958cd072017-07-14 15:56:35 -0400562 <userDefinedRuntimeAttributes>
563 <userDefinedRuntimeAttribute type="color" keyPath="imageColor">
564 <color key="value" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
565 </userDefinedRuntimeAttribute>
566 </userDefinedRuntimeAttributes>
Nicolas Jagereccf8ae2016-02-05 16:34:00 -0500567 <connections>
568 <action selector="sendMessage:" target="-2" id="5Cf-jA-eJM"/>
569 <binding destination="-2" name="enabled" keyPath="self.message.length" id="ZmZ-2N-CPX"/>
570 </connections>
571 </button>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500572 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gwx-eT-PcN" customClass="HoverButton">
573 <rect key="frame" x="756" y="5" width="40" height="40"/>
574 <constraints>
575 <constraint firstAttribute="height" constant="40" id="C2W-wV-YvF"/>
576 <constraint firstAttribute="width" constant="40" id="zZF-4P-pW9"/>
577 </constraints>
578 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_file_upload" imagePosition="overlaps" alignment="center" enabled="NO" transparent="YES" imageScaling="proportionallyDown" inset="2" id="gfQ-c5-YPu">
579 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
580 <font key="font" metaFont="system"/>
581 </buttonCell>
582 <userDefinedRuntimeAttributes>
583 <userDefinedRuntimeAttribute type="color" keyPath="imageColor">
584 <color key="value" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
585 </userDefinedRuntimeAttribute>
586 </userDefinedRuntimeAttributes>
587 <connections>
588 <action selector="sendFile:" target="-2" id="Lex-2X-KCU"/>
589 </connections>
590 </button>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500591 </subviews>
592 <constraints>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500593 <constraint firstItem="gwx-eT-PcN" firstAttribute="centerY" secondItem="Rth-di-Tls" secondAttribute="centerY" id="773-Gg-YNe"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400594 <constraint firstItem="UJf-cF-RAo" firstAttribute="leading" secondItem="bsk-Gj-qQ2" secondAttribute="trailing" constant="2" id="9A3-Gn-6zS"/>
595 <constraint firstAttribute="bottom" secondItem="bsk-Gj-qQ2" secondAttribute="bottom" constant="5" id="TID-Ww-Gmw"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400596 <constraint firstItem="UJf-cF-RAo" firstAttribute="centerY" secondItem="Rth-di-Tls" secondAttribute="centerY" id="d73-0x-wSy"/>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500597 <constraint firstItem="gwx-eT-PcN" firstAttribute="leading" secondItem="UJf-cF-RAo" secondAttribute="trailing" constant="2" id="exX-kB-hcR"/>
Kateryna Kostiuk33089872017-07-14 16:43:59 -0400598 <constraint firstAttribute="height" constant="50" id="jJO-v2-Wuj"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400599 <constraint firstItem="bsk-Gj-qQ2" firstAttribute="top" secondItem="Rth-di-Tls" secondAttribute="top" constant="5" id="jJr-Dt-hhr"/>
600 <constraint firstItem="bsk-Gj-qQ2" firstAttribute="leading" secondItem="Rth-di-Tls" secondAttribute="leading" constant="50" id="khQ-CU-aUr"/>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500601 <constraint firstAttribute="trailing" secondItem="gwx-eT-PcN" secondAttribute="trailing" constant="2" id="ziq-OV-WVi"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500602 </constraints>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400603 <connections>
604 <outlet property="messageCell" destination="Ilz-7v-2fr" id="eOP-sJ-6Wf"/>
605 </connections>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500606 </customView>
Anthony Léonardade9f9b2017-07-26 15:51:12 -0400607 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ucx-6g-eJw">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500608 <rect key="frame" x="68" y="775" width="39" height="48"/>
Olivier Soldano13c69e32018-01-05 12:01:36 -0500609 <textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" placeholderString="Title" id="HnC-1N-RmR">
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500610 <font key="font" metaFont="system" size="18"/>
611 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
612 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
613 </textFieldCell>
614 </textField>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400615 <button verticalHuggingPriority="750" tag="400" translatesAutoresizingMaskIntoConstraints="NO" id="cFH-d7-Erh" userLabel="Call Button" customClass="IconButton">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500616 <rect key="frame" x="738" y="779" width="40" height="40"/>
Kateryna Kostiuk78e1f122017-06-14 14:52:34 -0400617 <constraints>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400618 <constraint firstAttribute="width" constant="40" id="4jd-jn-RY1"/>
619 <constraint firstAttribute="height" constant="40" id="DMa-Lq-2Tk"/>
Kateryna Kostiuk78e1f122017-06-14 14:52:34 -0400620 </constraints>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400621 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_action_video" imagePosition="overlaps" alignment="center" allowsMixedState="YES" transparent="YES" imageScaling="proportionallyDown" inset="2" id="XOS-rh-WfH">
Kateryna Kostiuk0ba1baf2017-05-12 16:51:27 -0400622 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
623 <font key="font" metaFont="system"/>
Kateryna Kostiuk0ba1baf2017-05-12 16:51:27 -0400624 </buttonCell>
625 <connections>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400626 <action selector="placeCall:" target="-2" id="2h9-fM-gof"/>
627 </connections>
628 </button>
Olivier Soldano13c69e32018-01-05 12:01:36 -0500629 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SQT-Vf-Lhr" userLabel="IdLabel">
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500630 <rect key="frame" x="68" y="779" width="275" height="18"/>
Olivier Soldano13c69e32018-01-05 12:01:36 -0500631 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="ID" id="rW7-RD-TBM">
632 <font key="font" metaFont="systemLight" size="12"/>
633 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
634 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
635 </textFieldCell>
636 </textField>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500637 </subviews>
638 <constraints>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400639 <constraint firstItem="ooq-vs-Xt1" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="1xM-Rt-OXn"/>
640 <constraint firstItem="ucx-6g-eJw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="32s-Wp-DE1"/>
641 <constraint firstItem="cFH-d7-Erh" firstAttribute="centerY" secondItem="ooq-vs-Xt1" secondAttribute="centerY" id="5PE-Sd-Vwg"/>
642 <constraint firstItem="ucx-6g-eJw" firstAttribute="leading" secondItem="ooq-vs-Xt1" secondAttribute="trailing" constant="10" id="60g-Mw-Wax"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500643 <constraint firstAttribute="bottom" secondItem="Rth-di-Tls" secondAttribute="bottom" id="9nL-Hs-Oak"/>
Olivier Soldano13c69e32018-01-05 12:01:36 -0500644 <constraint firstItem="ucx-6g-eJw" firstAttribute="leading" secondItem="SQT-Vf-Lhr" secondAttribute="leading" id="IQc-hc-YRD"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500645 <constraint firstItem="Rth-di-Tls" firstAttribute="leading" secondItem="EJD-f8-Xqd" secondAttribute="leading" id="Ijp-QX-Dkw"/>
Kateryna Kostiuk33089872017-07-14 16:43:59 -0400646 <constraint firstItem="cFH-d7-Erh" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="9" id="Tok-wc-chb"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400647 <constraint firstItem="EJD-f8-Xqd" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="58" id="XkO-FA-l3J"/>
648 <constraint firstItem="Sn1-dJ-QCw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="58" id="aZT-2B-gv9"/>
649 <constraint firstAttribute="trailing" secondItem="cFH-d7-Erh" secondAttribute="trailing" constant="20" id="bWY-wj-6dr"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500650 <constraint firstItem="EJD-f8-Xqd" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="bvr-Gv-Sgb"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400651 <constraint firstItem="Sn1-dJ-QCw" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="dtD-1T-QlG"/>
Olivier Soldano13c69e32018-01-05 12:01:36 -0500652 <constraint firstItem="SQT-Vf-Lhr" firstAttribute="bottom" secondItem="ooq-vs-Xt1" secondAttribute="bottom" id="e8m-qq-0SV"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400653 <constraint firstItem="Rth-di-Tls" firstAttribute="top" secondItem="EJD-f8-Xqd" secondAttribute="bottom" constant="1" id="f8h-bA-ZrZ"/>
Kateryna Kostiuk33089872017-07-14 16:43:59 -0400654 <constraint firstItem="ooq-vs-Xt1" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="9" id="gkR-53-qs5"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400655 <constraint firstAttribute="trailing" secondItem="Rth-di-Tls" secondAttribute="trailing" id="iT0-rG-86d"/>
Kateryna Kostiuk64d025a2017-07-14 11:30:44 -0400656 <constraint firstAttribute="trailing" secondItem="Sn1-dJ-QCw" secondAttribute="trailing" constant="20" id="m05-gh-crH"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500657 <constraint firstItem="Rth-di-Tls" firstAttribute="trailing" secondItem="EJD-f8-Xqd" secondAttribute="trailing" id="mga-Tu-Ikb"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400658 <constraint firstItem="Rth-di-Tls" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="qz7-sE-9Ml"/>
Olivier Soldanof563e152018-01-09 16:08:32 -0500659 <constraint firstItem="ucx-6g-eJw" firstAttribute="centerY" secondItem="ooq-vs-Xt1" secondAttribute="centerY" id="uTp-kU-NmC" userLabel="centeredTitle"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500660 </constraints>
Anthony Léonardf2bb17d2018-02-15 17:18:09 -0500661 <point key="canvasLocation" x="514" y="475"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500662 </customView>
663 <userDefaultsController representsSharedInstance="YES" id="Zjc-KB-CJZ"/>
Kateryna Kostiuk58276bc2017-06-07 08:50:48 -0400664 <viewController id="iH6-17-JsM" customClass="MessagesVC">
665 <connections>
666 <outlet property="conversationView" destination="bOO-CW-S21" id="Vzg-3J-K2b"/>
667 </connections>
668 </viewController>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500669 </objects>
670 <resources>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500671 <image name="ic_action_accept" width="72" height="72"/>
672 <image name="ic_action_cancel" width="72" height="72"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500673 <image name="ic_action_send" width="72" height="72"/>
674 <image name="ic_action_video" width="72" height="72"/>
675 <image name="ic_arrow_back" width="72" height="72"/>
Anthony Léonarde7d62ed2018-01-25 10:51:47 -0500676 <image name="ic_file_upload" width="72" height="72"/>
Alexandre Lision0f66bd32016-01-18 11:30:45 -0500677 </resources>
678</document>