mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
9 lines
154 B
C#
9 lines
154 B
C#
using Microsoft.Iris.Markup;
|
|
|
|
namespace Microsoft.Iris.DecompXml.Mock;
|
|
|
|
internal interface IReturnValueProvider
|
|
{
|
|
TypeSchema ReturnType { get; }
|
|
}
|