Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.alibaba.android.arouter.facade.template;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface IProvider {
|
||||
void init(Context context);
|
||||
}
|
||||
Reference in New Issue
Block a user