package nl.skillnation.rlottie;

import com.facebook.react.bridge.ReactApplicationContext;

public class RLottieViewManager extends RLottieViewManagerImpl {
    public RLottieViewManager(ReactApplicationContext reactContext) {
        super(reactContext);
    }
}
