package com.thumbhash import com.facebook.react.bridge.ReactApplicationContext abstract class NativeThumbhashModuleSpec internal constructor(context: ReactApplicationContext) : NativeTestSpec(context) { }