Swiftgram/submodules/libphonenumber/Sources/NBPhoneNumberDefines.m
2020-02-22 15:38:54 +04:00

8 lines
315 B
Objective-C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#import <libphonenumber/NBPhoneNumberDefines.h>
NSString * const NB_UNKNOWN_REGION = @"ZZ";
NSString * const NB_NON_BREAKING_SPACE = @"\u00a0";
NSString * const NB_PLUS_CHARS = @"+";
NSString * const NB_VALID_DIGITS_STRING = @"0-9-٠-٩۰-۹";
NSString * const NB_REGION_CODE_FOR_NON_GEO_ENTITY = @"001";