<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUICollectionViewCell-Size.inspector
    IBCocoaTouchPlugin

    Copyright © 2012-2018 Apple Inc. All rights reserved.
-->
<slice>
    <section visibleKeyPath="inspectedObjectsController.selection.object.isInsideCollectionView">
        <chooser title="Size" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedSizeMode">
            <choice title="Automatic" value="2" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedAllowsCollectionViewCellContentView" />
            <choice title="Custom" value="1">
                <sliver>
                    <property type="size" keyPath="inspectedObjectsController.selection.object.ibInspectedCustomSize" />
                </sliver>
            </choice>
            <choice title="Default (Discouraged)" value="0" />
        </chooser>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedShowContentViewOption">
            <property type="boolean" title="Content View" keyPath="inspectedObjectsController.selection.object.ibInspectedUsesContentView" />
        </sliver>
    </section>
</slice>
