9 lines
145 B
Objective-C
9 lines
145 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface NBMetadataCoreTestMapper : NSObject
|
|
|
|
+ (NSArray *)ISOCodeFromCallingNumber:(NSString *)key;
|
|
|
|
@end
|
|
|