YMKTaxiMoney

@interface YMKTaxiMoney : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKTaxiMoney *)moneyWithValue:( double)value
                                    text:(nonnull NSString *)text
                                currency:(nonnull NSString *)currency;

Properties

@property (nonatomic, readonly) double value;
Undocumented

@property (nonatomic, readonly, nonnull) NSString *text;
Undocumented

@property (nonatomic, readonly, nonnull) NSString *currency;
Undocumented

Class methods

moneyWithValue:text:currency:

+ (nonnull YMKTaxiMoney *)moneyWithValue:( double)value
                                    text:(nonnull NSString *)text
                                currency:(nonnull NSString *)currency;


Properties

value

@property (nonatomic, readonly) double value;

Undocumented


text

@property (nonatomic, readonly, nonnull) NSString *text;

Undocumented


currency

@property (nonatomic, readonly, nonnull) NSString *currency;

Undocumented