forked from EFEducationFirstMobile/librabbitmq-objc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAMQPKit.h
More file actions
29 lines (24 loc) · 846 Bytes
/
AMQPKit.h
File metadata and controls
29 lines (24 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//
// AMQP.h
// AMQP
//
// Created by Andrew Mackenzie-Ross on 3/02/2015.
// Copyright (c) 2015 librabbitmq. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for AMQP.
FOUNDATION_EXPORT double AMQPVersionNumber;
//! Project version string for AMQP.
FOUNDATION_EXPORT const unsigned char AMQPVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <AMQP/PublicHeader.h>
#import <AMQPKit/AMQPChannel.h>
#import <AMQPKit/AMQPConnection.h>
#import <AMQPKit/LAMQPConnection.h>
#import <AMQPKit/AMQPConsumer.h>
#import <AMQPKit/AMQPConsumerThread.h>
#import <AMQPKit/AMQPExchange.h>
#import <AMQPKit/AMQPExchange+Additions.h>
#import <AMQPKit/AMQPMessage.h>
#import <AMQPKit/AMQPQueue.h>
#import <AMQPKit/AMQPTTLManager.h>
#import <AMQPKit/amqp.h>