Refactor TextFormat

This commit is contained in:
Peter
2019-08-02 02:25:27 +03:00
parent 24e76f5eac
commit 7ef834df31
8 changed files with 832 additions and 244 deletions

View File

@@ -0,0 +1,19 @@
//
// TextFormat.h
// TextFormat
//
// Created by Peter on 8/1/19.
// Copyright © 2019 Telegram Messenger LLP. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for TextFormat.
FOUNDATION_EXPORT double TextFormatVersionNumber;
//! Project version string for TextFormat.
FOUNDATION_EXPORT const unsigned char TextFormatVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <TextFormat/PublicHeader.h>