Skip to content

Instantly share code, notes, and snippets.

@bluemoon
Created May 19, 2014 03:24
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 bluemoon/3e44308c3fa175f5f605 to your computer and use it in GitHub Desktop.
Save bluemoon/3e44308c3fa175f5f605 to your computer and use it in GitHub Desktop.
typedef struct
{
NSString *pstrName;
} sSampleStruct;
sSampleStruct sObject = {@"test"};
NSMutableDictionary *pSampleMap = [[NSMutableDictionary alloc] init];
[pSampleMap setObject:[NSValue valueWithPointer:&sObject]
forKey:[NSNumber numberWithInt:nVar]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment