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
It would be nice to move that functionality to JOCB's NSObject. We could then use it to directly inject the actual typed instance instead of the proxy.
The text was updated successfully, but these errors were encountered:
In kakao I register all
NSObject
subclasses globally. This allows me to get these instances later on when I only have aProxy
object:It would be nice to move that functionality to JOCB's
NSObject
. We could then use it to directly inject the actual typed instance instead of the proxy.The text was updated successfully, but these errors were encountered: