-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
|
||
// MARK: - Permission | ||
|
||
private extension Permission: AssociatedObject { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't use private with protocol conformances 😢 I'd say we just move private to functions below?
Hey Damien! 🎉 First of all thanks for your kind words! I really love |
😱 Sorry for all the errors, I coded without the compiler... BTW do you plan to support Carthage ? |
No worries 🐼 It looks perfect now, thanks again! About Carthage, of course, just I'm not that experienced with Cathage so wanted to do it later, but if you have any experience, I would be more than happy to see a PR from you :) |
I've also added you as a collaborator to this project, if you don't mind 🎉 |
Ahah great thanks! |
Hi Luke,
I never would have dreamt that a lib would be created on top on
Permission
😍😍Thank you so much!!!
I tried to give back a bit with this PR ;)