Implement text selection in context menu

This commit is contained in:
Peter
2019-08-13 20:11:09 +03:00
parent dd64c3dec1
commit 34c9605060
29 changed files with 3591 additions and 3036 deletions

View File

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