15 lines
261 B
Objective-C
15 lines
261 B
Objective-C
//
|
|
// MBIMBridge_Private.h
|
|
// MessagesBridge
|
|
//
|
|
// Created by James Magahern on 1/22/19.
|
|
// Copyright © 2019 James Magahern. All rights reserved.
|
|
//
|
|
|
|
#import "MBIMBridge.h"
|
|
|
|
@interface MBIMBridge (/*PRIVATE*/)
|
|
- (NSArray *)sslCertificateAndIdentity;
|
|
|
|
@end
|