mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00

git-subtree-dir: submodules/Postbox git-subtree-mainline: 373769682ef152a8d5ef41ccb064a8387b2ca6f0 git-subtree-split: 534443c710e63ff4ea595b5dc7be94550c467734
21 lines
529 B
Objective-C
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>
|