mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-06 18:24:38 +08:00
15 lines
309 B
Prolog
15 lines
309 B
Prolog
//
|
|
// This file is auto-generated. Please don't modify it!
|
|
//
|
|
package org.opencv.$module;
|
|
|
|
$imports
|
|
|
|
$docs$annotation
|
|
public class $jname extends $base {
|
|
|
|
protected $jname(long addr) { super(addr); }
|
|
|
|
// internal usage only
|
|
public static $jname __fromPtr__(long addr) { return new $jname(addr); }
|