blob: 288727cd1e34db8f65f6d9d02ab1319f0844d016 [file] [log] [blame]
//
// NBPhoneNumberDesc.h
// libPhoneNumber
//
// Created by NHN Corp. Last Edited by BAND dev team (band_dev@nhn.com)
//
#import <Foundation/Foundation.h>
@interface NBPhoneNumberDesc : NSObject
// from phonemetadata.pb.js
/* 2 */ @property (nonatomic, strong, readwrite) NSString *nationalNumberPattern;
/* 3 */ @property (nonatomic, strong, readwrite) NSString *possibleNumberPattern;
/* 6 */ @property (nonatomic, strong, readwrite) NSString *exampleNumber;
- (id)initWithData:(id)data;
@end