Conforms to NSCoding
NSCopying
NSObject
Declared in GHKObject.h

Overview

GHKObject protocol is a base protocol of all object types

Tasks

Instance Methods

dictionary

JSON object as a NSDictionary to post to API

- (NSDictionary *)dictionary

Return Value

The NSDictionary

Declared In

GHKObject.h

initWithDictionary:

Initialize a new instance from JSON object as a NSDictionary

- (id)initWithDictionary:(NSDictionary *)dictionary

Declared In

GHKObject.h