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