add PathInterpolator stub

This commit is contained in:
Mis012
2024-02-29 12:33:48 +01:00
parent c430344bd7
commit 60714ebf45
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package android.view.animation;
public abstract class BaseInterpolator implements Interpolator {
}