Files
featherVoice/Pods/Target Support Files/MQTTClient/MQTTClient-umbrella.h
2025-08-08 10:49:36 +08:00

41 lines
1.0 KiB
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "MQTTSessionManager.h"
#import "ReconnectTimer.h"
#import "ForegroundReconnection.h"
#import "MQTTCFSocketDecoder.h"
#import "MQTTCFSocketEncoder.h"
#import "MQTTCFSocketTransport.h"
#import "MQTTCoreDataPersistence.h"
#import "MQTTDecoder.h"
#import "MQTTInMemoryPersistence.h"
#import "MQTTLog.h"
#import "MQTTStrict.h"
#import "MQTTClient.h"
#import "MQTTMessage.h"
#import "MQTTPersistence.h"
#import "MQTTSSLSecurityPolicy.h"
#import "MQTTSSLSecurityPolicyDecoder.h"
#import "MQTTSSLSecurityPolicyEncoder.h"
#import "MQTTSSLSecurityPolicyTransport.h"
#import "MQTTProperties.h"
#import "MQTTSession.h"
#import "MQTTSessionLegacy.h"
#import "MQTTSessionSynchron.h"
#import "MQTTTransport.h"
#import "GCDTimer.h"
FOUNDATION_EXPORT double MQTTClientVersionNumber;
FOUNDATION_EXPORT const unsigned char MQTTClientVersionString[];