mirror of
https://github.com/Dev1an/MsgPack.git
synced 2026-03-25 08:45:55 +00:00
19 lines
472 B
Objective-C
19 lines
472 B
Objective-C
//
|
|
// MsgPack.h
|
|
// MsgPack
|
|
//
|
|
// Created by Damiaan on 29/07/17.
|
|
// Copyright © 2017 dPro. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for MsgPack.
|
|
FOUNDATION_EXPORT double MsgPackVersionNumber;
|
|
|
|
//! Project version string for MsgPack.
|
|
FOUNDATION_EXPORT const unsigned char MsgPackVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <MsgPack/PublicHeader.h>
|
|
|
|
|