Skip to content

Instantly share code, notes, and snippets.

@cdzombak
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdzombak/844e887ed4bdb933a905 to your computer and use it in GitHub Desktop.
Save cdzombak/844e887ed4bdb933a905 to your computer and use it in GitHub Desktop.
//
// CDZWeak.h
// https://gist.github.com/cdzombak/844e887ed4bdb933a905
//
// Created by Chris Dzombak on 3/22/15.
// Copyright (c) 2015 Chris Dzombak. All rights reserved.
//
#ifndef CDZWeak_h
#define CDZWeak_h
#define CDZWeak(v) __weak __typeof((v))
#define CDZStrong(v) __strong __typeof((v))
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment