admin
2020-07-10 5c4f2093beba360b53aba711108d8d407a93c585
1
2
3
4
5
package com.wpc.library.widget.TitleBar;
 
public interface HeaderHandler {
    void onChange(float ratio, float offsetY);
}