Permalink
Cannot retrieve contributors at this time
8 lines (8 sloc)
155 Bytes
| namespace Xamarin.Forms | |
| { | |
| internal interface IAttachedObject | |
| { | |
| void AttachTo(BindableObject bindable); | |
| void DetachFrom(BindableObject bindable); | |
| } | |
| } |