Created
October 11, 2011 15:09
-
-
Save jakemarsh/1278352 to your computer and use it in GitHub Desktop.
Revisions
-
jakemarsh revised this gist
Oct 11, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,7 @@ - (id) init { self = [super init]; if(!self) return nil; self.someProperty = 123; return self; } -
jakemarsh created this gist
Oct 11, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ - (id) init { self = [super init]; if(!self) return nil; return self; }