Swiftgram/PostboxMac/PostboxMac.h
2016-09-05 23:20:07 +03:00

22 lines
564 B
Objective-C

//
// PostboxMac.h
// PostboxMac
//
// Created by Peter on 9/5/16.
// Copyright © 2016 Telegram. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for PostboxMac.
FOUNDATION_EXPORT double PostboxMacVersionNumber;
//! Project version string for PostboxMac.
FOUNDATION_EXPORT const unsigned char PostboxMacVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <PostboxMac/PublicHeader.h>
#import <PostboxMac/MurMurHash32.h>
#import <PostboxMac/IpcNotifier.h>