sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

SPPermissionsDataSource #223

Closed DiegoResnik closed 3 years ago

DiegoResnik commented 3 years ago

SPPermissionsDataSource is not marked as @objc

ivanvorobei commented 3 years ago

Did you get any error with it?

DiegoResnik commented 3 years ago

without @objc it just not exposed to objectivec code. I've wrapped your code with a swift class and exposed it from there.

ivanvorobei commented 3 years ago

If need, I can fix it now. Let me know

DiegoResnik commented 3 years ago

As I said, I worked around this problem. I've noticed that other properties are with @objc so I've guess it's just a mistake...Maybe you want to fix this for others, or to maintain support for objectivec projects.

Anyway, Thank you for a wonderful component and for the support!