10 lines
153 B
C#
10 lines
153 B
C#
|
using System;
|
|||
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Ooui.Forms
|
|||
|
{
|
|||
|
public abstract class PlatformEffect : PlatformEffect<Ooui.Element, Ooui.Element>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|