Project cleanup around new submodule
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#import "MBIMHTTPConnection.h"
|
||||
#import "hooking.h"
|
||||
|
||||
#import <CocoaHTTPServer/CocoaHTTPServer.h>
|
||||
#import <CocoaHTTPServer/HTTPServer.h>
|
||||
|
||||
#import <IMCore/IMCore.h>
|
||||
#import <IMCore/IMCore_Private.h>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2018 James Magahern. All rights reserved.
|
||||
//
|
||||
|
||||
#import <CocoaHTTPServer/CocoaHTTPServer.h>
|
||||
#import <CocoaHTTPServer/HTTPConnection.h>
|
||||
|
||||
@interface MBIMHTTPConnection : HTTPConnection
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
#import "MBIMHTTPConnection.h"
|
||||
|
||||
#import "MBIMBridge.h"
|
||||
#import "MBIMBridgeOperation.h"
|
||||
|
||||
|
||||
@@ -7,13 +7,14 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CocoaHTTPServer/CocoaHTTPServer.h>
|
||||
#import <CocoaHTTPServer/HTTPResponse.h>
|
||||
#import <CocoaHTTPServer/HTTPErrorResponse.h>
|
||||
|
||||
#import "MBIMJSONDataResponse.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
typedef void (^MBIMBridgeOperationCompletionBlock)(NSObject * _Nullable response);
|
||||
typedef void (^MBIMBridgeOperationCompletionBlock)(NSObject<HTTPResponse> * _Nullable response);
|
||||
|
||||
@interface MBIMBridgeOperation : NSOperation
|
||||
@property (class, nonatomic, readonly) NSString *endpointName;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CocoaHTTPServer/CocoaHTTPServer.h>
|
||||
#import <CocoaHTTPServer/HTTPDataResponse.h>
|
||||
|
||||
@interface MBIMJSONDataResponse : HTTPDataResponse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user