Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class extensions not recognized #7

Closed
drkameleon opened this issue Aug 25, 2015 · 2 comments
Closed

Class extensions not recognized #7

drkameleon opened this issue Aug 25, 2015 · 2 comments

Comments

@drkameleon
Copy link
Collaborator

Currently Class extensions' definition is not being recognized, e.g.

@interface UIColor (MyExtension)

or

@implementation UIColor (MyExtension)

A quick fix is to simply change the syntax like "UIColor_MyExtension" - but it's in my to-fix list.

@drkameleon
Copy link
Collaborator Author

Fixed as of the upcoming 1.3.

@bre7
Copy link

bre7 commented Aug 26, 2015

Nice. Thanks for that ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants