Archie
01/03/2023, 11:03 AMOleg Yukhnevich
01/03/2023, 11:07 AMArchie
01/03/2023, 11:12 AMOleg Yukhnevich
01/03/2023, 11:13 AMArchie
01/03/2023, 11:15 AMpublic and @objc . Looks like the same way that native.cocoapods work.Oleg Yukhnevich
01/03/2023, 11:17 AMpublic + @objc which under the hood will use other Swift library (which you want to use)Archie
01/03/2023, 11:22 AMpublic + @objc ).leandro
01/03/2023, 1:13 PMdarkmoon_uk
01/04/2023, 5:36 AM@objc annotation to 'pass through' functions, but also re-modelling Swift `enum`s as ObjC class structures, where these might be used to express data going to/from the API.
It's leg-work, but overall not too challenging.