Skip to content

Instantly share code, notes, and snippets.

@qy1010
Created January 30, 2020 11:15
Show Gist options
  • Save qy1010/0543138e513df38990cc476426ed0749 to your computer and use it in GitHub Desktop.
Save qy1010/0543138e513df38990cc476426ed0749 to your computer and use it in GitHub Desktop.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
[target performSelector:selector];
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment