Private
Public Access
1
0

Switch to statically linking CocoaHTTPServer

This commit is contained in:
2025-06-13 13:35:42 -07:00
parent 78eb946109
commit 7352efbcfd
9 changed files with 18 additions and 54 deletions

View File

@@ -7,9 +7,9 @@
//
#import <Foundation/Foundation.h>
#import <CocoaHTTPServer/HTTPMessage.h>
#import <CocoaHTTPServer/HTTPResponse.h>
#import <CocoaHTTPServer/HTTPErrorResponse.h>
#import "HTTPMessage.h"
#import "HTTPResponse.h"
#import "HTTPErrorResponse.h"
#import "MBIMJSONDataResponse.h"

View File

@@ -7,7 +7,7 @@
//
#import <Foundation/Foundation.h>
#import <CocoaHTTPServer/HTTPDataResponse.h>
#import "HTTPDataResponse.h"
NS_ASSUME_NONNULL_BEGIN