blob: 67e4376dca1a931a0e3fb60c89580df34dc327fa [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.baku.toolkit.bind;
import android.view.View;
public interface ViewHolder {
View getView();
}