<?xml version="1.0" encoding="UTF-8"?>
<!--
IBNSMassFormatter.inspector
IDEInterfaceBuilder

Created by Quinn Taylor on 2015-03-04
Copyright 2015 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Unit Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.unitStyle">
                <option-group>
                    <option value="1" title="Short"/>
                    <option value="2" title="Medium"/>
                    <option value="3" title="Long"/>
                </option-group>
            </property>
            <property type="boolean" title="For Person Mass Use" keyPath="inspectedObjectsController.selection.object.forPersonMassUse"/>
        </sliver>
    </section>
    <section>
        <sliver title="Sample Input">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibExternalSampleValue" formatStyle="decimal" formatForDisplay="NO" title="Kilograms"/>
        </sliver>
        <sliver title="Sample Output">
            <property type="string" placeholder="Formatted String" keyPath="inspectedObjectsController.selection.object.ibExternalSampleValueFormatted" editable="false"/>
        </sliver>
    </section>
</slice>
