2018-11-16 01:30:38 -08:00
|
|
|
//
|
|
|
|
|
// MBIMHTTPConnection.h
|
|
|
|
|
// CocoaHTTPServer
|
|
|
|
|
//
|
|
|
|
|
// Created by James Magahern on 11/16/18.
|
|
|
|
|
// Copyright © 2018 James Magahern. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
2018-11-16 01:40:02 -08:00
|
|
|
#import <CocoaHTTPServer/HTTPConnection.h>
|
2018-11-16 01:30:38 -08:00
|
|
|
|
|
|
|
|
@interface MBIMHTTPConnection : HTTPConnection
|
|
|
|
|
|
|
|
|
|
@end
|