This commit is contained in:
2020-10-06 02:11:36 -04:00
commit ccf654ce8a
5 changed files with 394 additions and 0 deletions

17
imageAnnotations.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
namespace podmanImageManager;
use objectStructs\objectStructs;
class imageAnnotations extends objectStructs
{
/** @var string */
public $purpose;
/** @var string */
public $hostController;
/** @var string */
public $clientController;
}