# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Callback : interface_t {
  version_from SPVM;

  required method : void ();
}