Swiftgram/PostboxMac/PostboxMac.h
2019-04-15 18:40:52 +04:00

21 lines
529 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>