This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
/
MainStoryboard_iPad.storyboard
351 lines (351 loc) · 26.5 KB
/
MainStoryboard_iPad.storyboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="q98-oM-s57">
<dependencies>
<deployment defaultVersion="1536" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3746"/>
</dependencies>
<scenes>
<!--Filter View Controller-->
<scene sceneID="I7h-Q4-RVp">
<objects>
<tableViewController clearsSelectionOnViewWillAppear="NO" id="n6D-qk-G6m" customClass="FilterViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="2gC-So-frt">
<rect key="frame" x="0.0" y="64" width="320" height="788"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<connections>
<outlet property="dataSource" destination="n6D-qk-G6m" id="x66-Ww-0lK"/>
<outlet property="delegate" destination="n6D-qk-G6m" id="dUe-qU-dB2"/>
</connections>
</tableView>
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" id="dO2-cj-bR2">
<nil key="title"/>
<segmentedControl key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="TAk-NK-2H4">
<rect key="frame" x="72" y="7" width="176" height="31"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<segments>
<segment title="All"/>
<segment title="@"/>
<segment title="+"/>
</segments>
<connections>
<action selector="selectedSegment:" destination="n6D-qk-G6m" eventType="valueChanged" id="wjL-ED-XR2"/>
</connections>
</segmentedControl>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="GKE-fx-1Yx" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="967" y="-699"/>
</scene>
<!--Tasks View Controller - Tasks-->
<scene sceneID="EUl-cx-wIN">
<objects>
<tableViewController id="HNI-em-gnU" customClass="TasksViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="qDN-97-LEn" customClass="PGTableViewWithEmptyView">
<rect key="frame" x="0.0" y="64" width="768" height="916"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<searchBar key="tableHeaderView" contentMode="redraw" id="0yi-6g-kYU">
<rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textInputTraits key="textInputTraits"/>
<connections>
<outlet property="delegate" destination="HNI-em-gnU" id="fjk-QH-RrD"/>
</connections>
</searchBar>
<connections>
<outlet property="emptyView" destination="6ej-HE-d4g" id="0Tr-tQ-emG"/>
</connections>
</tableView>
<extendedEdge key="edgesForExtendedLayout"/>
<toolbarItems>
<barButtonItem title="Sort" id="zmD-dM-QFr">
<connections>
<action selector="sortButtonPressed:" destination="HNI-em-gnU" id="dx8-Ui-AJD"/>
</connections>
</barButtonItem>
<barButtonItem style="plain" systemItem="flexibleSpace" id="FIO-Rt-8MV"/>
<barButtonItem image="19-gear.png" style="plain" id="C9D-rF-8g2">
<inset key="imageInsets" minX="0.0" minY="2" maxX="0.0" maxY="-2"/>
<connections>
<action selector="settingsButtonPressed:" destination="HNI-em-gnU" id="Ryt-P3-GnH"/>
</connections>
</barButtonItem>
</toolbarItems>
<navigationItem key="navigationItem" title="Tasks" id="wN0-Gu-MKs">
<barButtonItem key="rightBarButtonItem" systemItem="add" id="UI8-0O-eGp">
<connections>
<action selector="addButtonPressed:" destination="HNI-em-gnU" id="grg-Hv-NLI"/>
</connections>
</barButtonItem>
</navigationItem>
<simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
<connections>
<outlet property="emptyLabel" destination="T6N-S6-a9J" id="XYM-d5-xaZ"/>
<outlet property="searchDisplayController" destination="ERI-sh-0UM" id="F2L-KH-Rg8"/>
<segue destination="kdV-Nh-Ir7" kind="modal" identifier="TaskAddSegue" modalTransitionStyle="coverVertical" id="Fka-eT-1jp"/>
<segue destination="Z53-s2-uc1" kind="push" identifier="TaskViewSegue" id="ccH-4q-0cq"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="tvS-hM-NZx" userLabel="First Responder" sceneMemberID="firstResponder"/>
<view alpha="0.69999999999999996" contentMode="scaleToFill" id="6ej-HE-d4g">
<rect key="frame" x="0.0" y="0.0" width="768" height="1004"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="A message to show." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="294" translatesAutoresizingMaskIntoConstraints="NO" id="T6N-S6-a9J">
<rect key="frame" x="237" y="408" width="294" height="70"/>
<constraints>
<constraint firstAttribute="width" constant="294" id="Jq1-HF-Zf1"/>
<constraint firstAttribute="height" constant="70" id="b1J-NU-Vaw"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="T6N-S6-a9J" firstAttribute="centerX" secondItem="6ej-HE-d4g" secondAttribute="centerX" id="XBI-1f-BgR"/>
<constraint firstItem="T6N-S6-a9J" firstAttribute="top" secondItem="6ej-HE-d4g" secondAttribute="top" constant="408" id="ZT6-Ts-76T"/>
</constraints>
</view>
<searchDisplayController id="ERI-sh-0UM">
<connections>
<outlet property="delegate" destination="HNI-em-gnU" id="wGU-DJ-uJt"/>
<outlet property="searchBar" destination="0yi-6g-kYU" id="ekG-NR-ZXh"/>
<outlet property="searchContentsController" destination="HNI-em-gnU" id="qrI-d4-mLc"/>
<outlet property="searchResultsDataSource" destination="HNI-em-gnU" id="TqX-JF-5Yt"/>
<outlet property="searchResultsDelegate" destination="HNI-em-gnU" id="m4P-tf-AHS"/>
</connections>
</searchDisplayController>
</objects>
<point key="canvasLocation" x="1321" y="288"/>
</scene>
<!--Task View Controller-->
<scene sceneID="dgN-bk-ovj">
<objects>
<tableViewController hidesBottomBarWhenPushed="YES" id="Z53-s2-uc1" customClass="TaskViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="MaW-ZS-AKU">
<rect key="frame" x="0.0" y="64" width="768" height="916"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<connections>
<outlet property="dataSource" destination="Z53-s2-uc1" id="Sfi-tX-kog"/>
<outlet property="delegate" destination="Z53-s2-uc1" id="E58-vF-qsP"/>
</connections>
</tableView>
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" id="ikx-Ac-dQh"/>
<connections>
<segue destination="kdV-Nh-Ir7" kind="modal" identifier="TaskEditSegue" modalTransitionStyle="coverVertical" id="I3C-Wc-7PQ"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="AZG-J6-aRB" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2226" y="288"/>
</scene>
<!--Opaque Bars Navigation Controller-->
<scene sceneID="ip1-CR-TYL">
<objects>
<navigationController definesPresentationContext="YES" hidesBottomBarWhenPushed="YES" id="kdV-Nh-Ir7" customClass="OpaqueBarsNavigationController" sceneMemberID="viewController">
<extendedEdge key="edgesForExtendedLayout"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="cRF-Z4-XdE">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="gro-Og-yUo" kind="relationship" relationship="rootViewController" id="BZg-Yv-FJ1"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6ig-du-ca2" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2226" y="-871"/>
</scene>
<!--Task Edit View Controller-->
<scene sceneID="Cjg-mv-dDX">
<objects>
<viewController id="gro-Og-yUo" customClass="TaskEditViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Rh9-R5-yec"/>
<viewControllerLayoutGuide type="bottom" id="qUP-M2-BN8"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="2gY-wz-ue0">
<rect key="frame" x="0.0" y="64" width="768" height="960"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eZX-Jy-oVR" customClass="SSTextView">
<rect key="frame" x="0.0" y="-32" width="768" height="1024"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
<connections>
<outlet property="delegate" destination="gro-Og-yUo" id="tKt-sQ-3Qh"/>
</connections>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="eZX-Jy-oVR" firstAttribute="top" secondItem="2gY-wz-ue0" secondAttribute="top" id="9wQ-ys-1Wh"/>
<constraint firstItem="eZX-Jy-oVR" firstAttribute="bottom" secondItem="2gY-wz-ue0" secondAttribute="bottom" id="IeC-g3-dvU"/>
<constraint firstItem="eZX-Jy-oVR" firstAttribute="leading" secondItem="2gY-wz-ue0" secondAttribute="leading" id="LpE-4t-SGu"/>
<constraint firstItem="eZX-Jy-oVR" firstAttribute="trailing" secondItem="2gY-wz-ue0" secondAttribute="trailing" id="wfr-Dc-8A4"/>
</constraints>
</view>
<extendedEdge key="edgesForExtendedLayout"/>
<navigationItem key="navigationItem" id="ARV-2Q-6Cx">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="SMB-dY-eyd">
<connections>
<action selector="cancelButtonPressed:" destination="gro-Og-yUo" id="dYI-NA-HLL"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" systemItem="save" id="yWC-PB-q73">
<connections>
<action selector="doneButtonPressed:" destination="gro-Og-yUo" id="bSF-Ej-tIq"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="textView" destination="eZX-Jy-oVR" id="Aep-tb-uZs"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="mni-HC-iJX" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3084" y="-871"/>
</scene>
<!--Opaque Bars Navigation Controller-->
<scene sceneID="gaI-AA-LUu">
<objects>
<navigationController definesPresentationContext="YES" toolbarHidden="NO" id="IRl-Mb-hwh" customClass="OpaqueBarsNavigationController" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="dHl-9C-0uz">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="LC8-yC-0ou">
<rect key="frame" x="0.0" y="980" width="768" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</toolbar>
<connections>
<segue destination="HNI-em-gnU" kind="relationship" relationship="rootViewController" id="ebV-fk-bNw"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="q79-Jb-SOQ" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="433" y="288"/>
</scene>
<!--Opaque Bars Navigation Controller-->
<scene sceneID="ss7-dU-ZOS">
<objects>
<navigationController id="jSC-c6-Vml" customClass="OpaqueBarsNavigationController" sceneMemberID="viewController">
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Vzv-q0-ktc">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="n6D-qk-G6m" kind="relationship" relationship="rootViewController" id="uot-gW-IE2"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="bdt-lg-Fmx" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="433" y="-699"/>
</scene>
<!--Split View Controller-->
<scene sceneID="dkh-ou-o9S">
<objects>
<splitViewController id="q98-oM-s57" sceneMemberID="viewController">
<toolbarItems/>
<connections>
<segue destination="jSC-c6-Vml" kind="relationship" relationship="masterViewController" id="uWB-sk-edw"/>
<segue destination="IRl-Mb-hwh" kind="relationship" relationship="detailViewController" id="KgM-FW-LLZ"/>
<segue destination="e5C-aC-Aod" kind="modal" identifier="LoginScreenSegue" id="qYf-co-8Dz"/>
<segue destination="e5C-aC-Aod" kind="modal" identifier="LoginScreenSegueNotAnimated" animates="NO" id="0C1-Ko-UCJ"/>
</connections>
</splitViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="4YP-fk-KXC" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-549" y="-230"/>
</scene>
<!--Login Screen View Controller-->
<scene sceneID="jfJ-FI-c77">
<objects>
<viewController id="e5C-aC-Aod" customClass="LoginScreenViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="mFP-ZU-fiO"/>
<viewControllerLayoutGuide type="bottom" id="YSX-Xc-gpQ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="WXm-yb-yJF">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S2T-wp-V1i" userLabel="Centered View">
<rect key="frame" x="192" y="261" width="384" height="502"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mcW-v8-Z9S">
<rect key="frame" x="12" y="241" width="360" height="90"/>
<constraints>
<constraint firstAttribute="height" constant="90" id="e8B-4T-mkb"/>
<constraint firstAttribute="width" constant="360" id="vC3-cQ-GGO"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="30"/>
<inset key="imageEdgeInsets" minX="-30" minY="0.0" maxX="0.0" maxY="0.0"/>
<state key="normal" title="Log in to Dropbox" image="dropbox_logo.png" backgroundImage="green.png">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="loginButtonPressed:" destination="e5C-aC-Aod" eventType="touchUpInside" id="hbl-Us-U2G"/>
</connections>
</button>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Todo.txt" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="f15-lF-g0U">
<rect key="frame" x="12" y="178" width="173" height="41"/>
<fontDescription key="fontDescription" name="CourierNewPS-BoldMT" family="Courier New" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="WELCOME TO" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gu3-9H-8W1">
<rect key="frame" x="12" y="152" width="173" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="Kailasa" family="Kailasa" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="502" id="FVt-HY-JQ5"/>
<constraint firstAttribute="centerY" secondItem="mcW-v8-Z9S" secondAttribute="centerY" constant="-35" id="HCm-bN-hgU"/>
<constraint firstItem="mcW-v8-Z9S" firstAttribute="top" secondItem="f15-lF-g0U" secondAttribute="bottom" constant="22" id="ITX-XQ-nYy"/>
<constraint firstItem="mcW-v8-Z9S" firstAttribute="top" secondItem="Gu3-9H-8W1" secondAttribute="bottom" constant="61" id="NjM-cb-8db"/>
<constraint firstItem="f15-lF-g0U" firstAttribute="width" secondItem="Gu3-9H-8W1" secondAttribute="width" id="OfB-L6-SqS"/>
<constraint firstAttribute="centerX" secondItem="mcW-v8-Z9S" secondAttribute="centerX" id="TLI-XK-kWf"/>
<constraint firstAttribute="width" constant="384" id="Yde-Kb-pPc"/>
<constraint firstItem="f15-lF-g0U" firstAttribute="leading" secondItem="Gu3-9H-8W1" secondAttribute="leading" id="gHd-9f-KQI"/>
<constraint firstItem="f15-lF-g0U" firstAttribute="leading" secondItem="mcW-v8-Z9S" secondAttribute="leading" id="nj5-mu-5Fd"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="S2T-wp-V1i" secondAttribute="centerY" id="QzF-3h-lAc"/>
<constraint firstItem="S2T-wp-V1i" firstAttribute="centerX" secondItem="WXm-yb-yJF" secondAttribute="centerX" id="yQ8-JC-Jis"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="sS1-MB-IDo" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-549" y="930"/>
</scene>
</scenes>
<resources>
<image name="19-gear.png" width="22" height="22"/>
<image name="dropbox_logo.png" width="50" height="50"/>
<image name="green.png" width="1" height="1"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
<inferredMetricsTieBreakers>
<segue reference="0C1-Ko-UCJ"/>
<segue reference="I3C-Wc-7PQ"/>
</inferredMetricsTieBreakers>
</document>