MBXReachabilityFactory_Internal.h 617 B

1234567891011121314151617181920
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @protocol MBXReachabilityInterface;
  4. NS_SWIFT_NAME(ReachabilityFactory)
  5. __attribute__((visibility ("default")))
  6. @interface MBXReachabilityFactory : NSObject
  7. // This class provides custom init which should be called
  8. - (nonnull instancetype)init NS_UNAVAILABLE;
  9. // This class provides custom init which should be called
  10. + (nonnull instancetype)new NS_UNAVAILABLE;
  11. + (void)reset;
  12. + (nonnull id<MBXReachabilityInterface>)reachabilityForHostname:(nullable NSString *)hostname __attribute((ns_returns_retained));
  13. @end