/* * Copyright (c) 2012-2016 Arne Schwabe * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt */ package de.blinkt.openvpn.views; import android.support.v4n.view.ViewPager; /** * Created by arne on 18.11.14. */ public interface TabBarView { void setViewPager(ViewPager mPager); }