package com.systemicgames.visioncamerargbaverages;

import com.facebook.react.bridge.ReactApplicationContext;

abstract class VisionCameraRgbAveragesSpec extends NativeVisionCameraRgbAveragesSpec {
  VisionCameraRgbAveragesSpec(ReactApplicationContext context) {
    super(context);
  }
}
