lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
1
2
3
4
5
6
7
8
package com.beloo.widget.chipslayoutmanager.util.testing;
 
 
import androidx.recyclerview.widget.RecyclerView;
 
public interface ISpy {
    void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state);
}