15 lines
301 B
Java
15 lines
301 B
Java
package com.baidu.cloud.videocache.sourcestorage;
|
|
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class c {
|
|
public static SourceInfoStorage a() {
|
|
return new b();
|
|
}
|
|
|
|
public static SourceInfoStorage a(Context context) {
|
|
return new a(context);
|
|
}
|
|
}
|