9 lines
170 B
C#
9 lines
170 B
C#
|
|
namespace Wino.Core.Domain.Interfaces
|
|||
|
|
{
|
|||
|
|
public interface IStoreRatingDialog
|
|||
|
|
{
|
|||
|
|
bool DontAskAgain { get; }
|
|||
|
|
bool RateWinoClicked { get; }
|
|||
|
|
}
|
|||
|
|
}
|