This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Semantic issue: performSelector may cause a leak because its selector is | |
// unknown! Ignore this "ARC performSelector leaks" warning. | |
#pragma clang diagnostic push | |
#pragma clang diagnostic ignored "-Warc-performSelector-leaks" | |
// arc-performSelector-leaks ignored | |
#pragma clang diagnostic pop |