TWTRJSONConvertible Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TWTRJSONConvertible.h |
– initWithJSONDictionary:
required method
Initialize the receiver with its JSON object representation.
- (nullable instancetype)initWithJSONDictionary:(NSDictionary *)dictionary
Parameters
dictionary |
the JSON object representing this object. |
---|
Return Value
the fully formed object or nil if the JSON is not valid.
Declared In
TWTRJSONConvertible.h