Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Resolved "Cannot find type 'XXX' in scope" by adding `import Cosmos` 2) Resolved "No known class method for selector 'YYY'" by replacing `@objc` by `@objcMembers` so all methods within the class will be exposed to Objective-C.
- Loading branch information