/**
* @class KitchenSink.controller.windowsphone.Main
* @extends KitchenSink.controller.phone.Main
*
* This is the Main controller subclass for the 'WindowsPhone' profile.
*
*/
Ext.define('KitchenSink.controller.windowsphone.Main', {
extend: 'KitchenSink.controller.phone.Main'
});