package com.otahotupdate import com.facebook.react.bridge.ReactApplicationContext abstract class OtaHotUpdateSpec internal constructor(context: ReactApplicationContext) : NativeOtaHotUpdateSpec(context) { }