34 lines
835 B
Objective-C
34 lines
835 B
Objective-C
//
|
|
// libPhoneNumbertvOS.h
|
|
// libPhoneNumbertvOS
|
|
//
|
|
// Created by Jeff Kelley on 11/16/16.
|
|
// Copyright © 2016 ohtalk.me. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for libPhoneNumber-tvOS.
|
|
FOUNDATION_EXPORT double libPhoneNumber_tvOSVersionNumber;
|
|
|
|
//! Project version string for libPhoneNumber-tvOS.
|
|
FOUNDATION_EXPORT const unsigned char libPhoneNumber_tvOSVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework
|
|
// using statements like #import <libPhoneNumber_tvOS/PublicHeader.h>
|
|
|
|
#import "NBPhoneNumberDefines.h"
|
|
|
|
// Features
|
|
#import "NBAsYouTypeFormatter.h"
|
|
#import "NBPhoneNumberUtil.h"
|
|
|
|
// Metadata
|
|
#import "NBMetadataCore.h"
|
|
|
|
// Model
|
|
#import "NBNumberFormat.h"
|
|
#import "NBPhoneMetaData.h"
|
|
#import "NBPhoneNumber.h"
|
|
#import "NBPhoneNumberDesc.h"
|