InvokerMethod.js 99 B

1234567
  1. import {NativeStruct} from "./NativeStruct";
  2. export class InvokerMethod extends NativeStruct{
  3. }