package io.agora.rtm.ng.react;

import com.facebook.react.bridge.ReactApplicationContext;

public abstract class AgoraRtmNgSpec extends NativeAgoraRtmNgSpec {
  AgoraRtmNgSpec(ReactApplicationContext context) {
    super(context);
  }
}
