package com.reactnativenavigation.viewcontrollers.viewcontroller;

public interface Destroyable {
    void destroy();
}
