mirror of
https://gitlab.silvrtree.co.uk/martind2000/WolkSense-Hexiwear.git
synced 2025-01-30 23:10:15 +00:00
20 lines
556 B
Objective-C
20 lines
556 B
Objective-C
//
|
|
// CocoaMQTT.h
|
|
// CocoaMQTT
|
|
//
|
|
// Created by CrazyWisdom on 15/12/11.
|
|
// Copyright © 2015年 emqtt.io. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for CocoaMQTT.
|
|
FOUNDATION_EXPORT double CocoaMQTTVersionNumber;
|
|
|
|
//! Project version string for CocoaMQTT.
|
|
FOUNDATION_EXPORT const unsigned char CocoaMQTTVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <CocoaMQTT/PublicHeader.h>
|
|
|
|
#import "GCDAsyncSocket.h"
|
|
#import "MSWeakTimer.h" |