Skip to content

Instantly share code, notes, and snippets.

@amrox
Created June 4, 2011 18:06
Show Gist options
  • Select an option

  • Save amrox/1008147 to your computer and use it in GitHub Desktop.

Select an option

Save amrox/1008147 to your computer and use it in GitHub Desktop.
SynthesizingDummyClass
#define SYNTHESIZE_DUMMY_CLASS(C) \
@interface Dummy_##C : NSObject \
@end \
@implementation Dummy_##C : NSObject \
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment