Skip to content

Instantly share code, notes, and snippets.

@DengYiping
Created July 14, 2018 15:26
Show Gist options
  • Save DengYiping/3793ad8a5d47de1c4b1b54ad677e904c to your computer and use it in GitHub Desktop.
Save DengYiping/3793ad8a5d47de1c4b1b54ad677e904c to your computer and use it in GitHub Desktop.
Code for soul automatic matching.
%hook MatchChatViewController
- (void)requsetStartMactch {
[NSObject cancelPreviousPerformRequestsWithTarget:self];
%orig;
[self performSelector:@selector(requsetStartMactch) withObject:nil afterDelay:0.30];
}
%end
@welcome27
Copy link

请问这个code放在哪里, 找不到合适的controller 可以放这个code

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