wxr
2022-11-24 93c2822e063d1269674406cdefb6bf96db20c617
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.widget.swipe.interfaces;
 
public interface SwipeAdapterInterface {
    public int getSwipeLayoutResourceId(int position);
}