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

15 lines
264 B
C#
Raw Normal View History

2021-11-07 19:42:59 +01:00

using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace TINK.View.MiniSurvey.Question
{
2022-09-06 16:08:19 +02:00
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class FreeTextViewCell : ViewCell
{
public FreeTextViewCell()
{
InitializeComponent();
}
}
2021-11-07 19:42:59 +01:00
}