lmw
2024-05-28 524abed53193c67683a363ce0f12fe4aa98323a0
1
2
3
4
5
package com.beloo.widget.chipslayoutmanager.layouter;
 
public interface ILayouterListener {
    void onLayoutRow(ILayouter layouter);
}