package fr.greweb.rnwebgl;

public interface RNWebGLTextureCompletionBlock {
    void call(Exception e, RNWebGLTexture obj);
}
