using System; using StereoKit; interface IApp { void Step(); } public class App { public App() { } }