package com.reactnativenavigation.utils; public interface Task { void run(T param); }