mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-16 07:06:33 +01:00
15 lines
No EOL
270 B
C#
15 lines
No EOL
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();
|
|
}
|
|
}
|
|
} |