Inherits from VKApiObjectArray : VKApiObject : VKObject : NSObject
Declared in VKSchool.h
VKSchool.m

Instance Methods

initWithDictionary:

Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionare

- (instancetype)initWithDictionary:(NSDictionary *)dict

Parameters

dict

API json dictionary

Return Value

Initialized object

Declared In

VKApiObject.h