adding comment about using the typealised enums in swift (#1241)

Co-authored-by: Matthew Koscumb <49213788+mkoscumb@users.noreply.github.com>
This commit is contained in:
absaroj 2024-02-02 09:55:18 -08:00 коммит произвёл GitHub
Родитель 7bca728c85
Коммит 9fd2e2720c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.