Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created November 27, 2012 23:57
Show Gist options
  • Select an option

  • Save ejknapp/4158051 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/4158051 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface Contact : NSObject
- (id)initWithJSONDictionary:(NSDictionary *)jsonDictionary;
- (NSString *)fullName;
- (NSDictionary *)jsonDictionary;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment