MBStringResult
Objective-C
@interface MBStringResult : NSObject
Swift
class MBStringResult : NSObject
Class for all obtaining original string per alphabet type
-
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull value;
Swift
var value: String { get }
Return Value
the non-empty value, if such is present, with priority given to Latin alphabet.
-
Declaration
Objective-C
- (nonnull NSString *)valueForAlphabetType:(MBAlphabetType)alphabetType;
Swift
func value(for alphabetType: MBAlphabetType) -> String
Return Value
value of the specified alphabet type.