hxb
2022-11-23 6d4270227ca513f74d3fccc4ee3a0c0633e707d4
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.widget.swipe.interfaces;
 
public interface SwipeAdapterInterface {
    public int getSwipeLayoutResourceId(int position);
}