Initial commit
This commit is contained in:
8
sources/com/getkeepsafe/relinker/TextUtils.java
Normal file
8
sources/com/getkeepsafe/relinker/TextUtils.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.getkeepsafe.relinker;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
final class TextUtils {
|
||||
public static boolean a(CharSequence charSequence) {
|
||||
return charSequence == null || charSequence.length() == 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user