10 lines
140 B
C#
10 lines
140 B
C#
|
using System;
|
|||
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Ooui.Forms
|
|||
|
{
|
|||
|
public interface IVisualElementRenderer : IRegisterable, IDisposable
|
|||
|
{
|
|||
|
}
|
|||
|
}
|