2018-11-16 01:30:38 -08:00
|
|
|
//
|
|
|
|
|
// MBIMJSONDataResponse.h
|
|
|
|
|
// kordophoned
|
|
|
|
|
//
|
|
|
|
|
// Created by James Magahern on 11/16/18.
|
|
|
|
|
// Copyright © 2018 James Magahern. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
2018-11-16 01:40:02 -08:00
|
|
|
#import <CocoaHTTPServer/HTTPDataResponse.h>
|
2018-11-16 01:30:38 -08:00
|
|
|
|
|
|
|
|
@interface MBIMJSONDataResponse : HTTPDataResponse
|
|
|
|
|
|
|
|
|
|
+ (instancetype)responseWithJSONObject:(id)object;
|
|
|
|
|
|
|
|
|
|
@end
|