Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.daimajia.swipe.interfaces;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface SwipeAdapterInterface {
|
||||
int a(int i);
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
package com.daimajia.swipe.interfaces;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface SwipeItemMangerInterface {
|
||||
}
|
Reference in New Issue
Block a user