Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Conversation

@Lision
Copy link

@Lision Lision commented Jan 13, 2018

Hi~ @steipete

When i use Aspects, i write some code like this:

if ([token conformsToProtocol:@protocol(AspectToken)]) {
    [token remove];
}

But the [token remove]; is not implemented.
I find this because AspectIdentifier class do not comply with the AspectToken protocol.
So, I create this pull request. I sincerely hope you can merge it.

Then I update the project setting to Xcode 9 to pass the unit tests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant