Skip to content

Instantly share code, notes, and snippets.

namespace Cirrious.MvvmCross.Binding.Android.Views
{
public interface IMvxBindableAutoCompleteTextView
{
int TemplateId { get; }
void BindTo(object source);
}
}