diff options
Diffstat (limited to 'WpfTest/Model/NoteAttachment.php')
| -rw-r--r-- | WpfTest/Model/NoteAttachment.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WpfTest/Model/NoteAttachment.php b/WpfTest/Model/NoteAttachment.php new file mode 100644 index 0000000..b07d595 --- /dev/null +++ b/WpfTest/Model/NoteAttachment.php @@ -0,0 +1,11 @@ +<?php +namespace WpfTest\Model; + +use WpfTest\Model; + +class NoteAttachment extends Model { + public int $index; + public string $type; + public string $href; + public ?string $description; +}
\ No newline at end of file |
