aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/Model/NotePrivacyInteractors.php
diff options
context:
space:
mode:
Diffstat (limited to 'WpfTest/Model/NotePrivacyInteractors.php')
-rw-r--r--WpfTest/Model/NotePrivacyInteractors.php9
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