Declaration

init(dict: [String : Any], format formatVersion: GSFormatVersion)

Declaration

- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) dict format:(GSFormatVersion) formatVersion;

Declaration

initWithDict_format_(dict: dict[str, object], formatVersion: GSFormatVersion) -> GSAlignmentZone

Parameters

dict

The dictionary to initialize with.

formatVersion

The format version to initialize with.

Return Value

A new instance of the GSAlignmentZone class.