ZKCurrencyType
Objective-C
@interface ZKCurrencyType : NSObject
Swift
class ZKCurrencyType : NSObject
Curency type, ‘FIAT’ or ‘CRYPTO’.
-
Declaration
Objective-C
- (nonnull instancetype)init;Swift
init() -
Declaration
Objective-C
+ (nonnull instancetype)currencyType;
View on GitHub
ZKCurrencyType Class Reference