diff options
| author | winter | 2024-12-08 18:04:37 +0000 |
|---|---|---|
| committer | winter | 2024-12-08 18:04:37 +0000 |
| commit | b00185ddbac9ac3de975a3954f2ede2f24458f6a (patch) | |
| tree | 265ccaae497e2788ed7de8f6b08a0d5a77ea16dc /WpfTest/Model/NotePrivacyInteractors.php | |
| parent | 13647d55bd8085a2b3a686b8aad3b28b0faf693a (diff) | |
implement notes
Diffstat (limited to 'WpfTest/Model/NotePrivacyInteractors.php')
| -rw-r--r-- | WpfTest/Model/NotePrivacyInteractors.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WpfTest/Model/NotePrivacyInteractors.php b/WpfTest/Model/NotePrivacyInteractors.php new file mode 100644 index 0000000..ff4d7fa --- /dev/null +++ b/WpfTest/Model/NotePrivacyInteractors.php @@ -0,0 +1,9 @@ +<?php +namespace WpfTest\Model; + +enum NotePrivacyInteractors { + case all; + case followers; + case mutuals; + case none; +}
\ No newline at end of file |
