package com.github.musicode.chatview;

import android.widget.ImageView;

public interface RNTChatViewLoader {
    void loadImage(ImageView imageView, String url, int width, int height);
}
