Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.bumptech.glide.request.transition;
|
||||
|
||||
import com.bumptech.glide.load.DataSource;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface TransitionFactory<R> {
|
||||
Transition<R> a(DataSource dataSource, boolean z);
|
||||
}
|
Reference in New Issue
Block a user