package com.projectseptember.RNGL; public interface RunInGLThread { void runInGLThread(final Runnable runnable); }