Rocket.Chat.ReactNative/ios/SSLPinning.h

23 lines
357 B
C
Raw Normal View History

2023-07-11 16:20:39 +00:00
//
// SSLPinning.h
2023-07-11 16:20:39 +00:00
// RocketChatRN
//
// Created by Diego Mello on 11/07/23.
// Copyright © 2023 Facebook. All rights reserved.
//
#import <React/RCTHTTPRequestHandler.h>
#import "RNFetchBlobRequest.h"
NS_ASSUME_NONNULL_BEGIN
@interface RNFetchBlobRequest (Challenge)
@end
2023-07-11 20:55:03 +00:00
@interface RCTHTTPRequestHandler (Challenge)
@end
2023-07-11 16:20:39 +00:00
NS_ASSUME_NONNULL_END