Initializer
init(typeName:)initWithTypeName:initWithTypeName_
Initializes a new instance of the GSInstance class with a type name.
Declaration
init(typeName: String)Declaration
- (instancetype) initWithTypeName:(NSString *) typeName;Declaration
initWithTypeName_(typeName: str) -> GSInstanceParameters
typeNameThe type name of the instance.
Return Value
A new instance of the GSInstance class.