package com.ubt.jimu.user.model; /* loaded from: classes2.dex */ public class SpUserHolder { private static long a = -1; private static String b; public static void a(long j, String str) { a = j; b = str; } public static long b() { return a; } public static String c() { return b; } public static void a() { a = -1L; b = null; } }