objc_class_header.template 408 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // This file is auto-generated. Please don't modify it!
  3. //
  4. #pragma once
  5. #ifdef __cplusplus
  6. //#import "opencv.hpp"
  7. $additionalImports
  8. #else
  9. #define CV_EXPORTS
  10. #endif
  11. #import <Foundation/Foundation.h>
  12. $importBaseClass
  13. $forwardDeclarations
  14. $enumDeclarations
  15. NS_ASSUME_NONNULL_BEGIN
  16. $docs
  17. CV_EXPORTS @interface $objcName : $base
  18. $nativePointerHandling
  19. $methodDeclarations
  20. @end
  21. NS_ASSUME_NONNULL_END