17 lines
297 B
C#
17 lines
297 B
C#
|
|
using SyminUI;
|
|||
|
|
using SyminUI.Views;
|
|||
|
|
using SyminViewTest.Views;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace SyminViewTest.ViewRenderers
|
|||
|
|
{
|
|||
|
|
public class TestViewRenderer : ViewRenderer<TestView>
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|