MBXHttpCertificatePinsProvider_Internal.h 556 B

1234567891011121314151617
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. NS_SWIFT_NAME(HttpCertificatePinsProvider)
  4. __attribute__((visibility ("default")))
  5. @interface MBXHttpCertificatePinsProvider : NSObject
  6. // This class provides custom init which should be called
  7. - (nonnull instancetype)init NS_UNAVAILABLE;
  8. // This class provides custom init which should be called
  9. + (nonnull instancetype)new NS_UNAVAILABLE;
  10. + (nonnull NSDictionary<NSString *, NSArray<NSString *> *> *)getPins __attribute((ns_returns_retained));
  11. @end