Created
August 15, 2018 21:14
-
-
Save serhatsezer/f468f4656dbde0ee0fb9a0549e4d1c67 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| void objc_setAssociatedObject(id object, void *key, id value, objc_AssociationPolicy policy) | |
| id objc_getAssociatedObject(id object, void *key) | |
| void objc_removeAssociatedObjects(id object) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment