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