package com.reactnativenavigation.viewcontrollers;

public interface Destroyable {
    void destroy();
}
