sharee.bike-App/TINK/TINK/View/MiniSurvey/Question/CheckOneViewCell.xaml.cs

14 lines
302 B
C#
Raw Normal View History

2021-08-01 17:24:15 +02:00
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace TINK.View.MiniSurvey.Question
{
2022-08-30 15:42:25 +02:00
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class CheckOneViewCell : ViewCell
{
public CheckOneViewCell()
{
InitializeComponent();
}
}
2021-08-01 17:24:15 +02:00
}