Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
namespace Xamarin.Forms
{
internal interface IAttachedObject
{
void AttachTo(BindableObject bindable);
void DetachFrom(BindableObject bindable);
}
}