Initial commit
This commit is contained in:
35
sources/com/ubt/jimu/user/model/RefHolder.java
Normal file
35
sources/com/ubt/jimu/user/model/RefHolder.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package com.ubt.jimu.user.model;
|
||||
|
||||
import android.text.TextUtils;
|
||||
import java.util.Map;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public class RefHolder {
|
||||
private static Map<String, String> a;
|
||||
private static String b;
|
||||
|
||||
public static void a(Map<String, String> map) {
|
||||
a = map;
|
||||
}
|
||||
|
||||
public static Map<String, String> b() {
|
||||
return a;
|
||||
}
|
||||
|
||||
public static String c() {
|
||||
return b;
|
||||
}
|
||||
|
||||
public static boolean d() {
|
||||
return !TextUtils.isEmpty(b);
|
||||
}
|
||||
|
||||
public static void a(String str) {
|
||||
b = str;
|
||||
}
|
||||
|
||||
public static void a() {
|
||||
a = null;
|
||||
b = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user