blob: 898dd184061524d7bfdf7d3f1942709de96aa1f7 [file] [log] [blame]
yangsu@google.com2eff7e22011-06-24 15:57:30 +00001<?xml version="1.0" encoding="UTF-8"?>
2<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
3 <data>
4 <int key="IBDocument.SystemTarget">1056</int>
yangsu@google.com2e20c242011-07-07 19:26:42 +00005 <string key="IBDocument.SystemVersion">10J4138</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +00006 <string key="IBDocument.InterfaceBuilderVersion">851</string>
7 <string key="IBDocument.AppKitVersion">1038.35</string>
8 <string key="IBDocument.HIToolboxVersion">461.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11 <string key="NS.object.0">141</string>
12 </object>
13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
14 <bool key="EncodedWithXMLCoder">YES</bool>
yangsu@google.com2e20c242011-07-07 19:26:42 +000015 <integer value="52"/>
yangsu@google.com2eff7e22011-06-24 15:57:30 +000016 </object>
17 <object class="NSArray" key="IBDocument.PluginDependencies">
18 <bool key="EncodedWithXMLCoder">YES</bool>
19 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
20 </object>
21 <object class="NSMutableDictionary" key="IBDocument.Metadata">
22 <bool key="EncodedWithXMLCoder">YES</bool>
23 <object class="NSArray" key="dict.sortedKeys" id="0">
24 <bool key="EncodedWithXMLCoder">YES</bool>
25 </object>
26 <object class="NSMutableArray" key="dict.values">
27 <bool key="EncodedWithXMLCoder">YES</bool>
28 </object>
29 </object>
30 <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
31 <bool key="EncodedWithXMLCoder">YES</bool>
32 <object class="IBProxyObject" id="841351856">
33 <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
34 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
35 </object>
36 <object class="IBProxyObject" id="606714003">
37 <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
38 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
39 </object>
40 <object class="IBUIWindow" id="62075450">
41 <nil key="NSNextResponder"/>
42 <int key="NSvFlags">292</int>
43 <string key="NSFrameSize">{768, 1024}</string>
44 <object class="NSColor" key="IBUIBackgroundColor">
45 <int key="NSColorSpace">1</int>
46 <bytes key="NSRGB">MSAxIDEAA</bytes>
47 </object>
48 <bool key="IBUIOpaque">NO</bool>
49 <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
50 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
51 <int key="IBUIStatusBarStyle">2</int>
52 </object>
53 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
54 <bool key="IBUIResizesToFullScreen">YES</bool>
55 </object>
56 <object class="IBUICustomObject" id="250404236">
57 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
58 </object>
59 <object class="IBUISplitViewController" id="143532475">
60 <reference key="IBUIToolbarItems" ref="0"/>
61 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
62 <int key="IBUIStatusBarStyle">2</int>
63 </object>
64 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
yangsu@google.com2e20c242011-07-07 19:26:42 +000065 <int key="interfaceOrientation">1</int>
yangsu@google.com2eff7e22011-06-24 15:57:30 +000066 </object>
67 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +000068 <bool key="IBUIHorizontal">NO</bool>
yangsu@google.com2eff7e22011-06-24 15:57:30 +000069 <object class="IBUINavigationController" key="IBUIMasterViewController" id="524408385">
70 <reference key="IBUIParentViewController" ref="143532475"/>
71 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
72 <int key="IBUIStatusBarStyle">2</int>
73 </object>
74 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
75 <int key="interfaceOrientation">1</int>
76 </object>
77 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
78 <bool key="IBUIHorizontal">NO</bool>
79 <object class="IBUINavigationBar" key="IBUINavigationBar" id="593802069">
80 <nil key="NSNextResponder"/>
81 <int key="NSvFlags">256</int>
82 <string key="NSFrameSize">{0, 0}</string>
83 <bool key="IBUIClipsSubviews">YES</bool>
84 <bool key="IBUIMultipleTouchEnabled">YES</bool>
85 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
86 <int key="IBUIBarStyle">1</int>
87 </object>
88 <object class="NSMutableArray" key="IBUIViewControllers">
89 <bool key="EncodedWithXMLCoder">YES</bool>
90 <object class="IBUITableViewController" id="714382558">
91 <object class="IBUITableView" key="IBUIView" id="805122470">
92 <reference key="NSNextResponder"/>
93 <int key="NSvFlags">274</int>
yangsu@google.com2e20c242011-07-07 19:26:42 +000094 <string key="NSFrameSize">{320, 960}</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +000095 <reference key="NSSuperview"/>
yangsu@google.com2e20c242011-07-07 19:26:42 +000096 <object class="NSColor" key="IBUIBackgroundColor" id="933040628">
yangsu@google.com2eff7e22011-06-24 15:57:30 +000097 <int key="NSColorSpace">3</int>
98 <bytes key="NSWhite">MQA</bytes>
99 </object>
100 <bool key="IBUIClipsSubviews">YES</bool>
101 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
102 <bool key="IBUIAlwaysBounceVertical">YES</bool>
103 <int key="IBUISeparatorStyle">1</int>
104 <int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
105 <bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
106 <float key="IBUIRowHeight">44</float>
107 <float key="IBUISectionHeaderHeight">22</float>
108 <float key="IBUISectionFooterHeight">22</float>
109 </object>
110 <object class="IBUINavigationItem" key="IBUINavigationItem" id="136024681">
111 <reference key="IBUINavigationBar"/>
112 <string key="IBUITitle">Samples</string>
113 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
114 </object>
115 <reference key="IBUIParentViewController" ref="524408385"/>
116 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
117 <int key="IBUIStatusBarStyle">2</int>
118 </object>
119 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
120 <int key="interfaceOrientation">1</int>
121 </object>
122 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
123 <bool key="IBUIHorizontal">NO</bool>
124 <bool key="IBUIClearsSelectionOnViewWillAppear">NO</bool>
125 </object>
126 </object>
127 </object>
128 <object class="IBUIViewController" key="IBUIDetailViewController" id="324576857">
129 <object class="IBUIView" key="IBUIView" id="662500735">
130 <reference key="NSNextResponder"/>
131 <int key="NSvFlags">274</int>
132 <object class="NSMutableArray" key="NSSubviews">
133 <bool key="EncodedWithXMLCoder">YES</bool>
134 <object class="IBUINavigationBar" id="532491637">
135 <reference key="NSNextResponder" ref="662500735"/>
136 <int key="NSvFlags">290</int>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000137 <string key="NSFrameSize">{768, 44}</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000138 <reference key="NSSuperview" ref="662500735"/>
139 <bool key="IBUIOpaque">NO</bool>
140 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
141 <int key="IBUIBarStyle">1</int>
142 <object class="NSArray" key="IBUIItems">
143 <bool key="EncodedWithXMLCoder">YES</bool>
144 <object class="IBUINavigationItem" id="719745349">
145 <reference key="IBUINavigationBar" ref="532491637"/>
146 <string key="IBUITitle">Title</string>
147 <object class="IBUIBarButtonItem" key="IBUIRightBarButtonItem" id="271380391">
148 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
149 <int key="IBUIStyle">1</int>
150 <reference key="IBUINavigationItem" ref="719745349"/>
151 <int key="IBUISystemItemIdentifier">9</int>
152 </object>
153 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
154 </object>
155 </object>
156 </object>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000157 <object class="IBUIToolbar" id="872721022">
158 <reference key="NSNextResponder" ref="662500735"/>
159 <int key="NSvFlags">266</int>
160 <object class="NSMutableArray" key="NSSubviews">
161 <bool key="EncodedWithXMLCoder">YES</bool>
162 <object class="IBUISwitch" id="241745124">
163 <reference key="NSNextResponder" ref="872721022"/>
164 <int key="NSvFlags">292</int>
165 <string key="NSFrame">{{584, 9}, {94, 27}}</string>
166 <reference key="NSSuperview" ref="872721022"/>
167 <bool key="IBUIOpaque">NO</bool>
168 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
169 <int key="IBUIContentHorizontalAlignment">0</int>
170 <int key="IBUIContentVerticalAlignment">0</int>
171 </object>
172 </object>
173 <string key="NSFrame">{{0, 960}, {768, 44}}</string>
174 <reference key="NSSuperview" ref="662500735"/>
175 <bool key="IBUIOpaque">NO</bool>
176 <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
177 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
178 <int key="IBUIBarStyle">1</int>
179 <object class="NSMutableArray" key="IBUIItems">
180 <bool key="EncodedWithXMLCoder">YES</bool>
181 <object class="IBUIBarButtonItem" id="732530149">
182 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
183 <reference key="IBUIToolbar" ref="872721022"/>
184 <int key="IBUISystemItemIdentifier">5</int>
185 </object>
186 <object class="IBUIBarButtonItem" id="829573230">
187 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
188 <float key="IBUIWidth">55</float>
189 <reference key="IBUIToolbar" ref="872721022"/>
190 <int key="IBUISystemItemIdentifier">6</int>
191 </object>
192 <object class="IBUIBarButtonItem" id="780237299">
193 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
194 <int key="IBUIStyle">1</int>
195 <reference key="IBUICustomView" ref="241745124"/>
196 <reference key="IBUIToolbar" ref="872721022"/>
197 </object>
198 <object class="IBUIBarButtonItem" id="247862273">
199 <string key="IBUITitle">Server iP</string>
200 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
201 <int key="IBUIStyle">1</int>
202 <reference key="IBUIToolbar" ref="872721022"/>
203 </object>
204 </object>
205 </object>
206 <object class="IBUILabel" id="65333785">
207 <reference key="NSNextResponder" ref="662500735"/>
208 <int key="NSvFlags">265</int>
209 <string key="NSFrame">{{526, 967}, {49, 29}}</string>
210 <reference key="NSSuperview" ref="662500735"/>
211 <bool key="IBUIOpaque">NO</bool>
212 <bool key="IBUIClipsSubviews">YES</bool>
213 <int key="IBUIContentMode">7</int>
214 <bool key="IBUIUserInteractionEnabled">NO</bool>
215 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
216 <string key="IBUIText">Pipe</string>
217 <object class="NSFont" key="IBUIFont">
218 <string key="NSName">Helvetica</string>
219 <double key="NSSize">24</double>
220 <int key="NSfFlags">16</int>
221 </object>
222 <reference key="IBUITextColor" ref="933040628"/>
223 <reference key="IBUIHighlightedColor" ref="933040628"/>
224 <int key="IBUIBaselineAdjustment">1</int>
225 <float key="IBUIMinimumFontSize">10</float>
226 <int key="IBUITextAlignment">1</int>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000227 </object>
228 </object>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000229 <string key="NSFrameSize">{768, 1004}</string>
230 <reference key="NSSuperview"/>
231 <reference key="IBUIBackgroundColor" ref="933040628"/>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000232 <bool key="IBUIMultipleTouchEnabled">YES</bool>
233 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
234 </object>
235 <reference key="IBUIToolbarItems" ref="0"/>
236 <reference key="IBUIParentViewController" ref="143532475"/>
237 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
238 <int key="interfaceOrientation">1</int>
239 </object>
240 <string key="targetRuntimeIdentifier">IBIPadFramework</string>
241 <bool key="IBUIHorizontal">NO</bool>
242 </object>
243 </object>
244 </object>
245 <object class="IBObjectContainer" key="IBDocument.Objects">
246 <object class="NSMutableArray" key="connectionRecords">
247 <bool key="EncodedWithXMLCoder">YES</bool>
248 <object class="IBConnectionRecord">
249 <object class="IBCocoaTouchOutletConnection" key="connection">
250 <string key="label">window</string>
251 <reference key="source" ref="250404236"/>
252 <reference key="destination" ref="62075450"/>
253 </object>
254 <int key="connectionID">7</int>
255 </object>
256 <object class="IBConnectionRecord">
257 <object class="IBCocoaTouchOutletConnection" key="connection">
258 <string key="label">delegate</string>
259 <reference key="source" ref="841351856"/>
260 <reference key="destination" ref="250404236"/>
261 </object>
262 <int key="connectionID">8</int>
263 </object>
264 <object class="IBConnectionRecord">
265 <object class="IBCocoaTouchOutletConnection" key="connection">
266 <string key="label">splitViewController</string>
267 <reference key="source" ref="250404236"/>
268 <reference key="destination" ref="143532475"/>
269 </object>
270 <int key="connectionID">69</int>
271 </object>
272 <object class="IBConnectionRecord">
273 <object class="IBCocoaTouchOutletConnection" key="connection">
274 <string key="label">fNavigationBar</string>
275 <reference key="source" ref="324576857"/>
276 <reference key="destination" ref="532491637"/>
277 </object>
278 <int key="connectionID">83</int>
279 </object>
280 <object class="IBConnectionRecord">
281 <object class="IBCocoaTouchOutletConnection" key="connection">
282 <string key="label">fRoot</string>
283 <reference key="source" ref="143532475"/>
284 <reference key="destination" ref="714382558"/>
285 </object>
286 <int key="connectionID">85</int>
287 </object>
288 <object class="IBConnectionRecord">
289 <object class="IBCocoaTouchOutletConnection" key="connection">
290 <string key="label">fDetail</string>
291 <reference key="source" ref="143532475"/>
292 <reference key="destination" ref="324576857"/>
293 </object>
294 <int key="connectionID">86</int>
295 </object>
296 <object class="IBConnectionRecord">
297 <object class="IBCocoaTouchOutletConnection" key="connection">
298 <string key="label">rootViewController</string>
299 <reference key="source" ref="62075450"/>
300 <reference key="destination" ref="143532475"/>
301 </object>
302 <int key="connectionID">88</int>
303 </object>
304 <object class="IBConnectionRecord">
305 <object class="IBCocoaTouchOutletConnection" key="connection">
306 <string key="label">dataSource</string>
307 <reference key="source" ref="805122470"/>
308 <reference key="destination" ref="714382558"/>
309 </object>
310 <int key="connectionID">91</int>
311 </object>
312 <object class="IBConnectionRecord">
313 <object class="IBCocoaTouchOutletConnection" key="connection">
314 <string key="label">delegate</string>
315 <reference key="source" ref="805122470"/>
316 <reference key="destination" ref="143532475"/>
317 </object>
318 <int key="connectionID">93</int>
319 </object>
320 <object class="IBConnectionRecord">
321 <object class="IBCocoaTouchOutletConnection" key="connection">
322 <string key="label">fPrintButton</string>
323 <reference key="source" ref="324576857"/>
324 <reference key="destination" ref="271380391"/>
325 </object>
326 <int key="connectionID">95</int>
327 </object>
328 <object class="IBConnectionRecord">
329 <object class="IBCocoaTouchEventConnection" key="connection">
330 <string key="label">printContent:</string>
331 <reference key="source" ref="271380391"/>
332 <reference key="destination" ref="324576857"/>
333 </object>
334 <int key="connectionID">96</int>
335 </object>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000336 <object class="IBConnectionRecord">
337 <object class="IBCocoaTouchEventConnection" key="connection">
338 <string key="label">usePipe:</string>
339 <reference key="source" ref="241745124"/>
340 <reference key="destination" ref="324576857"/>
341 <int key="IBEventType">13</int>
342 </object>
343 <int key="connectionID">110</int>
344 </object>
345 <object class="IBConnectionRecord">
346 <object class="IBCocoaTouchEventConnection" key="connection">
347 <string key="label">enterServerIP:</string>
348 <reference key="source" ref="247862273"/>
349 <reference key="destination" ref="324576857"/>
350 </object>
351 <int key="connectionID">129</int>
352 </object>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000353 </object>
354 <object class="IBMutableOrderedSet" key="objectRecords">
355 <object class="NSArray" key="orderedObjects">
356 <bool key="EncodedWithXMLCoder">YES</bool>
357 <object class="IBObjectRecord">
358 <int key="objectID">0</int>
359 <reference key="object" ref="0"/>
360 <reference key="children" ref="1000"/>
361 <nil key="parent"/>
362 </object>
363 <object class="IBObjectRecord">
364 <int key="objectID">-1</int>
365 <reference key="object" ref="841351856"/>
366 <reference key="parent" ref="0"/>
367 <string key="objectName">File's Owner</string>
368 </object>
369 <object class="IBObjectRecord">
370 <int key="objectID">-2</int>
371 <reference key="object" ref="606714003"/>
372 <reference key="parent" ref="0"/>
373 </object>
374 <object class="IBObjectRecord">
375 <int key="objectID">2</int>
376 <reference key="object" ref="62075450"/>
377 <object class="NSMutableArray" key="children">
378 <bool key="EncodedWithXMLCoder">YES</bool>
379 </object>
380 <reference key="parent" ref="0"/>
381 </object>
382 <object class="IBObjectRecord">
383 <int key="objectID">6</int>
384 <reference key="object" ref="250404236"/>
385 <reference key="parent" ref="0"/>
386 </object>
387 <object class="IBObjectRecord">
388 <int key="objectID">52</int>
389 <reference key="object" ref="143532475"/>
390 <object class="NSMutableArray" key="children">
391 <bool key="EncodedWithXMLCoder">YES</bool>
392 <reference ref="524408385"/>
393 <reference ref="324576857"/>
394 </object>
395 <reference key="parent" ref="0"/>
396 </object>
397 <object class="IBObjectRecord">
398 <int key="objectID">53</int>
399 <reference key="object" ref="524408385"/>
400 <object class="NSMutableArray" key="children">
401 <bool key="EncodedWithXMLCoder">YES</bool>
402 <reference ref="593802069"/>
403 <reference ref="714382558"/>
404 </object>
405 <reference key="parent" ref="143532475"/>
406 </object>
407 <object class="IBObjectRecord">
408 <int key="objectID">54</int>
409 <reference key="object" ref="324576857"/>
410 <object class="NSMutableArray" key="children">
411 <bool key="EncodedWithXMLCoder">YES</bool>
412 <reference ref="662500735"/>
413 </object>
414 <reference key="parent" ref="143532475"/>
415 </object>
416 <object class="IBObjectRecord">
417 <int key="objectID">55</int>
418 <reference key="object" ref="714382558"/>
419 <object class="NSMutableArray" key="children">
420 <bool key="EncodedWithXMLCoder">YES</bool>
421 <reference ref="136024681"/>
422 <reference ref="805122470"/>
423 </object>
424 <reference key="parent" ref="524408385"/>
425 </object>
426 <object class="IBObjectRecord">
427 <int key="objectID">56</int>
428 <reference key="object" ref="593802069"/>
429 <reference key="parent" ref="524408385"/>
430 </object>
431 <object class="IBObjectRecord">
432 <int key="objectID">57</int>
433 <reference key="object" ref="136024681"/>
434 <reference key="parent" ref="714382558"/>
435 </object>
436 <object class="IBObjectRecord">
437 <int key="objectID">63</int>
438 <reference key="object" ref="662500735"/>
439 <object class="NSMutableArray" key="children">
440 <bool key="EncodedWithXMLCoder">YES</bool>
441 <reference ref="532491637"/>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000442 <reference ref="872721022"/>
443 <reference ref="65333785"/>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000444 </object>
445 <reference key="parent" ref="324576857"/>
446 </object>
447 <object class="IBObjectRecord">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000448 <int key="objectID">89</int>
449 <reference key="object" ref="805122470"/>
450 <reference key="parent" ref="714382558"/>
451 </object>
452 <object class="IBObjectRecord">
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000453 <int key="objectID">64</int>
454 <reference key="object" ref="532491637"/>
455 <object class="NSMutableArray" key="children">
456 <bool key="EncodedWithXMLCoder">YES</bool>
457 <reference ref="719745349"/>
458 </object>
459 <reference key="parent" ref="662500735"/>
460 </object>
461 <object class="IBObjectRecord">
462 <int key="objectID">71</int>
463 <reference key="object" ref="719745349"/>
464 <object class="NSMutableArray" key="children">
465 <bool key="EncodedWithXMLCoder">YES</bool>
466 <reference ref="271380391"/>
467 </object>
468 <reference key="parent" ref="532491637"/>
469 </object>
470 <object class="IBObjectRecord">
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000471 <int key="objectID">94</int>
472 <reference key="object" ref="271380391"/>
473 <reference key="parent" ref="719745349"/>
474 </object>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000475 <object class="IBObjectRecord">
476 <int key="objectID">106</int>
477 <reference key="object" ref="872721022"/>
478 <object class="NSMutableArray" key="children">
479 <bool key="EncodedWithXMLCoder">YES</bool>
480 <reference ref="732530149"/>
481 <reference ref="829573230"/>
482 <reference ref="780237299"/>
483 <reference ref="247862273"/>
484 </object>
485 <reference key="parent" ref="662500735"/>
486 </object>
487 <object class="IBObjectRecord">
488 <int key="objectID">113</int>
489 <reference key="object" ref="732530149"/>
490 <reference key="parent" ref="872721022"/>
491 </object>
492 <object class="IBObjectRecord">
493 <int key="objectID">123</int>
494 <reference key="object" ref="65333785"/>
495 <reference key="parent" ref="662500735"/>
496 </object>
497 <object class="IBObjectRecord">
498 <int key="objectID">126</int>
499 <reference key="object" ref="829573230"/>
500 <reference key="parent" ref="872721022"/>
501 </object>
502 <object class="IBObjectRecord">
503 <int key="objectID">109</int>
504 <reference key="object" ref="780237299"/>
505 <object class="NSMutableArray" key="children">
506 <bool key="EncodedWithXMLCoder">YES</bool>
507 <reference ref="241745124"/>
508 </object>
509 <reference key="parent" ref="872721022"/>
510 </object>
511 <object class="IBObjectRecord">
512 <int key="objectID">108</int>
513 <reference key="object" ref="241745124"/>
514 <reference key="parent" ref="780237299"/>
515 </object>
516 <object class="IBObjectRecord">
517 <int key="objectID">127</int>
518 <reference key="object" ref="247862273"/>
519 <reference key="parent" ref="872721022"/>
520 </object>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000521 </object>
522 </object>
523 <object class="NSMutableDictionary" key="flattenedProperties">
524 <bool key="EncodedWithXMLCoder">YES</bool>
525 <object class="NSArray" key="dict.sortedKeys">
526 <bool key="EncodedWithXMLCoder">YES</bool>
527 <string>-1.CustomClassName</string>
528 <string>-2.CustomClassName</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000529 <string>106.IBPluginDependency</string>
530 <string>106.IBViewBoundsToFrameTransform</string>
531 <string>108.IBPluginDependency</string>
532 <string>113.IBPluginDependency</string>
533 <string>123.IBPluginDependency</string>
534 <string>123.IBViewBoundsToFrameTransform</string>
535 <string>126.IBPluginDependency</string>
536 <string>127.IBPluginDependency</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000537 <string>2.IBEditorWindowLastContentRect</string>
538 <string>2.IBPluginDependency</string>
539 <string>52.CustomClassName</string>
540 <string>52.IBEditorWindowLastContentRect</string>
541 <string>52.IBPluginDependency</string>
542 <string>53.IBPluginDependency</string>
543 <string>54.CustomClassName</string>
544 <string>54.IBPluginDependency</string>
545 <string>55.CustomClassName</string>
546 <string>55.IBPluginDependency</string>
547 <string>56.IBPluginDependency</string>
548 <string>57.IBPluginDependency</string>
549 <string>6.CustomClassName</string>
550 <string>6.IBPluginDependency</string>
551 <string>63.CustomClassName</string>
552 <string>63.IBPluginDependency</string>
553 <string>63.IBViewBoundsToFrameTransform</string>
554 <string>64.IBPluginDependency</string>
555 <string>64.IBViewBoundsToFrameTransform</string>
556 <string>71.IBPluginDependency</string>
557 <string>89.IBPluginDependency</string>
558 <string>94.IBPluginDependency</string>
559 </object>
560 <object class="NSMutableArray" key="dict.values">
561 <bool key="EncodedWithXMLCoder">YES</bool>
562 <string>UIApplication</string>
563 <string>UIResponder</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000564 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
565 <object class="NSAffineTransform">
566 <bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAxDqAAA</bytes>
567 </object>
568 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
569 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
570 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
571 <object class="NSAffineTransform">
572 <bytes key="NSTransformStruct">P4AAAL+AAABD8AAAxHiAAA</bytes>
573 </object>
574 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
575 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000576 <string>{{125, 4}, {768, 1024}}</string>
577 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
578 <string>SkUISplitViewController</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000579 <string>{{-34, 57}, {768, 1024}}</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000580 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
581 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
582 <string>SkUIDetailViewController</string>
583 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
584 <string>SkUIRootViewController</string>
585 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
586 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
587 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
588 <string>AppDelegate_iPad</string>
589 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
590 <string>SkUIView_shell</string>
591 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
592 <object class="NSAffineTransform">
593 <bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAxDqAAA</bytes>
594 </object>
595 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
596 <object class="NSAffineTransform">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000597 <bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAwigAAA</bytes>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000598 </object>
599 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
600 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
601 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
602 </object>
603 </object>
604 <object class="NSMutableDictionary" key="unlocalizedProperties">
605 <bool key="EncodedWithXMLCoder">YES</bool>
606 <reference key="dict.sortedKeys" ref="0"/>
607 <object class="NSMutableArray" key="dict.values">
608 <bool key="EncodedWithXMLCoder">YES</bool>
609 </object>
610 </object>
611 <nil key="activeLocalization"/>
612 <object class="NSMutableDictionary" key="localizations">
613 <bool key="EncodedWithXMLCoder">YES</bool>
614 <reference key="dict.sortedKeys" ref="0"/>
615 <object class="NSMutableArray" key="dict.values">
616 <bool key="EncodedWithXMLCoder">YES</bool>
617 </object>
618 </object>
619 <nil key="sourceID"/>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000620 <int key="maxID">129</int>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000621 </object>
622 <object class="IBClassDescriber" key="IBDocument.Classes">
623 <object class="NSMutableArray" key="referencedPartialClassDescriptions">
624 <bool key="EncodedWithXMLCoder">YES</bool>
625 <object class="IBPartialClassDescription">
626 <string key="className">AppDelegate_iPad</string>
627 <string key="superclassName">NSObject</string>
628 <object class="NSMutableDictionary" key="outlets">
629 <bool key="EncodedWithXMLCoder">YES</bool>
630 <object class="NSArray" key="dict.sortedKeys">
631 <bool key="EncodedWithXMLCoder">YES</bool>
632 <string>splitViewController</string>
633 <string>window</string>
634 </object>
635 <object class="NSMutableArray" key="dict.values">
636 <bool key="EncodedWithXMLCoder">YES</bool>
637 <string>SkUISplitViewController</string>
638 <string>UIWindow</string>
639 </object>
640 </object>
641 <object class="NSMutableDictionary" key="toOneOutletInfosByName">
642 <bool key="EncodedWithXMLCoder">YES</bool>
643 <object class="NSArray" key="dict.sortedKeys">
644 <bool key="EncodedWithXMLCoder">YES</bool>
645 <string>splitViewController</string>
646 <string>window</string>
647 </object>
648 <object class="NSMutableArray" key="dict.values">
649 <bool key="EncodedWithXMLCoder">YES</bool>
650 <object class="IBToOneOutletInfo">
651 <string key="name">splitViewController</string>
652 <string key="candidateClassName">SkUISplitViewController</string>
653 </object>
654 <object class="IBToOneOutletInfo">
655 <string key="name">window</string>
656 <string key="candidateClassName">UIWindow</string>
657 </object>
658 </object>
659 </object>
660 <object class="IBClassDescriptionSource" key="sourceIdentifier">
661 <string key="majorKey">IBProjectSource</string>
662 <string key="minorKey">iPad/AppDelegate_iPad.h</string>
663 </object>
664 </object>
665 <object class="IBPartialClassDescription">
666 <string key="className">SkUIDetailViewController</string>
667 <string key="superclassName">UIViewController</string>
668 <object class="NSMutableDictionary" key="actions">
669 <bool key="EncodedWithXMLCoder">YES</bool>
670 <object class="NSArray" key="dict.sortedKeys">
671 <bool key="EncodedWithXMLCoder">YES</bool>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000672 <string>enterServerIP:</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000673 <string>printContent:</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000674 <string>usePipe:</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000675 </object>
676 <object class="NSMutableArray" key="dict.values">
677 <bool key="EncodedWithXMLCoder">YES</bool>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000678 <string>id</string>
679 <string>id</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000680 <string>id</string>
681 </object>
682 </object>
683 <object class="NSMutableDictionary" key="actionInfosByName">
684 <bool key="EncodedWithXMLCoder">YES</bool>
685 <object class="NSArray" key="dict.sortedKeys">
686 <bool key="EncodedWithXMLCoder">YES</bool>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000687 <string>enterServerIP:</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000688 <string>printContent:</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000689 <string>usePipe:</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000690 </object>
691 <object class="NSMutableArray" key="dict.values">
692 <bool key="EncodedWithXMLCoder">YES</bool>
693 <object class="IBActionInfo">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000694 <string key="name">enterServerIP:</string>
695 <string key="candidateClassName">id</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000696 </object>
697 <object class="IBActionInfo">
698 <string key="name">printContent:</string>
699 <string key="candidateClassName">id</string>
700 </object>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000701 <object class="IBActionInfo">
702 <string key="name">usePipe:</string>
703 <string key="candidateClassName">id</string>
704 </object>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000705 </object>
706 </object>
707 <object class="NSMutableDictionary" key="outlets">
708 <bool key="EncodedWithXMLCoder">YES</bool>
709 <object class="NSArray" key="dict.sortedKeys">
710 <bool key="EncodedWithXMLCoder">YES</bool>
711 <string>fNavigationBar</string>
712 <string>fPrintButton</string>
713 </object>
714 <object class="NSMutableArray" key="dict.values">
715 <bool key="EncodedWithXMLCoder">YES</bool>
716 <string>UINavigationBar</string>
717 <string>UIBarButtonItem</string>
718 </object>
719 </object>
720 <object class="NSMutableDictionary" key="toOneOutletInfosByName">
721 <bool key="EncodedWithXMLCoder">YES</bool>
722 <object class="NSArray" key="dict.sortedKeys">
723 <bool key="EncodedWithXMLCoder">YES</bool>
724 <string>fNavigationBar</string>
725 <string>fPrintButton</string>
726 </object>
727 <object class="NSMutableArray" key="dict.values">
728 <bool key="EncodedWithXMLCoder">YES</bool>
729 <object class="IBToOneOutletInfo">
730 <string key="name">fNavigationBar</string>
731 <string key="candidateClassName">UINavigationBar</string>
732 </object>
733 <object class="IBToOneOutletInfo">
734 <string key="name">fPrintButton</string>
735 <string key="candidateClassName">UIBarButtonItem</string>
736 </object>
737 </object>
738 </object>
739 <object class="IBClassDescriptionSource" key="sourceIdentifier">
740 <string key="majorKey">IBProjectSource</string>
741 <string key="minorKey">SkUIDetailViewController.h</string>
742 </object>
743 </object>
744 <object class="IBPartialClassDescription">
745 <string key="className">SkUIRootViewController</string>
746 <string key="superclassName">UITableViewController</string>
747 <object class="IBClassDescriptionSource" key="sourceIdentifier">
748 <string key="majorKey">IBProjectSource</string>
749 <string key="minorKey">SkUIRootViewController.h</string>
750 </object>
751 </object>
752 <object class="IBPartialClassDescription">
753 <string key="className">SkUISplitViewController</string>
754 <string key="superclassName">UISplitViewController</string>
755 <object class="NSMutableDictionary" key="outlets">
756 <bool key="EncodedWithXMLCoder">YES</bool>
757 <object class="NSArray" key="dict.sortedKeys">
758 <bool key="EncodedWithXMLCoder">YES</bool>
759 <string>fDetail</string>
760 <string>fRoot</string>
761 </object>
762 <object class="NSMutableArray" key="dict.values">
763 <bool key="EncodedWithXMLCoder">YES</bool>
764 <string>SkUIDetailViewController</string>
765 <string>SkUIRootViewController</string>
766 </object>
767 </object>
768 <object class="NSMutableDictionary" key="toOneOutletInfosByName">
769 <bool key="EncodedWithXMLCoder">YES</bool>
770 <object class="NSArray" key="dict.sortedKeys">
771 <bool key="EncodedWithXMLCoder">YES</bool>
772 <string>fDetail</string>
773 <string>fRoot</string>
774 </object>
775 <object class="NSMutableArray" key="dict.values">
776 <bool key="EncodedWithXMLCoder">YES</bool>
777 <object class="IBToOneOutletInfo">
778 <string key="name">fDetail</string>
779 <string key="candidateClassName">SkUIDetailViewController</string>
780 </object>
781 <object class="IBToOneOutletInfo">
782 <string key="name">fRoot</string>
783 <string key="candidateClassName">SkUIRootViewController</string>
784 </object>
785 </object>
786 </object>
787 <object class="IBClassDescriptionSource" key="sourceIdentifier">
788 <string key="majorKey">IBProjectSource</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000789 <string key="minorKey">iPad/SkUISplitViewController.h</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000790 </object>
791 </object>
792 <object class="IBPartialClassDescription">
793 <string key="className">SkUIView_shell</string>
794 <string key="superclassName">UIView</string>
795 <object class="IBClassDescriptionSource" key="sourceIdentifier">
796 <string key="majorKey">IBProjectSource</string>
797 <string key="minorKey">SkUIView_shell.h</string>
798 </object>
799 </object>
800 </object>
801 <object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
802 <bool key="EncodedWithXMLCoder">YES</bool>
803 <object class="IBPartialClassDescription">
804 <string key="className">NSObject</string>
805 <object class="IBClassDescriptionSource" key="sourceIdentifier">
806 <string key="majorKey">IBFrameworkSource</string>
807 <string key="minorKey">Foundation.framework/Headers/NSError.h</string>
808 </object>
809 </object>
810 <object class="IBPartialClassDescription">
811 <string key="className">NSObject</string>
812 <object class="IBClassDescriptionSource" key="sourceIdentifier">
813 <string key="majorKey">IBFrameworkSource</string>
814 <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
815 </object>
816 </object>
817 <object class="IBPartialClassDescription">
818 <string key="className">NSObject</string>
819 <object class="IBClassDescriptionSource" key="sourceIdentifier">
820 <string key="majorKey">IBFrameworkSource</string>
821 <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
822 </object>
823 </object>
824 <object class="IBPartialClassDescription">
825 <string key="className">NSObject</string>
826 <object class="IBClassDescriptionSource" key="sourceIdentifier">
827 <string key="majorKey">IBFrameworkSource</string>
828 <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
829 </object>
830 </object>
831 <object class="IBPartialClassDescription">
832 <string key="className">NSObject</string>
833 <object class="IBClassDescriptionSource" key="sourceIdentifier">
834 <string key="majorKey">IBFrameworkSource</string>
835 <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
836 </object>
837 </object>
838 <object class="IBPartialClassDescription">
839 <string key="className">NSObject</string>
840 <object class="IBClassDescriptionSource" key="sourceIdentifier">
841 <string key="majorKey">IBFrameworkSource</string>
842 <string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
843 </object>
844 </object>
845 <object class="IBPartialClassDescription">
846 <string key="className">NSObject</string>
847 <object class="IBClassDescriptionSource" key="sourceIdentifier">
848 <string key="majorKey">IBFrameworkSource</string>
849 <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
850 </object>
851 </object>
852 <object class="IBPartialClassDescription">
853 <string key="className">NSObject</string>
854 <object class="IBClassDescriptionSource" key="sourceIdentifier">
855 <string key="majorKey">IBFrameworkSource</string>
856 <string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
857 </object>
858 </object>
859 <object class="IBPartialClassDescription">
860 <string key="className">NSObject</string>
861 <object class="IBClassDescriptionSource" key="sourceIdentifier">
862 <string key="majorKey">IBFrameworkSource</string>
863 <string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
864 </object>
865 </object>
866 <object class="IBPartialClassDescription">
867 <string key="className">NSObject</string>
868 <object class="IBClassDescriptionSource" key="sourceIdentifier">
869 <string key="majorKey">IBFrameworkSource</string>
870 <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
871 </object>
872 </object>
873 <object class="IBPartialClassDescription">
874 <string key="className">NSObject</string>
875 <object class="IBClassDescriptionSource" key="sourceIdentifier">
876 <string key="majorKey">IBFrameworkSource</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000877 <string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
878 </object>
879 </object>
880 <object class="IBPartialClassDescription">
881 <string key="className">NSObject</string>
882 <object class="IBClassDescriptionSource" key="sourceIdentifier">
883 <string key="majorKey">IBFrameworkSource</string>
884 <string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
885 </object>
886 </object>
887 <object class="IBPartialClassDescription">
888 <string key="className">NSObject</string>
889 <object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
890 <string key="majorKey">IBFrameworkSource</string>
891 <string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
892 </object>
893 </object>
894 <object class="IBPartialClassDescription">
895 <string key="className">UIApplication</string>
896 <string key="superclassName">UIResponder</string>
897 <object class="IBClassDescriptionSource" key="sourceIdentifier">
898 <string key="majorKey">IBFrameworkSource</string>
899 <string key="minorKey">UIKit.framework/Headers/UIApplication.h</string>
900 </object>
901 </object>
902 <object class="IBPartialClassDescription">
903 <string key="className">UIBarButtonItem</string>
904 <string key="superclassName">UIBarItem</string>
905 <object class="IBClassDescriptionSource" key="sourceIdentifier">
906 <string key="majorKey">IBFrameworkSource</string>
907 <string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string>
908 </object>
909 </object>
910 <object class="IBPartialClassDescription">
911 <string key="className">UIBarItem</string>
912 <string key="superclassName">NSObject</string>
913 <object class="IBClassDescriptionSource" key="sourceIdentifier">
914 <string key="majorKey">IBFrameworkSource</string>
915 <string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
916 </object>
917 </object>
918 <object class="IBPartialClassDescription">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000919 <string key="className">UIControl</string>
920 <string key="superclassName">UIView</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000921 <object class="IBClassDescriptionSource" key="sourceIdentifier">
922 <string key="majorKey">IBFrameworkSource</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000923 <string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000924 </object>
925 </object>
926 <object class="IBPartialClassDescription">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000927 <string key="className">UILabel</string>
928 <string key="superclassName">UIView</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000929 <object class="IBClassDescriptionSource" key="sourceIdentifier">
930 <string key="majorKey">IBFrameworkSource</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000931 <string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000932 </object>
933 </object>
934 <object class="IBPartialClassDescription">
935 <string key="className">UINavigationBar</string>
936 <string key="superclassName">UIView</string>
937 <object class="IBClassDescriptionSource" key="sourceIdentifier" id="840300946">
938 <string key="majorKey">IBFrameworkSource</string>
939 <string key="minorKey">UIKit.framework/Headers/UINavigationBar.h</string>
940 </object>
941 </object>
942 <object class="IBPartialClassDescription">
943 <string key="className">UINavigationController</string>
944 <string key="superclassName">UIViewController</string>
945 <object class="IBClassDescriptionSource" key="sourceIdentifier" id="143108953">
946 <string key="majorKey">IBFrameworkSource</string>
947 <string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
948 </object>
949 </object>
950 <object class="IBPartialClassDescription">
951 <string key="className">UINavigationItem</string>
952 <string key="superclassName">NSObject</string>
953 <reference key="sourceIdentifier" ref="840300946"/>
954 </object>
955 <object class="IBPartialClassDescription">
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000956 <string key="className">UIResponder</string>
957 <string key="superclassName">NSObject</string>
958 <reference key="sourceIdentifier" ref="786211723"/>
959 </object>
960 <object class="IBPartialClassDescription">
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000961 <string key="className">UIScrollView</string>
962 <string key="superclassName">UIView</string>
963 <object class="IBClassDescriptionSource" key="sourceIdentifier">
964 <string key="majorKey">IBFrameworkSource</string>
965 <string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
966 </object>
967 </object>
968 <object class="IBPartialClassDescription">
969 <string key="className">UISearchBar</string>
970 <string key="superclassName">UIView</string>
971 <object class="IBClassDescriptionSource" key="sourceIdentifier">
972 <string key="majorKey">IBFrameworkSource</string>
973 <string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
974 </object>
975 </object>
976 <object class="IBPartialClassDescription">
977 <string key="className">UISearchDisplayController</string>
978 <string key="superclassName">NSObject</string>
979 <object class="IBClassDescriptionSource" key="sourceIdentifier">
980 <string key="majorKey">IBFrameworkSource</string>
981 <string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
982 </object>
983 </object>
984 <object class="IBPartialClassDescription">
985 <string key="className">UISplitViewController</string>
986 <string key="superclassName">UIViewController</string>
987 <object class="IBClassDescriptionSource" key="sourceIdentifier" id="774996372">
988 <string key="majorKey">IBFrameworkSource</string>
989 <string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
990 </object>
991 </object>
992 <object class="IBPartialClassDescription">
yangsu@google.com2e20c242011-07-07 19:26:42 +0000993 <string key="className">UISwitch</string>
994 <string key="superclassName">UIControl</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000995 <object class="IBClassDescriptionSource" key="sourceIdentifier">
996 <string key="majorKey">IBFrameworkSource</string>
yangsu@google.com2e20c242011-07-07 19:26:42 +0000997 <string key="minorKey">UIKit.framework/Headers/UISwitch.h</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +0000998 </object>
999 </object>
1000 <object class="IBPartialClassDescription">
1001 <string key="className">UITableView</string>
1002 <string key="superclassName">UIScrollView</string>
1003 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1004 <string key="majorKey">IBFrameworkSource</string>
1005 <string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
1006 </object>
1007 </object>
1008 <object class="IBPartialClassDescription">
1009 <string key="className">UITableViewController</string>
1010 <string key="superclassName">UIViewController</string>
1011 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1012 <string key="majorKey">IBFrameworkSource</string>
1013 <string key="minorKey">UIKit.framework/Headers/UITableViewController.h</string>
1014 </object>
1015 </object>
1016 <object class="IBPartialClassDescription">
yangsu@google.com2e20c242011-07-07 19:26:42 +00001017 <string key="className">UIToolbar</string>
1018 <string key="superclassName">UIView</string>
1019 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1020 <string key="majorKey">IBFrameworkSource</string>
1021 <string key="minorKey">UIKit.framework/Headers/UIToolbar.h</string>
1022 </object>
1023 </object>
1024 <object class="IBPartialClassDescription">
yangsu@google.com2eff7e22011-06-24 15:57:30 +00001025 <string key="className">UIView</string>
1026 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1027 <string key="majorKey">IBFrameworkSource</string>
1028 <string key="minorKey">UIKit.framework/Headers/UIPrintFormatter.h</string>
1029 </object>
1030 </object>
1031 <object class="IBPartialClassDescription">
1032 <string key="className">UIView</string>
1033 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1034 <string key="majorKey">IBFrameworkSource</string>
1035 <string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
1036 </object>
1037 </object>
1038 <object class="IBPartialClassDescription">
1039 <string key="className">UIView</string>
1040 <string key="superclassName">UIResponder</string>
1041 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1042 <string key="majorKey">IBFrameworkSource</string>
1043 <string key="minorKey">UIKit.framework/Headers/UIView.h</string>
1044 </object>
1045 </object>
1046 <object class="IBPartialClassDescription">
1047 <string key="className">UIViewController</string>
1048 <reference key="sourceIdentifier" ref="143108953"/>
1049 </object>
1050 <object class="IBPartialClassDescription">
1051 <string key="className">UIViewController</string>
1052 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1053 <string key="majorKey">IBFrameworkSource</string>
1054 <string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
1055 </object>
1056 </object>
1057 <object class="IBPartialClassDescription">
1058 <string key="className">UIViewController</string>
1059 <reference key="sourceIdentifier" ref="774996372"/>
1060 </object>
1061 <object class="IBPartialClassDescription">
1062 <string key="className">UIViewController</string>
1063 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1064 <string key="majorKey">IBFrameworkSource</string>
1065 <string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
1066 </object>
1067 </object>
1068 <object class="IBPartialClassDescription">
1069 <string key="className">UIViewController</string>
1070 <string key="superclassName">UIResponder</string>
1071 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1072 <string key="majorKey">IBFrameworkSource</string>
1073 <string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
1074 </object>
1075 </object>
1076 <object class="IBPartialClassDescription">
1077 <string key="className">UIWindow</string>
1078 <string key="superclassName">UIView</string>
1079 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1080 <string key="majorKey">IBFrameworkSource</string>
1081 <string key="minorKey">UIKit.framework/Headers/UIWindow.h</string>
1082 </object>
1083 </object>
1084 </object>
1085 </object>
1086 <int key="IBDocument.localizationMode">0</int>
1087 <string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
1088 <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
1089 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
1090 <integer value="1056" key="NS.object.0"/>
1091 </object>
1092 <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
1093 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
1094 <integer value="3100" key="NS.object.0"/>
1095 </object>
1096 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
yangsu@google.com2e20c242011-07-07 19:26:42 +00001097 <string key="IBDocument.LastKnownRelativeProjectPath">../iOSSampleApp.xcodeproj</string>
yangsu@google.com2eff7e22011-06-24 15:57:30 +00001098 <int key="IBDocument.defaultPropertyAccessControl">3</int>
1099 <string key="IBCocoaTouchPluginVersion">141</string>
1100 </data>
1101</archive>