Created
October 14, 2016 01:12
-
-
Save inC3ASE/dcf14a3e7c8c55e8530e6ec707d421cc to your computer and use it in GitHub Desktop.
CoreTelephony.framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTSubscriberInfo.h | |
* CFTelephony | |
* | |
* Copyright 2012 Apple, Inc. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> | |
#import "CTSubscriber.h" | |
NS_ASSUME_NONNULL_BEGIN | |
CORETELEPHONY_CLASS_AVAILABLE(6_0) | |
@interface CTSubscriberInfo : NSObject | |
+ (CTSubscriber*) subscriber; | |
@end | |
NS_ASSUME_NONNULL_END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment