mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 08:49:14 +08:00
17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
|
//
|
||
|
// This file is auto-generated. Please don't modify it!
|
||
|
//
|
||
|
|
||
|
#import "$objcName.h"
|
||
|
#import "CVObjcUtil.h"
|
||
|
|
||
|
$imports
|
||
|
|
||
|
@implementation $objcName
|
||
|
|
||
|
$nativePointerHandling
|
||
|
|
||
|
$methodImplementations
|
||
|
|
||
|
@end
|