blob: 56a1afd139339658c767fd1bbb2fbc7c7d2d0e25 [file] [log] [blame]
Kateryna Kostiukae660fd2018-04-24 14:10:41 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Kateryna Kostiukae660fd2018-04-24 14:10:41 -04003 <dependencies>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15505"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -04005 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -04006 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner"/>
9 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
10 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
11 <tableCellView identifier="LeftIncomingFileView" id="5Cf-is-eX6" userLabel="IMTableCellView" customClass="IMTableCellView">
12 <rect key="frame" x="0.0" y="0.0" width="400" height="114"/>
13 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14 <subviews>
15 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Ko5-2g-foK">
16 <rect key="frame" x="0.0" y="80" width="400" height="34"/>
17 <view key="contentView" id="A5o-ge-tn7">
18 <rect key="frame" x="0.0" y="0.0" width="400" height="34"/>
19 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
20 <subviews>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040021 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EyK-S9-kZz">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -040022 <rect key="frame" x="196" y="9" width="8" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040023 <constraints>
24 <constraint firstAttribute="width" priority="250" constant="20" id="h3Y-F2-Nvs"/>
25 </constraints>
26 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="vn0-ue-s4d">
27 <font key="font" metaFont="system"/>
28 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
29 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
30 </textFieldCell>
31 </textField>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040032 </subviews>
33 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040034 <constraint firstItem="EyK-S9-kZz" firstAttribute="centerY" secondItem="A5o-ge-tn7" secondAttribute="centerY" id="Xhn-0Q-8PC"/>
35 <constraint firstItem="EyK-S9-kZz" firstAttribute="centerX" secondItem="A5o-ge-tn7" secondAttribute="centerX" id="YY7-Iv-pYJ"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040036 </constraints>
37 </view>
38 <constraints>
39 <constraint firstAttribute="height" constant="34" id="bZw-wN-WPu"/>
40 </constraints>
41 </box>
42 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bbY-3f-2Wi">
43 <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
44 <constraints>
45 <constraint firstAttribute="height" constant="30" id="N8L-xN-Aqb"/>
46 <constraint firstAttribute="width" constant="30" id="is6-bX-cMa"/>
47 </constraints>
48 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="l50-cR-bp3"/>
49 </imageView>
50 <view translatesAutoresizingMaskIntoConstraints="NO" id="9bA-XZ-y8X" customClass="MessageBubbleView">
51 <rect key="frame" x="40" y="0.0" width="250" height="80"/>
52 <subviews>
53 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="KEd-qS-Nsi">
54 <rect key="frame" x="15" y="45" width="30" height="20"/>
55 <constraints>
56 <constraint firstAttribute="height" constant="20" id="PXU-Zw-hZr"/>
57 <constraint firstAttribute="width" constant="30" id="wtc-7f-D4u"/>
58 </constraints>
59 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" imageScaling="proportionallyDown" image="ic_attachment" id="Jpz-4x-jYM"/>
60 </imageView>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -040061 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZA5-7h-yNn">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -040062 <rect key="frame" x="55" y="48" width="180" height="17"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -040063 <buttonCell key="cell" type="roundRect" title="Round Rect" bezelStyle="roundedRect" alignment="center" imageScaling="proportionallyDown" inset="2" id="DmW-13-1QZ">
64 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -040065 <font key="font" metaFont="menu" size="14"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -040066 </buttonCell>
67 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040068 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="829-to-lM4">
69 <rect key="frame" x="15" y="9" width="100" height="19"/>
70 <constraints>
71 <constraint firstAttribute="width" constant="100" id="kjH-tU-1tP"/>
72 </constraints>
73 <buttonCell key="cell" type="roundRect" title="Accept" bezelStyle="roundedRect" image="ic_file_upload" imagePosition="left" alignment="center" borderStyle="border" imageScaling="proportionallyUpOrDown" inset="2" id="tBq-Qe-bEm">
74 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -040075 <font key="font" metaFont="label" size="12"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040076 </buttonCell>
77 </button>
78 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rGw-yF-hxm">
79 <rect key="frame" x="125" y="9" width="100" height="19"/>
80 <constraints>
81 <constraint firstAttribute="width" constant="100" id="Iuc-mg-eSf"/>
82 </constraints>
83 <buttonCell key="cell" type="roundRect" title="Refuse" bezelStyle="roundedRect" image="ic_action_cancel" imagePosition="left" alignment="center" borderStyle="border" imageScaling="proportionallyUpOrDown" inset="2" id="QGs-MO-mVi">
84 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -040085 <font key="font" metaFont="label" size="12"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040086 </buttonCell>
87 </button>
88 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="yhT-5T-phc">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -040089 <rect key="frame" x="15" y="30" width="220" height="5"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040090 </box>
91 </subviews>
92 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040093 <constraint firstItem="829-to-lM4" firstAttribute="leading" secondItem="9bA-XZ-y8X" secondAttribute="leading" constant="15" id="8aS-EQ-vLE"/>
94 <constraint firstAttribute="bottom" secondItem="829-to-lM4" secondAttribute="bottom" constant="10" id="CGV-3x-v5N"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -040095 <constraint firstItem="yhT-5T-phc" firstAttribute="top" secondItem="ZA5-7h-yNn" secondAttribute="bottom" constant="15" id="RwV-CO-2lf"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040096 <constraint firstItem="KEd-qS-Nsi" firstAttribute="top" secondItem="9bA-XZ-y8X" secondAttribute="top" constant="15" id="Sy3-bH-Tuj"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -040097 <constraint firstItem="rGw-yF-hxm" firstAttribute="leading" secondItem="829-to-lM4" secondAttribute="trailing" constant="10" id="czr-6I-3vm"/>
98 <constraint firstAttribute="bottom" secondItem="rGw-yF-hxm" secondAttribute="bottom" constant="10" id="dAg-f3-qTv"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -040099 <constraint firstAttribute="trailing" secondItem="ZA5-7h-yNn" secondAttribute="trailing" constant="15" id="eRL-Jf-cow"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400100 <constraint firstItem="KEd-qS-Nsi" firstAttribute="leading" secondItem="9bA-XZ-y8X" secondAttribute="leading" constant="15" id="ehc-5r-buf"/>
101 <constraint firstAttribute="width" constant="250" id="hA5-MX-rda"/>
102 <constraint firstItem="yhT-5T-phc" firstAttribute="leading" secondItem="9bA-XZ-y8X" secondAttribute="leading" constant="15" id="hc2-SM-sFd"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400103 <constraint firstItem="ZA5-7h-yNn" firstAttribute="leading" secondItem="KEd-qS-Nsi" secondAttribute="trailing" constant="10" id="xKX-Xb-H7h"/>
104 <constraint firstItem="ZA5-7h-yNn" firstAttribute="top" secondItem="9bA-XZ-y8X" secondAttribute="top" constant="15" id="ySy-MF-bHf"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400105 <constraint firstAttribute="trailing" secondItem="yhT-5T-phc" secondAttribute="trailing" constant="15" id="zWA-zN-oog"/>
106 </constraints>
107 </view>
108 </subviews>
109 <constraints>
110 <constraint firstItem="Ko5-2g-foK" firstAttribute="leading" secondItem="5Cf-is-eX6" secondAttribute="leading" id="GwI-fo-Kve"/>
111 <constraint firstItem="9bA-XZ-y8X" firstAttribute="leading" secondItem="bbY-3f-2Wi" secondAttribute="trailing" constant="10" id="Tcf-yA-Lfr"/>
112 <constraint firstAttribute="bottom" secondItem="9bA-XZ-y8X" secondAttribute="bottom" id="bBT-hT-3RW"/>
113 <constraint firstItem="9bA-XZ-y8X" firstAttribute="top" secondItem="Ko5-2g-foK" secondAttribute="bottom" id="cTn-Kq-Jrp"/>
114 <constraint firstItem="bbY-3f-2Wi" firstAttribute="leading" secondItem="5Cf-is-eX6" secondAttribute="leading" id="ocm-97-AJA"/>
115 <constraint firstItem="Ko5-2g-foK" firstAttribute="top" secondItem="5Cf-is-eX6" secondAttribute="top" id="s1G-pc-aRg"/>
116 <constraint firstAttribute="trailing" secondItem="Ko5-2g-foK" secondAttribute="trailing" id="sSD-in-KTu"/>
117 <constraint firstItem="bbY-3f-2Wi" firstAttribute="bottom" secondItem="9bA-XZ-y8X" secondAttribute="bottom" id="yK5-TI-qJr"/>
118 </constraints>
119 <connections>
120 <outlet property="acceptButton" destination="829-to-lM4" id="rZu-K5-leg"/>
121 <outlet property="declineButton" destination="rGw-yF-hxm" id="cqg-aF-bBK"/>
Kateryna Kostiuk4f37d952018-12-04 13:19:17 -0500122 <outlet property="msgBackground" destination="9bA-XZ-y8X" id="HSQ-eX-LaA"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400123 <outlet property="photoView" destination="bbY-3f-2Wi" id="jZb-ne-NZj"/>
124 <outlet property="timeBox" destination="Ko5-2g-foK" id="wNa-aC-Y5o"/>
125 <outlet property="timeLabel" destination="EyK-S9-kZz" id="slc-h9-LP4"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400126 <outlet property="transferedFileName" destination="ZA5-7h-yNn" id="dXR-6V-umO"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400127 </connections>
128 <point key="canvasLocation" x="139" y="167"/>
129 </tableCellView>
130 <tableCellView identifier="LeftFinishedFileView" id="eW8-NR-350" userLabel="IMTableCellView" customClass="IMTableCellView">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400131 <rect key="frame" x="0.0" y="0.0" width="264" height="56"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400132 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
133 <subviews>
134 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="EAm-7Z-ubs">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400135 <rect key="frame" x="0.0" y="22" width="264" height="34"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400136 <view key="contentView" id="vWe-2x-kXT">
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400137 <rect key="frame" x="0.0" y="0.0" width="264" height="34"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400138 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
139 <subviews>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400140 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JUf-er-n2R">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400141 <rect key="frame" x="128" y="9" width="8" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400142 <constraints>
143 <constraint firstAttribute="width" priority="250" constant="20" id="c90-0g-OVN"/>
144 </constraints>
145 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="xYI-Og-qqV">
146 <font key="font" metaFont="system"/>
147 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
148 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
149 </textFieldCell>
150 </textField>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400151 </subviews>
152 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400153 <constraint firstItem="JUf-er-n2R" firstAttribute="centerY" secondItem="vWe-2x-kXT" secondAttribute="centerY" id="YR9-c8-hTx"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400154 <constraint firstItem="JUf-er-n2R" firstAttribute="centerX" secondItem="vWe-2x-kXT" secondAttribute="centerX" id="fwY-z1-u4c"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400155 </constraints>
156 </view>
157 <constraints>
158 <constraint firstAttribute="height" constant="34" id="BjR-11-ho1"/>
159 </constraints>
160 </box>
161 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="BPl-0q-GSo">
162 <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
163 <constraints>
164 <constraint firstAttribute="height" constant="30" id="Mn7-6M-17m"/>
165 <constraint firstAttribute="width" constant="30" id="k7Q-di-xiC"/>
166 </constraints>
167 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="CbP-fL-hnq"/>
168 </imageView>
169 <view translatesAutoresizingMaskIntoConstraints="NO" id="rfH-MI-dNw" customClass="MessageBubbleView">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400170 <rect key="frame" x="40" y="0.0" width="250" height="22"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400171 <subviews>
172 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="gXD-VF-3Sl">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400173 <rect key="frame" x="15" y="-13" width="30" height="20"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400174 <constraints>
175 <constraint firstAttribute="width" constant="30" id="6H8-jT-mn3"/>
176 <constraint firstAttribute="height" constant="20" id="R4X-bF-Ge1"/>
177 </constraints>
178 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" imageScaling="proportionallyDown" image="ic_attachment" id="yjj-R0-GLl"/>
179 </imageView>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400180 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NbG-jg-Rsk">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400181 <rect key="frame" x="55" y="-10" width="180" height="17"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400182 <buttonCell key="cell" type="square" title="Round Rect" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="8CE-a4-Ayu">
183 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400184 <font key="font" metaFont="menu" size="14"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400185 </buttonCell>
186 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400187 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ldC-Xq-oV5">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400188 <rect key="frame" x="18" y="10" width="4" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400189 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="Mey-Zj-Gqc">
190 <font key="font" metaFont="system"/>
191 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
192 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
193 </textFieldCell>
194 </textField>
195 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ypT-pD-ceZ">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400196 <rect key="frame" x="15" y="-31" width="220" height="5"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400197 </box>
198 </subviews>
199 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400200 <constraint firstItem="gXD-VF-3Sl" firstAttribute="leading" secondItem="rfH-MI-dNw" secondAttribute="leading" constant="15" id="Qzf-1C-Nkx"/>
201 <constraint firstItem="gXD-VF-3Sl" firstAttribute="top" secondItem="rfH-MI-dNw" secondAttribute="top" constant="15" id="RGa-mT-1Zc"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400202 <constraint firstAttribute="trailing" secondItem="NbG-jg-Rsk" secondAttribute="trailing" constant="15" id="Ssb-4T-N8v"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400203 <constraint firstItem="ldC-Xq-oV5" firstAttribute="leading" secondItem="rfH-MI-dNw" secondAttribute="leading" constant="20" id="cJD-KH-VU4"/>
204 <constraint firstAttribute="width" constant="250" id="e3b-nY-oeV"/>
205 <constraint firstAttribute="trailing" secondItem="ypT-pD-ceZ" secondAttribute="trailing" constant="15" id="hhF-wq-lKL"/>
206 <constraint firstItem="ypT-pD-ceZ" firstAttribute="top" secondItem="gXD-VF-3Sl" secondAttribute="bottom" constant="15" id="p33-XJ-GjX"/>
207 <constraint firstItem="ypT-pD-ceZ" firstAttribute="leading" secondItem="rfH-MI-dNw" secondAttribute="leading" constant="15" id="qdS-RJ-JAB"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400208 <constraint firstAttribute="bottom" secondItem="ldC-Xq-oV5" secondAttribute="bottom" constant="10" id="tmi-TO-YiG"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400209 <constraint firstItem="NbG-jg-Rsk" firstAttribute="leading" secondItem="gXD-VF-3Sl" secondAttribute="trailing" constant="10" id="vE5-zD-ZHb"/>
210 <constraint firstItem="NbG-jg-Rsk" firstAttribute="top" secondItem="rfH-MI-dNw" secondAttribute="top" constant="15" id="wGz-05-VEt"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400211 </constraints>
212 </view>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400213 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wGS-P4-qNL">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400214 <rect key="frame" x="40" y="0.0" width="10" height="22"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400215 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyUpOrDown" id="Sav-r4-aC6"/>
216 </imageView>
217 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7XH-9N-c5g" customClass="HoverButton">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400218 <rect key="frame" x="40" y="0.0" width="10" height="22"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400219 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" transparent="YES" imageScaling="proportionallyDown" inset="2" id="25g-in-yWt">
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400220 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
221 <font key="font" metaFont="system"/>
222 </buttonCell>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400223 <userDefinedRuntimeAttributes>
224 <userDefinedRuntimeAttribute type="color" keyPath="cornerColor">
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400225 <color key="value" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400226 </userDefinedRuntimeAttribute>
227 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
228 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="calibratedRGB"/>
229 </userDefinedRuntimeAttribute>
230 <userDefinedRuntimeAttribute type="color" keyPath="highlightColor">
231 <color key="value" white="0.0" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
232 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -0400233 <userDefinedRuntimeAttribute type="color" keyPath="hoverDarkColor">
234 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="sRGB"/>
235 </userDefinedRuntimeAttribute>
236 <userDefinedRuntimeAttribute type="color" keyPath="highlightDarkColor">
237 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.34999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
238 </userDefinedRuntimeAttribute>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400239 </userDefinedRuntimeAttributes>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400240 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400241 </subviews>
242 <constraints>
243 <constraint firstItem="rfH-MI-dNw" firstAttribute="leading" secondItem="BPl-0q-GSo" secondAttribute="trailing" constant="10" id="611-lJ-BBQ"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400244 <constraint firstItem="7XH-9N-c5g" firstAttribute="bottom" secondItem="wGS-P4-qNL" secondAttribute="bottom" id="7xg-xB-k0N"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400245 <constraint firstItem="rfH-MI-dNw" firstAttribute="top" secondItem="EAm-7Z-ubs" secondAttribute="bottom" id="HIj-cX-wOT"/>
246 <constraint firstItem="EAm-7Z-ubs" firstAttribute="leading" secondItem="eW8-NR-350" secondAttribute="leading" id="JhW-lj-cC3"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400247 <constraint firstAttribute="bottom" secondItem="wGS-P4-qNL" secondAttribute="bottom" id="NGw-Kb-y44"/>
248 <constraint firstItem="7XH-9N-c5g" firstAttribute="trailing" secondItem="wGS-P4-qNL" secondAttribute="trailing" id="OEw-jb-FKE"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400249 <constraint firstAttribute="trailing" secondItem="EAm-7Z-ubs" secondAttribute="trailing" id="Q5D-pe-Xft"/>
250 <constraint firstItem="EAm-7Z-ubs" firstAttribute="top" secondItem="eW8-NR-350" secondAttribute="top" id="W4u-5d-H5k"/>
251 <constraint firstItem="BPl-0q-GSo" firstAttribute="leading" secondItem="eW8-NR-350" secondAttribute="leading" id="Y7M-PN-14V"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400252 <constraint firstItem="7XH-9N-c5g" firstAttribute="leading" secondItem="wGS-P4-qNL" secondAttribute="leading" id="mLF-3I-e1L"/>
253 <constraint firstItem="wGS-P4-qNL" firstAttribute="top" secondItem="EAm-7Z-ubs" secondAttribute="bottom" id="q6v-Q9-mg2"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400254 <constraint firstItem="rfH-MI-dNw" firstAttribute="bottom" secondItem="BPl-0q-GSo" secondAttribute="bottom" id="s5i-QD-LqE"/>
255 <constraint firstAttribute="bottom" secondItem="rfH-MI-dNw" secondAttribute="bottom" id="vyt-jC-mVO"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400256 <constraint firstItem="7XH-9N-c5g" firstAttribute="top" secondItem="wGS-P4-qNL" secondAttribute="top" id="z8d-A5-a2s"/>
257 <constraint firstItem="wGS-P4-qNL" firstAttribute="leading" secondItem="BPl-0q-GSo" secondAttribute="trailing" constant="10" id="zlY-t4-J7v"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400258 </constraints>
259 <connections>
260 <outlet property="msgBackground" destination="rfH-MI-dNw" id="AJp-Zq-XG8"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400261 <outlet property="openImagebutton" destination="7XH-9N-c5g" id="6re-SE-3gr"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400262 <outlet property="photoView" destination="BPl-0q-GSo" id="6XR-pb-GjY"/>
263 <outlet property="statusLabel" destination="ldC-Xq-oV5" id="qmg-YD-p6y"/>
264 <outlet property="timeBox" destination="EAm-7Z-ubs" id="4bu-p8-yDg"/>
265 <outlet property="timeLabel" destination="JUf-er-n2R" id="mdy-VT-uV5"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400266 <outlet property="transferedFileName" destination="NbG-jg-Rsk" id="ao1-1g-gNT"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400267 <outlet property="transferedImage" destination="wGS-P4-qNL" id="3gA-qc-ICe"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400268 </connections>
269 <point key="canvasLocation" x="132" y="-22"/>
270 </tableCellView>
271 <tableCellView identifier="LeftOngoingFileView" id="AlH-xb-GaC" userLabel="IMTableCellView" customClass="IMTableCellView">
272 <rect key="frame" x="0.0" y="0.0" width="400" height="114"/>
273 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
274 <subviews>
275 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="dDX-sZ-ylI">
276 <rect key="frame" x="0.0" y="80" width="400" height="34"/>
277 <view key="contentView" id="G6u-o0-5uR">
278 <rect key="frame" x="0.0" y="0.0" width="400" height="34"/>
279 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
280 <subviews>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400281 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sRg-94-yH1">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400282 <rect key="frame" x="196" y="9" width="8" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400283 <constraints>
284 <constraint firstAttribute="width" priority="250" constant="20" id="mLV-uI-q6J"/>
285 </constraints>
286 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="pfw-fC-4Xm">
287 <font key="font" metaFont="system"/>
288 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
289 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
290 </textFieldCell>
291 </textField>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400292 </subviews>
293 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400294 <constraint firstItem="sRg-94-yH1" firstAttribute="centerX" secondItem="G6u-o0-5uR" secondAttribute="centerX" id="8c1-Tj-0GO"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400295 <constraint firstItem="sRg-94-yH1" firstAttribute="centerY" secondItem="G6u-o0-5uR" secondAttribute="centerY" id="p0Z-I5-USk"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400296 </constraints>
297 </view>
298 <constraints>
299 <constraint firstAttribute="height" constant="34" id="yXW-Pu-K5m"/>
300 </constraints>
301 </box>
302 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ocf-Pp-J4F">
303 <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
304 <constraints>
305 <constraint firstAttribute="width" constant="30" id="3w6-xX-tEe"/>
306 <constraint firstAttribute="height" constant="30" id="C6C-V8-W2b"/>
307 </constraints>
308 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="fhy-Vs-ZoW"/>
309 </imageView>
310 <view translatesAutoresizingMaskIntoConstraints="NO" id="YEa-1b-wNo" customClass="MessageBubbleView">
311 <rect key="frame" x="40" y="0.0" width="250" height="80"/>
312 <subviews>
313 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Wu8-Ho-MOI">
314 <rect key="frame" x="15" y="45" width="30" height="20"/>
315 <constraints>
316 <constraint firstAttribute="height" constant="20" id="1dL-ZM-MQf"/>
317 <constraint firstAttribute="width" constant="30" id="oVv-hj-4mx"/>
318 </constraints>
319 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" imageScaling="proportionallyDown" image="ic_attachment" id="q2e-Jw-ifg"/>
320 </imageView>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400321 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tUr-hG-Ef4">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400322 <rect key="frame" x="55" y="48" width="180" height="17"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400323 <buttonCell key="cell" type="roundRect" title="Round Rect" bezelStyle="roundedRect" alignment="center" imageScaling="proportionallyDown" inset="2" id="Oo1-gq-aPY">
324 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400325 <font key="font" metaFont="menu" size="14"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400326 </buttonCell>
327 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400328 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3gN-Us-HWE">
329 <rect key="frame" x="130" y="9" width="100" height="19"/>
330 <constraints>
331 <constraint firstAttribute="width" constant="100" id="8tO-4c-fca"/>
332 </constraints>
333 <buttonCell key="cell" type="roundRect" title="Cancel" bezelStyle="roundedRect" image="ic_action_cancel" imagePosition="left" alignment="center" borderStyle="border" imageScaling="proportionallyUpOrDown" inset="2" id="1c6-BK-hfV">
334 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400335 <font key="font" metaFont="label" size="12"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400336 </buttonCell>
337 </button>
338 <progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="7hN-OZ-vA4">
339 <rect key="frame" x="20" y="9" width="100" height="20"/>
340 <constraints>
341 <constraint firstAttribute="width" constant="100" id="bWZ-M1-Nuh"/>
342 </constraints>
343 </progressIndicator>
344 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="9ze-gS-MRW">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400345 <rect key="frame" x="15" y="30" width="220" height="5"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400346 </box>
347 </subviews>
348 <constraints>
349 <constraint firstItem="Wu8-Ho-MOI" firstAttribute="leading" secondItem="YEa-1b-wNo" secondAttribute="leading" constant="15" id="0ke-HM-RMP"/>
350 <constraint firstAttribute="bottom" secondItem="3gN-Us-HWE" secondAttribute="bottom" constant="10" id="1ZJ-CT-6vY"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400351 <constraint firstItem="9ze-gS-MRW" firstAttribute="top" secondItem="tUr-hG-Ef4" secondAttribute="bottom" constant="15" id="Hyb-Sx-ALq"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400352 <constraint firstItem="9ze-gS-MRW" firstAttribute="leading" secondItem="YEa-1b-wNo" secondAttribute="leading" constant="15" id="Ky3-fl-MGA"/>
353 <constraint firstItem="7hN-OZ-vA4" firstAttribute="leading" secondItem="YEa-1b-wNo" secondAttribute="leading" constant="20" id="OUQ-7f-O5z"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400354 <constraint firstItem="tUr-hG-Ef4" firstAttribute="top" secondItem="YEa-1b-wNo" secondAttribute="top" constant="15" id="P23-dz-Fp3"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400355 <constraint firstAttribute="trailing" secondItem="9ze-gS-MRW" secondAttribute="trailing" constant="15" id="PCf-CL-3BS"/>
356 <constraint firstItem="Wu8-Ho-MOI" firstAttribute="top" secondItem="YEa-1b-wNo" secondAttribute="top" constant="15" id="ZIH-ff-uTu"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400357 <constraint firstAttribute="trailing" secondItem="tUr-hG-Ef4" secondAttribute="trailing" constant="15" id="aRm-1J-8A0"/>
358 <constraint firstItem="tUr-hG-Ef4" firstAttribute="leading" secondItem="Wu8-Ho-MOI" secondAttribute="trailing" constant="10" id="dRB-Jg-YZK"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400359 <constraint firstAttribute="width" constant="250" id="hoZ-xi-2uY"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400360 <constraint firstAttribute="bottom" secondItem="7hN-OZ-vA4" secondAttribute="bottom" constant="10" id="llc-Cu-4aR"/>
361 <constraint firstItem="3gN-Us-HWE" firstAttribute="leading" secondItem="7hN-OZ-vA4" secondAttribute="trailing" constant="10" id="oBj-F2-ETd"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400362 </constraints>
363 </view>
364 </subviews>
365 <constraints>
366 <constraint firstAttribute="bottom" secondItem="YEa-1b-wNo" secondAttribute="bottom" id="8YU-Mx-it1"/>
367 <constraint firstItem="YEa-1b-wNo" firstAttribute="leading" secondItem="ocf-Pp-J4F" secondAttribute="trailing" constant="10" id="Axo-wx-fOW"/>
368 <constraint firstItem="dDX-sZ-ylI" firstAttribute="leading" secondItem="AlH-xb-GaC" secondAttribute="leading" id="DsO-Oi-zzq"/>
369 <constraint firstAttribute="trailing" secondItem="dDX-sZ-ylI" secondAttribute="trailing" id="LR4-cr-pjq"/>
370 <constraint firstItem="ocf-Pp-J4F" firstAttribute="leading" secondItem="AlH-xb-GaC" secondAttribute="leading" id="NEW-8b-g1U"/>
371 <constraint firstItem="dDX-sZ-ylI" firstAttribute="top" secondItem="AlH-xb-GaC" secondAttribute="top" id="lau-iO-cB4"/>
372 <constraint firstItem="YEa-1b-wNo" firstAttribute="top" secondItem="dDX-sZ-ylI" secondAttribute="bottom" id="nnO-75-3KJ"/>
373 <constraint firstItem="ocf-Pp-J4F" firstAttribute="bottom" secondItem="YEa-1b-wNo" secondAttribute="bottom" id="xTt-0W-itN"/>
374 </constraints>
375 <connections>
376 <outlet property="declineButton" destination="3gN-Us-HWE" id="WYo-gh-5fw"/>
Kateryna Kostiuk4f37d952018-12-04 13:19:17 -0500377 <outlet property="msgBackground" destination="YEa-1b-wNo" id="vVZ-CE-r2Q"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400378 <outlet property="photoView" destination="ocf-Pp-J4F" id="e04-18-iXb"/>
379 <outlet property="progressIndicator" destination="7hN-OZ-vA4" id="Wda-hA-Ne0"/>
380 <outlet property="timeBox" destination="dDX-sZ-ylI" id="rAa-Jo-eXW"/>
381 <outlet property="timeLabel" destination="sRg-94-yH1" id="t2H-R6-f9H"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400382 <outlet property="transferedFileName" destination="tUr-hG-Ef4" id="tyJ-PN-VDj"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400383 </connections>
384 <point key="canvasLocation" x="139" y="490"/>
385 </tableCellView>
386 <tableCellView identifier="RightOngoingFileView" id="HAZ-Y8-9zY" userLabel="IMTableCellView" customClass="IMTableCellView">
387 <rect key="frame" x="0.0" y="0.0" width="400" height="172"/>
388 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
389 <subviews>
390 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="x2B-gu-YBe">
391 <rect key="frame" x="0.0" y="138" width="400" height="34"/>
392 <view key="contentView" id="zwm-oF-RvK">
393 <rect key="frame" x="0.0" y="0.0" width="400" height="34"/>
394 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
395 <subviews>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400396 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2IY-Tt-uAF">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400397 <rect key="frame" x="196" y="9" width="8" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400398 <constraints>
399 <constraint firstAttribute="width" priority="250" constant="20" id="nTF-Xv-8ok"/>
400 </constraints>
401 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="fU3-Ej-fOu">
402 <font key="font" metaFont="system"/>
403 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
404 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
405 </textFieldCell>
406 </textField>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400407 </subviews>
408 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400409 <constraint firstItem="2IY-Tt-uAF" firstAttribute="centerX" secondItem="zwm-oF-RvK" secondAttribute="centerX" id="Tt5-98-7WH"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400410 <constraint firstItem="2IY-Tt-uAF" firstAttribute="centerY" secondItem="zwm-oF-RvK" secondAttribute="centerY" id="tNc-uW-aBn"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400411 </constraints>
412 </view>
413 <constraints>
414 <constraint firstAttribute="height" constant="34" id="hvM-hF-reZ"/>
415 </constraints>
416 </box>
417 <view translatesAutoresizingMaskIntoConstraints="NO" id="UY2-T5-a0P" customClass="MessageBubbleView">
418 <rect key="frame" x="150" y="0.0" width="250" height="138"/>
419 <subviews>
420 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sUr-U8-vgf">
421 <rect key="frame" x="15" y="103" width="30" height="20"/>
422 <constraints>
423 <constraint firstAttribute="width" constant="30" id="1q5-4s-iFz"/>
424 <constraint firstAttribute="height" constant="20" id="ekF-eV-r0g"/>
425 </constraints>
426 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ic_attachment" id="1qg-9v-1DA"/>
427 </imageView>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400428 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WnO-2x-32a">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400429 <rect key="frame" x="55" y="106" width="180" height="17"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400430 <buttonCell key="cell" type="roundRect" title="Round Rect" bezelStyle="roundedRect" alignment="center" imageScaling="proportionallyDown" inset="2" id="fu2-X7-GW8">
431 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400432 <font key="font" metaFont="menu" size="14"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400433 </buttonCell>
434 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400435 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2cr-cl-DfB">
436 <rect key="frame" x="135" y="9" width="100" height="19"/>
437 <constraints>
438 <constraint firstAttribute="width" constant="100" id="xXu-dH-JTk"/>
439 </constraints>
440 <buttonCell key="cell" type="roundRect" title="Cancel" bezelStyle="roundedRect" image="ic_action_cancel" imagePosition="left" alignment="center" borderStyle="border" imageScaling="proportionallyUpOrDown" inset="2" id="9Oq-TB-quZ">
441 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400442 <font key="font" metaFont="label" size="12"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400443 </buttonCell>
444 </button>
445 <progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="Sv9-jf-3cY">
446 <rect key="frame" x="25" y="9" width="100" height="20"/>
447 <constraints>
448 <constraint firstAttribute="width" constant="100" id="btI-wg-j3H"/>
449 </constraints>
450 </progressIndicator>
451 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="Bdf-V5-WwA">
452 <rect key="frame" x="15" y="85" width="220" height="5"/>
453 </box>
454 </subviews>
455 <constraints>
456 <constraint firstAttribute="bottom" secondItem="2cr-cl-DfB" secondAttribute="bottom" constant="10" id="Bju-pD-Tkn"/>
457 <constraint firstAttribute="trailing" secondItem="2cr-cl-DfB" secondAttribute="trailing" constant="15" id="DEz-fI-qdO"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400458 <constraint firstAttribute="trailing" secondItem="WnO-2x-32a" secondAttribute="trailing" constant="15" id="Lyb-Pv-KGu"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400459 <constraint firstItem="2cr-cl-DfB" firstAttribute="leading" secondItem="Sv9-jf-3cY" secondAttribute="trailing" constant="10" id="MvI-nv-3Jm"/>
460 <constraint firstItem="sUr-U8-vgf" firstAttribute="top" secondItem="UY2-T5-a0P" secondAttribute="top" constant="15" id="O3v-7H-dYx"/>
461 <constraint firstItem="Bdf-V5-WwA" firstAttribute="top" secondItem="sUr-U8-vgf" secondAttribute="bottom" constant="15" id="U3B-ds-ZWG"/>
462 <constraint firstItem="Bdf-V5-WwA" firstAttribute="leading" secondItem="UY2-T5-a0P" secondAttribute="leading" constant="15" id="XEZ-G2-QEr"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400463 <constraint firstItem="WnO-2x-32a" firstAttribute="top" secondItem="UY2-T5-a0P" secondAttribute="top" constant="15" id="Y8f-dC-FUc"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400464 <constraint firstItem="sUr-U8-vgf" firstAttribute="leading" secondItem="UY2-T5-a0P" secondAttribute="leading" constant="15" id="aSn-hE-GLz"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400465 <constraint firstItem="WnO-2x-32a" firstAttribute="leading" secondItem="sUr-U8-vgf" secondAttribute="trailing" constant="10" id="ahF-gp-5sX"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400466 <constraint firstAttribute="trailing" secondItem="Bdf-V5-WwA" secondAttribute="trailing" constant="15" id="eBA-nw-2aS"/>
467 <constraint firstAttribute="bottom" secondItem="Sv9-jf-3cY" secondAttribute="bottom" constant="10" id="lc7-4X-2Mb"/>
468 <constraint firstAttribute="width" constant="250" id="pfZ-1w-Zad"/>
469 </constraints>
470 <userDefinedRuntimeAttributes>
471 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
472 <color key="value" red="0.23137254901960785" green="0.75686274509803919" blue="0.82745098039215681" alpha="0.29999999999999999" colorSpace="calibratedRGB"/>
473 </userDefinedRuntimeAttribute>
474 </userDefinedRuntimeAttributes>
475 </view>
476 </subviews>
477 <constraints>
478 <constraint firstItem="UY2-T5-a0P" firstAttribute="top" secondItem="x2B-gu-YBe" secondAttribute="bottom" id="GBH-MV-asW"/>
479 <constraint firstAttribute="trailing" secondItem="x2B-gu-YBe" secondAttribute="trailing" id="W6V-xm-R8a"/>
480 <constraint firstItem="x2B-gu-YBe" firstAttribute="leading" secondItem="HAZ-Y8-9zY" secondAttribute="leading" id="eCy-fP-yIT"/>
481 <constraint firstAttribute="trailing" secondItem="UY2-T5-a0P" secondAttribute="trailing" id="jAS-n6-OCB"/>
482 <constraint firstItem="x2B-gu-YBe" firstAttribute="top" secondItem="HAZ-Y8-9zY" secondAttribute="top" id="kZi-NL-X0r"/>
483 <constraint firstAttribute="bottom" secondItem="UY2-T5-a0P" secondAttribute="bottom" id="wRV-dW-dkZ"/>
484 </constraints>
485 <connections>
486 <outlet property="declineButton" destination="2cr-cl-DfB" id="0Rk-eA-Fyg"/>
Kateryna Kostiuk4f37d952018-12-04 13:19:17 -0500487 <outlet property="msgBackground" destination="UY2-T5-a0P" id="mFn-YC-kPu"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400488 <outlet property="progressIndicator" destination="Sv9-jf-3cY" id="6Y2-mi-Ml4"/>
489 <outlet property="timeBox" destination="x2B-gu-YBe" id="xPh-3D-3a0"/>
490 <outlet property="timeLabel" destination="2IY-Tt-uAF" id="uee-Wx-1bT"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400491 <outlet property="transferedFileName" destination="WnO-2x-32a" id="B7R-za-uNt"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400492 </connections>
493 <point key="canvasLocation" x="139" y="750"/>
494 </tableCellView>
495 <tableCellView identifier="RightFinishedFileView" id="rmZ-yh-rX1" userLabel="IMTableCellView" customClass="IMTableCellView">
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400496 <rect key="frame" x="0.0" y="0.0" width="400" height="40"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400497 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
498 <subviews>
499 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="e0e-TK-qch">
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400500 <rect key="frame" x="0.0" y="6" width="400" height="34"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400501 <view key="contentView" id="Jbl-ZD-fCi">
502 <rect key="frame" x="0.0" y="0.0" width="400" height="34"/>
503 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
504 <subviews>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400505 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Od3-Cq-LmR">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400506 <rect key="frame" x="196" y="9" width="8" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400507 <constraints>
508 <constraint firstAttribute="width" priority="250" constant="20" id="RoH-7v-RcD"/>
509 </constraints>
510 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="gyp-Xg-CZc">
511 <font key="font" metaFont="system"/>
512 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
513 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
514 </textFieldCell>
515 </textField>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400516 </subviews>
517 <constraints>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400518 <constraint firstItem="Od3-Cq-LmR" firstAttribute="centerX" secondItem="Jbl-ZD-fCi" secondAttribute="centerX" id="YbB-7M-3ST"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400519 <constraint firstItem="Od3-Cq-LmR" firstAttribute="centerY" secondItem="Jbl-ZD-fCi" secondAttribute="centerY" id="kla-ao-cdw"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400520 </constraints>
521 </view>
522 <constraints>
523 <constraint firstAttribute="height" constant="34" id="bsP-7k-E34"/>
524 </constraints>
525 </box>
526 <view translatesAutoresizingMaskIntoConstraints="NO" id="uQv-aG-QZp" customClass="MessageBubbleView">
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400527 <rect key="frame" x="150" y="0.0" width="250" height="6"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400528 <subviews>
529 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="gyB-QF-uEW">
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400530 <rect key="frame" x="15" y="-29" width="30" height="20"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400531 <constraints>
532 <constraint firstAttribute="width" constant="30" id="20F-SE-qna"/>
533 <constraint firstAttribute="height" constant="20" id="4aT-Xp-Gdi"/>
534 </constraints>
535 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ic_attachment" id="yAd-of-sXU"/>
536 </imageView>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400537 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jRP-c4-heJ">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400538 <rect key="frame" x="55" y="-26" width="180" height="17"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400539 <buttonCell key="cell" type="roundRect" title="Round Rect" bezelStyle="roundedRect" alignment="center" imageScaling="proportionallyDown" inset="2" id="3i8-bi-EQN">
540 <behavior key="behavior" lightByContents="YES"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400541 <font key="font" metaFont="menu" size="14"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400542 </buttonCell>
543 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400544 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eHR-Hi-Zl2">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400545 <rect key="frame" x="18" y="10" width="4" height="16"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400546 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" id="vDa-rM-ULY">
547 <font key="font" metaFont="system"/>
548 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
549 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
550 </textFieldCell>
551 </textField>
552 <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="gLx-wW-frG">
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400553 <rect key="frame" x="15" y="-47" width="220" height="5"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400554 </box>
555 </subviews>
556 <constraints>
557 <constraint firstItem="gLx-wW-frG" firstAttribute="top" secondItem="gyB-QF-uEW" secondAttribute="bottom" constant="15" id="28J-lE-pdd"/>
558 <constraint firstAttribute="bottom" secondItem="eHR-Hi-Zl2" secondAttribute="bottom" constant="10" id="5ZN-OL-0ZV"/>
559 <constraint firstAttribute="trailing" secondItem="gLx-wW-frG" secondAttribute="trailing" constant="15" id="67z-cD-VBa"/>
560 <constraint firstItem="eHR-Hi-Zl2" firstAttribute="leading" secondItem="uQv-aG-QZp" secondAttribute="leading" constant="20" id="BvU-qk-8Ef"/>
561 <constraint firstItem="gyB-QF-uEW" firstAttribute="leading" secondItem="uQv-aG-QZp" secondAttribute="leading" constant="15" id="GS5-Nk-tfb"/>
562 <constraint firstItem="gyB-QF-uEW" firstAttribute="top" secondItem="uQv-aG-QZp" secondAttribute="top" constant="15" id="KbZ-GL-nmh"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400563 <constraint firstItem="jRP-c4-heJ" firstAttribute="top" secondItem="uQv-aG-QZp" secondAttribute="top" constant="15" id="MQD-XI-xrW"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400564 <constraint firstAttribute="width" constant="250" id="QxX-Qe-0b8"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400565 <constraint firstItem="gLx-wW-frG" firstAttribute="leading" secondItem="uQv-aG-QZp" secondAttribute="leading" constant="15" id="h1s-DP-439"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400566 <constraint firstAttribute="trailing" secondItem="jRP-c4-heJ" secondAttribute="trailing" constant="15" id="hIp-b5-Wpf"/>
567 <constraint firstItem="jRP-c4-heJ" firstAttribute="leading" secondItem="gyB-QF-uEW" secondAttribute="trailing" constant="10" id="wI3-Hn-sFr"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400568 </constraints>
569 </view>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400570 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="KzR-Xo-Vlj">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400571 <rect key="frame" x="394" y="0.0" width="6" height="6"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400572 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyUpOrDown" id="Ea2-xs-9NC"/>
573 </imageView>
574 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ld8-l1-IEa" customClass="HoverButton">
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400575 <rect key="frame" x="394" y="0.0" width="6" height="6"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400576 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" borderStyle="border" transparent="YES" imageScaling="proportionallyDown" inset="2" id="PfG-Ue-7zC">
577 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400578 <font key="font" metaFont="system"/>
579 </buttonCell>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400580 <userDefinedRuntimeAttributes>
581 <userDefinedRuntimeAttribute type="color" keyPath="cornerColor">
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400582 <color key="value" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400583 </userDefinedRuntimeAttribute>
584 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
585 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="calibratedRGB"/>
586 </userDefinedRuntimeAttribute>
587 <userDefinedRuntimeAttribute type="color" keyPath="highlightColor">
588 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.40000000000000002" colorSpace="calibratedRGB"/>
589 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -0400590 <userDefinedRuntimeAttribute type="color" keyPath="hoverDarkColor">
591 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="sRGB"/>
592 </userDefinedRuntimeAttribute>
593 <userDefinedRuntimeAttribute type="color" keyPath="highlightDarkColor">
594 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="0.34999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
595 </userDefinedRuntimeAttribute>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400596 </userDefinedRuntimeAttributes>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400597 </button>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400598 </subviews>
599 <constraints>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400600 <constraint firstItem="KzR-Xo-Vlj" firstAttribute="trailing" secondItem="ld8-l1-IEa" secondAttribute="trailing" id="2yE-GJ-IQU"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400601 <constraint firstItem="e0e-TK-qch" firstAttribute="top" secondItem="rmZ-yh-rX1" secondAttribute="top" id="8NZ-EV-k0V"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400602 <constraint firstItem="KzR-Xo-Vlj" firstAttribute="top" secondItem="ld8-l1-IEa" secondAttribute="top" id="ExB-dn-NAm"/>
603 <constraint firstAttribute="bottom" secondItem="KzR-Xo-Vlj" secondAttribute="bottom" id="FG9-hP-jwr"/>
604 <constraint firstAttribute="trailing" secondItem="KzR-Xo-Vlj" secondAttribute="trailing" id="G62-7V-dcz"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400605 <constraint firstItem="e0e-TK-qch" firstAttribute="leading" secondItem="rmZ-yh-rX1" secondAttribute="leading" id="JHH-tM-TTv"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400606 <constraint firstItem="KzR-Xo-Vlj" firstAttribute="top" secondItem="e0e-TK-qch" secondAttribute="bottom" id="QFA-JJ-eQE"/>
607 <constraint firstItem="KzR-Xo-Vlj" firstAttribute="leading" secondItem="ld8-l1-IEa" secondAttribute="leading" id="aWC-JV-Yfg"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400608 <constraint firstAttribute="bottom" secondItem="uQv-aG-QZp" secondAttribute="bottom" id="iyK-vD-6gs"/>
609 <constraint firstAttribute="trailing" secondItem="uQv-aG-QZp" secondAttribute="trailing" id="nBz-tG-1V1"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400610 <constraint firstItem="uQv-aG-QZp" firstAttribute="top" secondItem="e0e-TK-qch" secondAttribute="bottom" id="rvb-My-XBo"/>
611 <constraint firstAttribute="trailing" secondItem="e0e-TK-qch" secondAttribute="trailing" id="w3i-dk-KKy"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400612 <constraint firstItem="KzR-Xo-Vlj" firstAttribute="bottom" secondItem="ld8-l1-IEa" secondAttribute="bottom" id="wIL-PM-J2D"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400613 </constraints>
614 <connections>
615 <outlet property="msgBackground" destination="uQv-aG-QZp" id="poE-7z-JEI"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400616 <outlet property="openImagebutton" destination="ld8-l1-IEa" id="lGl-pq-r5p"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400617 <outlet property="statusLabel" destination="eHR-Hi-Zl2" id="TvR-nl-6eO"/>
618 <outlet property="timeBox" destination="e0e-TK-qch" id="JPW-TW-Byd"/>
619 <outlet property="timeLabel" destination="Od3-Cq-LmR" id="lja-3j-VsT"/>
Kateryna Kostiuk0f0ba992018-06-07 14:22:58 -0400620 <outlet property="transferedFileName" destination="jRP-c4-heJ" id="5OM-gW-g7U"/>
Kateryna Kostiukefc665d2018-09-17 15:42:43 -0400621 <outlet property="transferedImage" destination="KzR-Xo-Vlj" id="0Aj-VB-IrK"/>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400622 </connections>
623 <point key="canvasLocation" x="147" y="1290"/>
624 </tableCellView>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400625 <tableCellView identifier="PeerComposingMsgView" id="xfZ-8z-fHg" userLabel="IMTableCellView" customClass="IMTableCellView">
626 <rect key="frame" x="0.0" y="0.0" width="400" height="114"/>
627 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
628 <subviews>
629 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gzs-ws-esK">
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400630 <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400631 <constraints>
632 <constraint firstAttribute="width" constant="30" id="G1j-FU-9tK"/>
633 <constraint firstAttribute="height" constant="30" id="Py6-Wa-nzX"/>
634 </constraints>
635 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" id="ezi-Y2-YuQ"/>
636 </imageView>
637 <customView translatesAutoresizingMaskIntoConstraints="NO" id="SX4-RF-nyw">
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400638 <rect key="frame" x="48" y="10" width="10" height="10"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400639 <constraints>
640 <constraint firstAttribute="width" constant="10" id="0Ij-Sj-NIS"/>
641 <constraint firstAttribute="height" constant="10" id="f2B-AW-NQX"/>
642 </constraints>
643 </customView>
644 <customView translatesAutoresizingMaskIntoConstraints="NO" id="EJu-iB-Xd2">
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400645 <rect key="frame" x="63" y="10" width="10" height="10"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400646 <constraints>
647 <constraint firstAttribute="width" constant="10" id="2au-bV-fd4"/>
648 <constraint firstAttribute="height" constant="10" id="Ujk-pf-8tM"/>
649 </constraints>
650 </customView>
651 <customView translatesAutoresizingMaskIntoConstraints="NO" id="e47-4z-WVj">
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400652 <rect key="frame" x="78" y="10" width="10" height="10"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400653 <constraints>
654 <constraint firstAttribute="height" constant="10" id="0UE-ha-4u1"/>
655 <constraint firstAttribute="width" constant="10" id="9Ua-lZ-ulE"/>
656 </constraints>
657 </customView>
658 </subviews>
659 <constraints>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400660 <constraint firstAttribute="bottom" secondItem="Gzs-ws-esK" secondAttribute="bottom" id="3QH-uq-F9M"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400661 <constraint firstItem="Gzs-ws-esK" firstAttribute="leading" secondItem="xfZ-8z-fHg" secondAttribute="leading" id="JD6-vs-hfD"/>
Kateryna Kostiuka2364f72020-03-25 20:30:41 -0400662 <constraint firstItem="SX4-RF-nyw" firstAttribute="leading" secondItem="Gzs-ws-esK" secondAttribute="trailing" constant="18" id="ODB-P4-48M"/>
Kateryna Kostiuk10c896b2020-03-24 12:46:17 -0400663 <constraint firstItem="e47-4z-WVj" firstAttribute="centerY" secondItem="SX4-RF-nyw" secondAttribute="centerY" id="Vyi-RK-rnu"/>
664 <constraint firstItem="EJu-iB-Xd2" firstAttribute="centerY" secondItem="SX4-RF-nyw" secondAttribute="centerY" id="WZK-n7-byc"/>
665 <constraint firstItem="EJu-iB-Xd2" firstAttribute="leading" secondItem="SX4-RF-nyw" secondAttribute="trailing" constant="5" id="eDT-Fv-fjC"/>
666 <constraint firstItem="SX4-RF-nyw" firstAttribute="centerY" secondItem="Gzs-ws-esK" secondAttribute="centerY" id="p4O-DJ-zg9"/>
667 <constraint firstItem="e47-4z-WVj" firstAttribute="leading" secondItem="EJu-iB-Xd2" secondAttribute="trailing" constant="5" id="vO4-hF-6LC"/>
668 </constraints>
669 <connections>
670 <outlet property="compozingIndicator1" destination="SX4-RF-nyw" id="Zbm-Os-EvF"/>
671 <outlet property="compozingIndicator2" destination="EJu-iB-Xd2" id="TPP-CQ-rWA"/>
672 <outlet property="compozingIndicator3" destination="e47-4z-WVj" id="65H-Qg-5ld"/>
673 <outlet property="photoView" destination="Gzs-ws-esK" id="NHF-Mg-OOw"/>
674 </connections>
675 <point key="canvasLocation" x="139" y="167"/>
676 </tableCellView>
Kateryna Kostiukae660fd2018-04-24 14:10:41 -0400677 </objects>
678 <resources>
679 <image name="ic_action_cancel" width="72" height="72"/>
680 <image name="ic_attachment" width="72" height="72"/>
681 <image name="ic_file_upload" width="72" height="72"/>
682 </resources>
683</document>