summaryrefslogtreecommitdiff
path: root/main/src/ui/java/de/blinkt/openvpn/views/TabBarView.java
blob: 71f03c03a59780f6cb9802554a62eed3ef3ddaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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);
}