mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 23:09:24 +00:00

git-subtree-dir: submodules/Postbox git-subtree-mainline: 373769682ef152a8d5ef41ccb064a8387b2ca6f0 git-subtree-split: 534443c710e63ff4ea595b5dc7be94550c467734
21 lines
541 B
Objective-C
21 lines
541 B
Objective-C
//
|
|
// Postbox.h
|
|
// Postbox
|
|
//
|
|
// Created by Peter on 10/06/15.
|
|
// Copyright (c) 2015 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Postbox.
|
|
FOUNDATION_EXPORT double PostboxVersionNumber;
|
|
|
|
//! Project version string for Postbox.
|
|
FOUNDATION_EXPORT const unsigned char PostboxVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Postbox/PublicHeader.h>
|
|
|
|
#import <Postbox/MurMurHash32.h>
|
|
//#import <Postbox/IpcNotifier.h>
|