package com.lz4 import com.facebook.react.bridge.ReactApplicationContext abstract class Lz4Spec internal constructor(context: ReactApplicationContext) : NativeLz4Spec(context) { }