Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 01:12
Show Gist options
  • Save inC3ASE/dcf14a3e7c8c55e8530e6ec707d421cc to your computer and use it in GitHub Desktop.
Save inC3ASE/dcf14a3e7c8c55e8530e6ec707d421cc to your computer and use it in GitHub Desktop.
CoreTelephony.framework
/*
* 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