objc_module_header.template 365 B

12345678910111213141516171819202122232425262728
  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. $forwardDeclarations
  13. $enumDeclarations
  14. NS_ASSUME_NONNULL_BEGIN
  15. $docs
  16. CV_EXPORTS @interface $module : $base
  17. $methodDeclarations
  18. @end
  19. NS_ASSUME_NONNULL_END