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 7bca728 commit 9fd2e27Copy full SHA for 9fd2e27
wrappers/swift/Sources/OneDSSwift/ObjCTypes.swift
@@ -6,6 +6,7 @@
6
/// Contains alias for the types declared in the ObjC header files to make them available
7
/// as part of the swift package module.
8
/// To avoid clients not have to import ObjCModule explicitly.
9
+/// Important: Due to objc->swift conventions, Type name is removed, so ODWPiiKindGenericData would be accessed as .genericData in swift.
10
11
/// Check corresponding header file for the doc of each type.
12
0 commit comments