Refactor SettingsUI and related modules

This commit is contained in:
Peter
2019-08-17 20:31:41 +03:00
parent c553f6683c
commit c3bd5685eb
190 changed files with 7362 additions and 848 deletions

View File

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