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); } }