lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
1
2
3
4
5
6
7
8
package com.beloo.widget.chipslayoutmanager;
 
 
import androidx.annotation.IntDef;
 
@IntDef({ChipsLayoutManager.HORIZONTAL, ChipsLayoutManager.VERTICAL})
@interface Orientation {
}