Initializer
init(name:bottom:top:) initWithName:bottom:top: initWithName_bottom_top_
Declaration
init!(name: String!, bottom: Int32, top: Int32)Declaration
- (instancetype) initWithName:(NSString *) name bottom:(int) bottom top:(int) top;Declaration
initWithName_bottom_top_(name: str, bottom: int, top: int) -> GSAxisPart