terminal/scratch/ScratchIslandApp/SampleApp/SampleAppLogic.idl

20 lines
314 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace SampleApp
{
[default_interface] runtimeclass SampleAppLogic
{
SampleAppLogic();
void Create();
Windows.UI.Xaml.UIElement GetRoot();
String Title { get; };
}
}