15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
//
|
|
// KPServer.pch
|
|
// MessagesBridge
|
|
//
|
|
// Created by James Magahern on 1/22/19.
|
|
// Copyright © 2019 James Magahern. All rights reserved.
|
|
//
|
|
|
|
#ifndef KPServer_h
|
|
#define KPServer_h
|
|
|
|
#include "MBIMLogging.h"
|
|
|
|
#endif /* KPServer_h */
|