sharee.bike-App/LastenradBayern/ShareeBike/View/MiniSurvey/Question/FreeTextViewCell.xaml.cs
2024-04-09 12:53:23 +02:00

15 lines
270 B
C#

using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace ShareeBike.View.MiniSurvey.Question
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class FreeTextViewCell : ViewCell
{
public FreeTextViewCell()
{
InitializeComponent();
}
}
}