sharee.bike-App/LastenradBayern/TINK/View/MiniSurvey/Question/FreeTextViewCell.xaml.cs
2021-11-07 19:42:59 +01:00

15 lines
266 B
C#

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