package com.cosreactnative;

import androidx.annotation.NonNull;

import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;

/**
 * Old architecture stub. When new architecture is enabled, Codegen generates
 * the real NativeQCloudCosReactNativeSpec into the build directory instead.
 */
public abstract class NativeQCloudCosReactNativeSpec extends ReactContextBaseJavaModule {
  NativeQCloudCosReactNativeSpec(ReactApplicationContext context) {
    super(context);
  }
}
