Initial commit: NexusArchitect Professional Workstation Overhaul
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace NexusReader.UI.Shared.Services;
|
||||
|
||||
public interface IQuizStateService
|
||||
{
|
||||
string? CurrentQuizBlockId { get; }
|
||||
event Action<string>? OnQuizRequested;
|
||||
void RequestQuiz(string blockId);
|
||||
}
|
||||
Reference in New Issue
Block a user