On my server are using RabbitMQ Server and client-side android RabbitMQ Client also used. Now I'm doing for iOS (not Mac) and found this bookshop profmaad made by:
https://github.com/profmaad/librabbitmq-objc
I copy the project classes and I get an error "file not found Cocoa.h" then replace by "Foundation.h" and it worked. But now I ask the class amqp.h tells me "file not found amqp.h" and does not exist. But, It's using it.
And looking I saw that this class was a C, and now is not how to import the class or add amqp.h?
My problem is: How I can to use the library amqp.h or import the class?
#import <Cocoa/Cocoa.h> <----- Replace Foundation.h (Equivalent)
# import <amqp.h> <----- ?? When was file? or How import this file?
# import "AMQPConnection.h"
# import "AMQPObject.h"