Instance Method インスタンスメソッド

initWithSymbol:

Initializes a new unit with the specified symbol. 新しい単位をこの指定された記号で初期化します。

Declaration 宣言

- (instancetype)initWithSymbol:(NSString *)symbol;

Parameters パラメータ

symbol

The symbol used to represent the unit. 単位を表すために使われる記号。

Return Value 戻り値

A new unit with the specified symbol. 指定された記号でのある新しい単位。