Rocket.Chat.ReactNative/ios/SSLPinning.h

23 lines
357 B
Objective-C

//
// SSLPinning.h
// 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
@interface RCTHTTPRequestHandler (Challenge)
@end
NS_ASSUME_NONNULL_END