mirror of
https://github.com/opencv/opencv.git
synced 2025-01-07 19:54:18 +08:00
27 lines
327 B
Plaintext
27 lines
327 B
Plaintext
|
//
|
||
|
// This file is auto-generated. Please don't modify it!
|
||
|
//
|
||
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
#import "opencv.hpp"
|
||
|
$additionalImports
|
||
|
#endif
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
$forwardDeclarations
|
||
|
|
||
|
$enumDeclarations
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
$docs
|
||
|
@interface $module : $base
|
||
|
|
||
|
$methodDeclarations
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|