зеркало из https://github.com/DeGsoft/maui-linux.git
7 строки
105 B
C#
7 строки
105 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public interface IImageController
|
||
|
{
|
||
|
void SetIsLoading(bool isLoading);
|
||
|
}
|
||
|
}
|