15 lines
261 B
C
15 lines
261 B
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
|