Initial commit
This commit is contained in:
14
sources/com/baidu/cloud/videocache/sourcestorage/c.java
Normal file
14
sources/com/baidu/cloud/videocache/sourcestorage/c.java
Normal file
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user