diff options
Diffstat (limited to 'Zotlabs/Identity/ProfilePhoto.php')
-rw-r--r-- | Zotlabs/Identity/ProfilePhoto.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Zotlabs/Identity/ProfilePhoto.php b/Zotlabs/Identity/ProfilePhoto.php new file mode 100644 index 000000000..2891136c7 --- /dev/null +++ b/Zotlabs/Identity/ProfilePhoto.php @@ -0,0 +1,16 @@ +<?php +namespace Zotlabs\Identity\ProfilePhoto; + +class ProfilePhoto { + + private $photo_large_url; + private $photo_medium_url; + private $photo_small_url; + private $photo_mimetype; + private $photo_updated; + + + + +} + |