package com.reactnativenavigation.viewcontrollers.bottomtabs;

public interface TabSelector {
    void selectTab(int index);
}
