ably-cocoa/Source/Ably.h

68 lines
2.1 KiB
Objective-C

#import <Foundation/Foundation.h>
//! Project version number for ably-ios.
FOUNDATION_EXPORT double ablyVersionNumber;
//! Project version string for ably-ios.
FOUNDATION_EXPORT const unsigned char ablyVersionString[];
#import <Ably/ARTLog.h>
#import <Ably/ARTTypes.h>
#import <Ably/ARTAuth.h>
#import <Ably/ARTAuthDetails.h>
#import <Ably/ARTConnection.h>
#import <Ably/ARTConnectionDetails.h>
#import <Ably/ARTHttp.h>
#import <Ably/ARTBaseMessage.h>
#import <Ably/ARTRestChannels.h>
#import <Ably/ARTChannelOptions.h>
#import <Ably/ARTTokenDetails.h>
#import <Ably/ARTTokenRequest.h>
#import <Ably/ARTTokenParams.h>
#import <Ably/ARTAuthOptions.h>
#import <Ably/ARTClientOptions.h>
#import <Ably/ARTCrypto.h>
#import <Ably/ARTDefault.h>
#import <Ably/ARTEventEmitter.h>
#import <Ably/ARTFallback.h>
#import <Ably/ARTMessage.h>
#import <Ably/ARTDataEncoder.h>
#import <Ably/ARTPresence.h>
#import <Ably/ARTPresenceMap.h>
#import <Ably/ARTPresenceMessage.h>
#import <Ably/ARTProtocolMessage.h>
#import <Ably/ARTQueuedMessage.h>
#import <Ably/ARTRest.h>
#import <Ably/ARTRestChannel.h>
#import <Ably/ARTRestPresence.h>
#import <Ably/ARTRealtime.h>
#import <Ably/ARTRealtimeChannel.h>
#import <Ably/ARTRealtimeChannelOptions.h>
#import <Ably/ARTRealtimePresence.h>
#import <Ably/ARTStats.h>
#import <Ably/ARTEncoder.h>
#import <Ably/ARTPaginatedResult.h>
#import <Ably/ARTHTTPPaginatedResponse.h>
#import <Ably/ARTPush.h>
#import <Ably/ARTPushChannel.h>
#import <Ably/ARTPushChannelSubscription.h>
#import <Ably/ARTPushActivationStateMachine.h>
#import <Ably/ARTPushActivationEvent.h>
#import <Ably/ARTPushActivationState.h>
#import <Ably/ARTPushAdmin.h>
#import <Ably/ARTPushChannelSubscriptions.h>
#import <Ably/ARTPushDeviceRegistrations.h>
#import <Ably/ARTDeviceDetails.h>
#import <Ably/ARTDevicePushDetails.h>
#import <Ably/ARTDeviceIdentityTokenDetails.h>
#import <Ably/ARTDeviceStorage.h>
#import <Ably/ARTLocalDevice.h>
#import <Ably/ARTLocalDeviceStorage.h>
#import <Ably/ARTVCDiffDecoder.h>
#import <Ably/ARTDeltaCodec.h>
#import <Ably/CompatibilityMacros.h>
#import <Ably/ARTPendingMessage.h>
#import <Ably/ARTStringifiable.h>
#import <Ably/ARTNSMutableDictionary+ARTDictionaryUtil.h>