Skip to content

Commit 9fd2e27

Browse files
absarojmkoscumb
andauthored
adding comment about using the typealised enums in swift (#1241)
Co-authored-by: Matthew Koscumb <[email protected]>
1 parent 7bca728 commit 9fd2e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/swift/Sources/OneDSSwift/ObjCTypes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/// Contains alias for the types declared in the ObjC header files to make them available
77
/// as part of the swift package module.
88
/// 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.
910

1011
/// Check corresponding header file for the doc of each type.
1112

0 commit comments

Comments
 (0)