File: ImageSources\IImageSource.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
#nullable enable
namespace Microsoft.Maui
{
	public interface IImageSource
	{
		bool IsEmpty { get; }
	}
}