jf-roku/components/JFScene.xml
2019-10-14 20:55:29 -05:00

9 lines
316 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFScene" extends="Scene">
<interface>
<field id="backPressed" type="boolean" alwaysNotify="true" />
<field id="optionsPressed" type="boolean" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="JFScene.brs" />
</component>