Private
Public Access
1
0

Encrypted server response

This commit is contained in:
James Magahern
2018-11-15 15:08:39 -08:00
parent b92860b011
commit 6c9996dfa1
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
//
// GCDWebServerDataResponse+Crypto.h
// kordophoned
//
// Created by James Magahern on 11/15/18.
// Copyright © 2018 James Magahern. All rights reserved.
//
#import <GCDWebServers/GCDWebServers.h>
NS_ASSUME_NONNULL_BEGIN
@interface GCDWebServerDataResponse (Crypto)
+ (nullable instancetype)encryptedResponseWithJSONObject:(id)object;
@end
NS_ASSUME_NONNULL_END