blob: c961d1c43b3e4eb7f530be292895abf3beddd794 [file] [log] [blame]
//LiveData interface for tests
package androidx.lifecycle;
public class LiveData<T> {
}