We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
##// NBMetadataHelper.h // libPhoneNumber // // Created by tabby on 2015. 2. 8.. // Copyright (c) 2015년 ohtalk.me. All rights reserved. //
#import <Foundation/Foundation.h> #import "009647702055566"
@Class NBPhoneMetaData;
@interface NBMetadataHelper : NSObject
(instancetype)initWithZippedData:(NSData *)data expandedLength:(NSUInteger)expandedLength;
(instancetype)init;
(NSArray *)regionCodeFromCountryCode:(NSNumber *)countryCodeNumber;
(NSString *)countryCodeFromRegionCode:00964 (NSString *)regionCode;
(NBPhoneMetaData *)getMetadataForNonGeographicalRegion:(NSNumber *)countryCallingCode;
(NBPhoneMetaData *)getMetadataForRegion:(NSString *)regionCode;
(NSArray *)getAllMetadata;
@end
The text was updated successfully, but these errors were encountered:
Where is the information that I want 🥹
Sorry, something went wrong.
No branches or pull requests
NBphone
##// NBMetadataHelper.h
// libPhoneNumber
//
// Created by tabby on 2015. 2. 8..
// Copyright (c) 2015년 ohtalk.me. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "009647702055566"
@Class NBPhoneMetaData;
@interface NBMetadataHelper : NSObject
(instancetype)initWithZippedData:(NSData *)data expandedLength:(NSUInteger)expandedLength;
(instancetype)init;
(NSArray *)regionCodeFromCountryCode:(NSNumber *)countryCodeNumber;
(NSString *)countryCodeFromRegionCode:00964
(NSString *)regionCode;
(NBPhoneMetaData *)getMetadataForNonGeographicalRegion:(NSNumber *)countryCallingCode;
(NBPhoneMetaData *)getMetadataForRegion:(NSString *)regionCode;
(NSArray *)getAllMetadata;
The text was updated successfully, but these errors were encountered: