sdk
wxr
2022-10-31 44fcb5966a08e6b91783cfeb89ddae26fb19600f
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.widget.swipe.interfaces;
 
public interface SwipeAdapterInterface {
    public int getSwipeLayoutResourceId(int position);
}