package com.reactnativenavigation.anim;


public interface FabAnimator {
    void show();

    void hide();
}
