name system tracks a map of entry names

This commit is contained in:
2021-09-05 16:00:54 -06:00
parent 96f7da5c15
commit 795f813cfc
5 changed files with 41 additions and 7 deletions

View File

@@ -3,6 +3,11 @@ package nat;
import nat.ArchiveController;
interface ArchiveUI {
/**
* Accept and store a reference to the controller
*/
function setController(controller:ArchiveController):Void;
/**
* Prompt the user to enter text
*/