<?xml version="1.0" encoding="utf-8"?>
<bobjim:Application xmlns:mx="http://www.adobe.com/2006/mxml"
     xmlns:bit101="com.bit101.components.*"
     xmlns:bobjim="com.bobjim.components.*">
    
    <bobjim:children>
        
        <bit101:SkinnedButton x="200" y="10" label="Test!" />
        
        <bit101:PushButton x="200" y="40" label="Test!" />
        
    </bobjim:children>
    
</bobjim:Application>