package com.navigation.reactnative;

import androidx.appcompat.app.ActionBarDrawerToggle;

public interface ToolbarDrawerView {
    void handleToggle(ActionBarDrawerToggle toolbarDrawerToggle);
}
