Refactor MergeLists

This commit is contained in:
Peter
2019-08-02 02:19:00 +03:00
parent 17223c9cfb
commit c3c7a4c368
5 changed files with 616 additions and 27 deletions

View File

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