Skip to content
New issue

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

Phone information #409

Open
Maria2000haha opened this issue May 26, 2024 · 1 comment
Open

Phone information #409

Maria2000haha opened this issue May 26, 2024 · 1 comment

Comments

@Maria2000haha
Copy link

Maria2000haha commented May 26, 2024

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

  • (BOOL)hasValue:(NSString *)string;
  • (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
@Maria2000haha
Copy link
Author

Where is the information that I want 🥹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant