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