Viewing profile — adamcavalli
adamcavalli
HN member- Joined
- Wed, Nov 20, 2013, 3:31 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About adamcavalli
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6768556
typeof(self) __weak weakSelf = self; self.block = ^{ typeof(self) strongSelf = weakSelf; if (strongSelf) { // ... } };