12 lines
238 B
Objective-C
12 lines
238 B
Objective-C
//
|
|
// MBIMHTTPUtilities.h
|
|
// kordophoned
|
|
//
|
|
// Created by James Magahern on 11/16/18.
|
|
// Copyright © 2018 James Magahern. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NSString* MBIMWebServerFormatRFC822(NSDate *date);
|