Subversion Repository Public Repository

Nextrek

Diff Revisions 224 vs 281 for /Android/SmartCharging/endPoints/UserRepositoryInterface.php

Diff revisions: vs.
  @@ -1,5 +1,6 @@
1 1 <?php
2 2 interface UserRepositoryInterface {
3 3 public function registerUser($user, $password);
4 + public function setAvatar($user_id, $avatar_url);
4 5 }
5 6 ?>