lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
1
2
3
4
5
6
7
package com.beloo.widget.chipslayoutmanager.gravity;
 
import com.beloo.widget.chipslayoutmanager.RowStrategy;
 
public interface IRowStrategyFactory {
    IRowStrategy createRowStrategy(@RowStrategy int rowStrategy);
}