8 lines
111 B
C#
8 lines
111 B
C#
namespace FoxTube.Core.Models
|
|
{
|
|
public interface IRefreshable
|
|
{
|
|
void RefreshPage();
|
|
}
|
|
}
|