You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
I use concrete protocol in my app.But when I use timer profile, I found that objc_getClassList in ext_injectSpecialProtocols method take almost 160ms.Perhaps my app contains so many classes,so it need so much time.Any solution is appreciate.