Wechat_qrcode.h 459 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // This file is auto-generated. Please don't modify it!
  3. //
  4. #pragma once
  5. #ifdef __cplusplus
  6. //#import "opencv.hpp"
  7. #import "opencv2/wechat_qrcode.hpp"
  8. #else
  9. #define CV_EXPORTS
  10. #endif
  11. #import <Foundation/Foundation.h>
  12. NS_ASSUME_NONNULL_BEGIN
  13. // C++: class Wechat_qrcode
  14. /**
  15. * The Wechat_qrcode module
  16. *
  17. * Member classes: `WeChatQRCode`
  18. *
  19. */
  20. CV_EXPORTS @interface Wechat_qrcode : NSObject
  21. #pragma mark - Methods
  22. @end
  23. NS_ASSUME_NONNULL_END