Skip to content

Commit

Permalink
adding comment about using the typealised enums in swift (#1241)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Koscumb <[email protected]>
  • Loading branch information
absaroj and mkoscumb authored Feb 2, 2024
1 parent 7bca728 commit 9fd2e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/swift/Sources/OneDSSwift/ObjCTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/// Contains alias for the types declared in the ObjC header files to make them available
/// as part of the swift package module.
/// To avoid clients not have to import ObjCModule explicitly.
/// Important: Due to objc->swift conventions, Type name is removed, so ODWPiiKindGenericData would be accessed as .genericData in swift.

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

Expand Down

0 comments on commit 9fd2e27

Please sign in to comment.