using System;
using Xamarin.Forms;
namespace Ooui.Forms
{
public abstract class PlatformEffect : PlatformEffect<Ooui.Element, Ooui.Element>
}