Declaration

init(typeName: String)

Declaration

- (instancetype) initWithTypeName:(NSString *) typeName;

Declaration

initWithTypeName_(typeName: str) -> GSInstance

Parameters

typeName

The type name of the instance.

Return Value

A new instance of the GSInstance class.