Created
July 14, 2018 15:26
-
-
Save DengYiping/3793ad8a5d47de1c4b1b54ad677e904c to your computer and use it in GitHub Desktop.
Code for soul automatic matching.
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
%hook MatchChatViewController | |
- (void)requsetStartMactch { | |
[NSObject cancelPreviousPerformRequestsWithTarget:self]; | |
%orig; | |
[self performSelector:@selector(requsetStartMactch) withObject:nil afterDelay:0.30]; | |
} | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问这个code放在哪里, 找不到合适的controller 可以放这个code