<?xml version="1.0" encoding="UTF-8"?>
<!--
 DBGNSLayoutGuide.inspector
 DebuggerUI
 
 Created by Sebastian Fischer on 13 August 2019.
 Copyright © 2019 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Frame">
            <property type="dbg-rect" keyPath="inspectedObjectsController.selection.object.frame" />
        </sliver>
    </section>

    <section title="Constraints">
        <sliver fullWidth="true">
            <property type="dbg-constraints-set-controller"
            keyPath="inspectedObjectsController.selection.presentationConstraints"
            selectedViewsKeyPath = "inspectedObjectsController.selection.self"/>
        </sliver>
    </section>
</slice>
