package com.reactnativenavigation.viewcontrollers.stack;


public interface FabAnimator {
    void show();

    void hide();
}
