start of v4

This commit is contained in:
redmatrix
2015-12-06 19:16:38 -08:00
parent 3f920da413
commit 4ccd9ae6da
8 changed files with 606 additions and 1 deletions

View File

@@ -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;
}