|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Xamarin.Forms.Internals;
|
|
|
|
namespace Xamarin.Forms.Controls
|
|
{
|
|
[Preserve(AllMembers = true)]
|
|
public class QuickCollectNavigationPage : TestNavigationPage
|
|
{
|
|
protected override void Init()
|
|
{
|
|
}
|
|
}
|
|
}
|