We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1a32c commit 75d6207Copy full SHA for 75d6207
TesseractOCR/G8Constants.h
@@ -12,6 +12,14 @@
12
#ifndef Tesseract_OCR_iOS_G8Constants_h
13
#define Tesseract_OCR_iOS_G8Constants_h
14
15
+#ifndef NS_DESIGNATED_INITIALIZER
16
+#if __has_attribute(objc_designated_initializer)
17
+#define NS_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
18
+#else
19
+#define NS_DESIGNATED_INITIALIZER
20
+#endif
21
22
+
23
/**
24
* Possible modes for page layout analysis.
25
*/
0 commit comments