opencv/modules/objc/generator/templates/objc_class_body.template

17 lines
199 B
Plaintext
Raw Normal View History

//
// This file is auto-generated. Please don't modify it!
//
#import "$objcName.h"
#import "CVObjcUtil.h"
$imports
@implementation $objcName
$nativePointerHandling
$methodImplementations
@end