<?xml version="1.0" encoding="utf-8" ?>

<objects xmlns:util="http://www.springactionscript.org/schema/util">
	
	<import file="flash_sobinbank_navigation.xml"/>
	<import file="flash_sobinbank_bill.xml"/>
	<import file="flash_sobinbank_offertus.xml"/>
	<import file="flash_sobinbank_regions.xml"/>
	
	<object id="mainInstance" class="Main" factory-method="getInstance" />
	
	<object id="application" class="ru.mobw.coreas3.app.QiwiApplication" init-method="onAppCreated">
		<property name="view" ref="mainInstance" />
		<property name="config" ref="appConfig" />
		<property name="flow" ref="flow" />
	</object>
	
	<object id="appConfig" class="ru.mobw.coreas3.app.config.Config" />
	
</objects>