Initial commit.
This commit is contained in:
8
Wino.Core.Domain/Interfaces/IStoreRatingDialog.cs
Normal file
8
Wino.Core.Domain/Interfaces/IStoreRatingDialog.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IStoreRatingDialog
|
||||
{
|
||||
bool DontAskAgain { get; }
|
||||
bool RateWinoClicked { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user