initial
This commit is contained in:
17
imageAnnotations.php
Normal file
17
imageAnnotations.php
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user