Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created May 30, 2018 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/d8b596b9d7ec41d6c32c10ed86c15b83 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/d8b596b9d7ec41d6c32c10ed86c15b83 to your computer and use it in GitHub Desktop.
/* Java */
package com.chikekotlin.projectx.utils
public class UserUtilsKt {
public static String checkUserStatus() {
return "online";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment