mirror of https://github.com/FongMi/TV.git
parent
c529eb2fce
commit
9f9643d257
@ -1,6 +1,8 @@ |
||||
package com.fongmi.android.tv.impl; |
||||
|
||||
import com.fongmi.android.tv.bean.Value; |
||||
|
||||
public interface FilterCallback { |
||||
|
||||
void setFilter(String key, String value); |
||||
void setFilter(String key, Value value); |
||||
} |
||||
|
||||
Loading…
Reference in new issue