lmw
2024-05-28 524abed53193c67683a363ce0f12fe4aa98323a0
1
2
3
4
5
6
7
8
9
package com.beloo.widget.chipslayoutmanager;
 
interface IStateHolder {
    boolean isLayoutRTL();
 
    @Orientation
    int layoutOrientation();
 
}