lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
1
2
3
4
5
package com.beloo.widget.chipslayoutmanager.layouter;
 
public interface ILayouterListener {
    void onLayoutRow(ILayouter layouter);
}