cocoaTouch/xib/MainMenuViewController-iPhone.xib
author koda
Tue, 13 Apr 2010 22:45:46 +0000
changeset 3340 96dd168b080b
parent 3305 91074496d5c9
child 3377 a3f0849f26bc
permissions -rw-r--r--
fix all of what was committed before
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     2
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     3
	<data>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     4
		<int key="IBDocument.SystemTarget">800</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     5
		<string key="IBDocument.SystemVersion">10D573</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     6
		<string key="IBDocument.InterfaceBuilderVersion">762</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     7
		<string key="IBDocument.AppKitVersion">1038.29</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     8
		<string key="IBDocument.HIToolboxVersion">460.00</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
     9
		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    10
			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    11
			<string key="NS.object.0">87</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    12
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    13
		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    14
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    15
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    16
		<object class="NSArray" key="IBDocument.PluginDependencies">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    17
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    18
			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    19
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    20
		<object class="NSMutableDictionary" key="IBDocument.Metadata">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    21
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    22
			<object class="NSArray" key="dict.sortedKeys" id="0">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    23
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    24
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    25
			<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    26
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    27
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    28
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    29
		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    30
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    31
			<object class="IBProxyObject" id="372490531">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    32
				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    33
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    34
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    35
			<object class="IBProxyObject" id="975951072">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    36
				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    37
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    38
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    39
			<object class="IBUIView" id="191373211">
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    40
				<reference key="NSNextResponder"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    41
				<int key="NSvFlags">293</int>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    42
				<object class="NSMutableArray" key="NSSubviews">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    43
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    44
					<object class="IBUIImageView" id="249993817">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    45
						<reference key="NSNextResponder" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    46
						<int key="NSvFlags">274</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    47
						<string key="NSFrame">{{0, 21}, {480, 278}}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    48
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    49
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    50
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    51
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    52
							<bytes key="NSWhite">MCAwAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    53
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    54
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    55
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    56
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    57
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    58
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    59
							<string key="NSResourceName">backgroundCenter.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    60
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    61
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    62
					<object class="IBUIImageView" id="171108356">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    63
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    64
						<int key="NSvFlags">293</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    65
						<string key="NSFrame">{{121, 25}, {240, 52}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    66
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    67
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    68
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    69
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    70
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    71
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    72
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    73
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    74
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    75
							<string key="NSResourceName">title.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    76
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    77
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    78
					<object class="IBUIButton" id="124270424">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    79
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    80
						<int key="NSvFlags">289</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    81
						<string key="NSFrame">{{240, 102}, {220, 52}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    82
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
    83
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    84
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    85
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    86
							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    87
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    88
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    89
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    90
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    91
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    92
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    93
						<object class="NSFont" key="IBUIFont" id="917635782">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    94
							<string key="NSName">Helvetica-Bold</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    95
							<double key="NSSize">15</double>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    96
							<int key="NSfFlags">16</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    97
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    98
						<object class="NSColor" key="IBUIHighlightedTitleColor" id="918890028">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
    99
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   100
							<bytes key="NSWhite">MQA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   101
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   102
						<object class="NSColor" key="IBUINormalTitleColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   103
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   104
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   105
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   106
						<object class="NSColor" key="IBUINormalTitleShadowColor" id="112471976">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   107
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   108
							<bytes key="NSWhite">MC41AA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   109
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   110
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   111
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   112
							<string key="NSResourceName">playButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   113
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   114
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   115
					<object class="IBUIButton" id="745970938">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   116
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   117
						<int key="NSvFlags">265</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   118
						<string key="NSFrame">{{240, 177}, {220, 52}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   119
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   120
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   121
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   122
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   123
							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   124
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   125
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   126
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   127
						<int key="IBUITag">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   128
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   129
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   130
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   131
						<reference key="IBUIFont" ref="917635782"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   132
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   133
						<object class="NSColor" key="IBUINormalTitleColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   134
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   135
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   136
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   137
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   138
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   139
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   140
							<string key="NSResourceName">networkButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   141
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   142
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   143
					<object class="IBUIButton" id="836337039">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   144
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   145
						<int key="NSvFlags">260</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   146
						<string key="NSFrame">{{12, 144}, {220, 52}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   147
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   148
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   149
						<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   150
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   151
							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   152
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   153
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   154
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   155
						<int key="IBUITag">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   156
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   157
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   158
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   159
						<reference key="IBUIFont" ref="917635782"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   160
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   161
						<object class="NSColor" key="IBUINormalTitleColor" id="111038951">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   162
							<int key="NSColorSpace">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   163
							<bytes key="NSWhite">MAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   164
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   165
						<reference key="IBUINormalTitleShadowColor" ref="111038951"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   166
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   167
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   168
							<string key="NSResourceName">storeButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   169
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   170
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   171
					<object class="IBUILabel" id="533529472">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   172
						<reference key="NSNextResponder" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   173
						<int key="NSvFlags">292</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   174
						<string key="NSFrame">{{60, 102}, {145, 21}}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   175
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   176
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   177
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   178
						<bool key="IBUIClipsSubviews">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   179
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   180
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   181
						<string key="IBUIText"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   182
						<object class="NSFont" key="IBUIFont">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   183
							<string key="NSName">Helvetica-Oblique</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   184
							<double key="NSSize">17</double>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   185
							<int key="NSfFlags">16</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   186
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   187
						<object class="NSColor" key="IBUITextColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   188
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   189
							<bytes key="NSRGB">MSAxIDEAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   190
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   191
						<nil key="IBUIHighlightedColor"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   192
						<int key="IBUIBaselineAdjustment">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   193
						<float key="IBUIMinimumFontSize">10</float>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   194
						<int key="IBUITextAlignment">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   195
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   196
					<object class="IBUIButton" id="753723574">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   197
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   198
						<int key="NSvFlags">269</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   199
						<string key="NSFrame">{{209, 237}, {59, 52}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   200
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   201
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   202
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   203
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   204
						<int key="IBUITag">2</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   205
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   206
						<int key="IBUIContentHorizontalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   207
						<int key="IBUIContentVerticalAlignment">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   208
						<reference key="IBUIFont" ref="917635782"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   209
						<reference key="IBUIHighlightedTitleColor" ref="918890028"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   210
						<object class="NSColor" key="IBUINormalTitleColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   211
							<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   212
							<bytes key="NSRGB">MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   213
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   214
						<reference key="IBUINormalTitleShadowColor" ref="112471976"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   215
						<object class="NSCustomResource" key="IBUINormalImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   216
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   217
							<string key="NSResourceName">settingsButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   218
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   219
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   220
					<object class="IBUIImageView" id="821240857">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   221
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   222
						<int key="NSvFlags">290</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   223
						<string key="NSFrameSize">{480, 17}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   224
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   225
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   226
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   227
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   228
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   229
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   230
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   231
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   232
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   233
							<string key="NSResourceName">borderTop.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   234
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   235
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   236
					<object class="IBUIImageView" id="936485487">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   237
						<reference key="NSNextResponder" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   238
						<int key="NSvFlags">266</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   239
						<string key="NSFrame">{{0, 297}, {480, 23}}</string>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   240
						<reference key="NSSuperview" ref="191373211"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   241
						<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   242
						<bool key="IBUIOpaque">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   243
						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   244
						<int key="IBUIContentMode">4</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   245
						<bool key="IBUIUserInteractionEnabled">NO</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   246
						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   247
						<object class="NSCustomResource" key="IBUIImage">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   248
							<string key="NSClassName">NSImage</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   249
							<string key="NSResourceName">borderBottom.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   250
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   251
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   252
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   253
				<string key="NSFrameSize">{480, 320}</string>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   254
				<reference key="NSSuperview"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   255
				<reference key="NSWindow"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   256
				<object class="NSColor" key="IBUIBackgroundColor">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   257
					<int key="NSColorSpace">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   258
					<bytes key="NSRGB">MCAwIDAAA</bytes>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   259
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   260
				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   261
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   262
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   263
		<object class="IBObjectContainer" key="IBDocument.Objects">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   264
			<object class="NSMutableArray" key="connectionRecords">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   265
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   266
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   267
					<object class="IBCocoaTouchOutletConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   268
						<string key="label">view</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   269
						<reference key="source" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   270
						<reference key="destination" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   271
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   272
					<int key="connectionID">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   273
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   274
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   275
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   276
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   277
						<reference key="source" ref="753723574"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   278
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   279
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   280
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   281
					<int key="connectionID">30</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   282
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   283
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   284
					<object class="IBCocoaTouchOutletConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   285
						<string key="label">versionLabel</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   286
						<reference key="source" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   287
						<reference key="destination" ref="533529472"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   288
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   289
					<int key="connectionID">37</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   290
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   291
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   292
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   293
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   294
						<reference key="source" ref="836337039"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   295
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   296
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   297
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   298
					<int key="connectionID">38</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   299
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   300
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   301
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   302
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   303
						<reference key="source" ref="745970938"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   304
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   305
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   306
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   307
					<int key="connectionID">39</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   308
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   309
				<object class="IBConnectionRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   310
					<object class="IBCocoaTouchEventConnection" key="connection">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   311
						<string key="label">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   312
						<reference key="source" ref="124270424"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   313
						<reference key="destination" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   314
						<int key="IBEventType">7</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   315
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   316
					<int key="connectionID">40</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   317
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   318
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   319
			<object class="IBMutableOrderedSet" key="objectRecords">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   320
				<object class="NSArray" key="orderedObjects">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   321
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   322
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   323
						<int key="objectID">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   324
						<reference key="object" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   325
						<reference key="children" ref="1000"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   326
						<nil key="parent"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   327
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   328
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   329
						<int key="objectID">1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   330
						<reference key="object" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   331
						<object class="NSMutableArray" key="children">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   332
							<bool key="EncodedWithXMLCoder">YES</bool>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   333
							<reference ref="249993817"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   334
							<reference ref="533529472"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   335
							<reference ref="821240857"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   336
							<reference ref="171108356"/>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   337
							<reference ref="936485487"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   338
							<reference ref="753723574"/>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   339
							<reference ref="124270424"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   340
							<reference ref="745970938"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   341
							<reference ref="836337039"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   342
						</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   343
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   344
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   345
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   346
						<int key="objectID">-1</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   347
						<reference key="object" ref="372490531"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   348
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   349
						<string key="objectName">File's Owner</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   350
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   351
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   352
						<int key="objectID">-2</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   353
						<reference key="object" ref="975951072"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   354
						<reference key="parent" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   355
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   356
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   357
						<int key="objectID">35</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   358
						<reference key="object" ref="821240857"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   359
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   360
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   361
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   362
						<int key="objectID">22</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   363
						<reference key="object" ref="249993817"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   364
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   365
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   366
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   367
						<int key="objectID">23</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   368
						<reference key="object" ref="171108356"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   369
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   370
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   371
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   372
						<int key="objectID">24</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   373
						<reference key="object" ref="124270424"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   374
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   375
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   376
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   377
						<int key="objectID">25</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   378
						<reference key="object" ref="745970938"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   379
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   380
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   381
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   382
						<int key="objectID">26</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   383
						<reference key="object" ref="836337039"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   384
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   385
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   386
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   387
						<int key="objectID">27</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   388
						<reference key="object" ref="533529472"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   389
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   390
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   391
					<object class="IBObjectRecord">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   392
						<int key="objectID">28</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   393
						<reference key="object" ref="753723574"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   394
						<reference key="parent" ref="191373211"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   395
					</object>
3340
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   396
					<object class="IBObjectRecord">
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   397
						<int key="objectID">36</int>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   398
						<reference key="object" ref="936485487"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   399
						<reference key="parent" ref="191373211"/>
96dd168b080b fix all of what was committed before
koda
parents: 3305
diff changeset
   400
					</object>
3305
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   401
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   402
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   403
			<object class="NSMutableDictionary" key="flattenedProperties">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   404
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   405
				<object class="NSArray" key="dict.sortedKeys">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   406
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   407
					<string>-1.CustomClassName</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   408
					<string>-2.CustomClassName</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   409
					<string>1.IBEditorWindowLastContentRect</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   410
					<string>1.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   411
					<string>22.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   412
					<string>23.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   413
					<string>24.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   414
					<string>25.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   415
					<string>26.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   416
					<string>27.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   417
					<string>28.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   418
					<string>35.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   419
					<string>36.IBPluginDependency</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   420
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   421
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   422
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   423
					<string>MainMenuViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   424
					<string>UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   425
					<string>{{75, 599}, {480, 320}}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   426
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   427
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   428
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   429
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   430
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   431
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   432
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   433
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   434
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   435
					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   436
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   437
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   438
			<object class="NSMutableDictionary" key="unlocalizedProperties">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   439
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   440
				<reference key="dict.sortedKeys" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   441
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   442
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   443
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   444
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   445
			<nil key="activeLocalization"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   446
			<object class="NSMutableDictionary" key="localizations">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   447
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   448
				<reference key="dict.sortedKeys" ref="0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   449
				<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   450
					<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   451
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   452
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   453
			<nil key="sourceID"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   454
			<int key="maxID">40</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   455
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   456
		<object class="IBClassDescriber" key="IBDocument.Classes">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   457
			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   458
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   459
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   460
					<string key="className">MainMenuViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   461
					<string key="superclassName">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   462
					<object class="NSMutableDictionary" key="actions">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   463
						<string key="NS.key.0">switchViews:</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   464
						<string key="NS.object.0">id</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   465
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   466
					<object class="NSMutableDictionary" key="outlets">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   467
						<string key="NS.key.0">versionLabel</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   468
						<string key="NS.object.0">UILabel</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   469
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   470
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   471
						<string key="majorKey">IBProjectSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   472
						<string key="minorKey">../../cocoaTouch/MainMenuViewController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   473
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   474
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   475
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   476
			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   477
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   478
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   479
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   480
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   481
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   482
						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   483
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   484
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   485
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   486
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   487
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   488
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   489
						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   490
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   491
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   492
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   493
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   494
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   495
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   496
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   497
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   498
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   499
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   500
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   501
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   502
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   503
						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   504
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   505
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   506
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   507
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   508
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   509
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   510
						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   511
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   512
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   513
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   514
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   515
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   516
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   517
						<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   518
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   519
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   520
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   521
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   522
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   523
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   524
						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   525
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   526
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   527
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   528
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   529
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   530
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   531
						<string key="minorKey">Foundation.framework/Headers/NSPort.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   532
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   533
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   534
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   535
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   536
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   537
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   538
						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   539
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   540
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   541
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   542
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   543
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   544
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   545
						<string key="minorKey">Foundation.framework/Headers/NSStream.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   546
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   547
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   548
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   549
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   550
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   551
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   552
						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   553
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   554
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   555
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   556
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   557
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   558
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   559
						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   560
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   561
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   562
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   563
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   564
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   565
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   566
						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   567
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   568
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   569
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   570
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   571
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   572
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   573
						<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   574
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   575
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   576
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   577
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   578
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   579
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   580
						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   581
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   582
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   583
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   584
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   585
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   586
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   587
						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   588
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   589
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   590
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   591
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   592
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   593
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   594
						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   595
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   596
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   597
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   598
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   599
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   600
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   601
						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   602
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   603
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   604
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   605
					<string key="className">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   606
					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="238583711">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   607
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   608
						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   609
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   610
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   611
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   612
					<string key="className">UIButton</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   613
					<string key="superclassName">UIControl</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   614
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   615
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   616
						<string key="minorKey">UIKit.framework/Headers/UIButton.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   617
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   618
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   619
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   620
					<string key="className">UIControl</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   621
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   622
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   623
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   624
						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   625
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   626
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   627
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   628
					<string key="className">UIImageView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   629
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   630
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   631
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   632
						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   633
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   634
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   635
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   636
					<string key="className">UILabel</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   637
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   638
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   639
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   640
						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   641
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   642
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   643
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   644
					<string key="className">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   645
					<string key="superclassName">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   646
					<reference key="sourceIdentifier" ref="238583711"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   647
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   648
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   649
					<string key="className">UISearchBar</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   650
					<string key="superclassName">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   651
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   652
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   653
						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   654
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   655
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   656
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   657
					<string key="className">UISearchDisplayController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   658
					<string key="superclassName">NSObject</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   659
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   660
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   661
						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   662
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   663
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   664
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   665
					<string key="className">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   666
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   667
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   668
						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   669
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   670
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   671
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   672
					<string key="className">UIView</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   673
					<string key="superclassName">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   674
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   675
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   676
						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   677
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   678
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   679
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   680
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   681
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   682
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   683
						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   684
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   685
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   686
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   687
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   688
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   689
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   690
						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   691
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   692
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   693
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   694
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   695
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   696
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   697
						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   698
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   699
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   700
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   701
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   702
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   703
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   704
						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   705
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   706
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   707
				<object class="IBPartialClassDescription">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   708
					<string key="className">UIViewController</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   709
					<string key="superclassName">UIResponder</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   710
					<object class="IBClassDescriptionSource" key="sourceIdentifier">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   711
						<string key="majorKey">IBFrameworkSource</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   712
						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   713
					</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   714
				</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   715
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   716
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   717
		<int key="IBDocument.localizationMode">0</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   718
		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   719
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   720
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   721
			<integer value="800" key="NS.object.0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   722
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   723
		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   724
			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   725
			<integer value="3000" key="NS.object.0"/>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   726
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   727
		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   728
		<string key="IBDocument.LastKnownRelativeProjectPath">../../project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   729
		<int key="IBDocument.defaultPropertyAccessControl">3</int>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   730
		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   731
			<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   732
			<object class="NSArray" key="dict.sortedKeys">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   733
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   734
				<string>backgroundCenter.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   735
				<string>borderBottom.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   736
				<string>borderTop.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   737
				<string>networkButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   738
				<string>playButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   739
				<string>settingsButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   740
				<string>storeButton.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   741
				<string>title.png</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   742
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   743
			<object class="NSMutableArray" key="dict.values">
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   744
				<bool key="EncodedWithXMLCoder">YES</bool>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   745
				<string>{480, 278}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   746
				<string>{480, 21}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   747
				<string>{480, 21}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   748
				<string>{217, 51}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   749
				<string>{216, 51}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   750
				<string>{57, 51}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   751
				<string>{216, 51}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   752
				<string>{262, 84}</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   753
			</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   754
		</object>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   755
		<string key="IBCocoaTouchPluginVersion">87</string>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   756
	</data>
91074496d5c9 merged code from ipad and iphone frontends
koda
parents:
diff changeset
   757
</archive>