Created
August 16, 2014 20:43
-
-
Save jasonsilberman/e948aebeb0801d52592c 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
Note *note = // .. original note | |
Note *noteCopy = [note copy]; | |
Note *secondNoteCopy = [note copy]; | |
// Are noteCopy and secondNoteCopy equal? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment