Ooui-tws-port/Ooui.Forms/PlatformEffect.cs

10 lines
153 B
C#
Raw Normal View History

2017-11-09 09:38:19 +00:00
using System;
using Xamarin.Forms;
namespace Ooui.Forms
{
public abstract class PlatformEffect : PlatformEffect<Ooui.Element, Ooui.Element>
{
}
}