Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

fixed warning to add requiresMainQueueSetup function #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dev-yakuza
Copy link

Thanks to make great library.

when I implemented your library, I got warning like below.

img_0205

so I just added below code.

+ (BOOL) requiresMainQueueSetup
{
    return YES;
}

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