mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Added .gitignore
This commit is contained in:
13
Watch/Extension/TGInputController.h
Normal file
13
Watch/Extension/TGInputController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class TGInterfaceController;
|
||||
|
||||
@interface TGInputController : NSObject
|
||||
|
||||
+ (void)presentPlainInputControllerForInterfaceController:(TGInterfaceController *)interfaceController completion:(void (^)(NSString *))completion;
|
||||
+ (void)presentInputControllerForInterfaceController:(TGInterfaceController *)interfaceController suggestionsForText:(NSString *)text completion:(void (^)(NSString *))completion;
|
||||
+ (void)presentAudioControllerForInterfaceController:(TGInterfaceController *)interfaceController completion:(void (^)(int64_t uniqueId, int32_t duration, NSURL *url))completion;
|
||||
|
||||
+ (NSArray *)suggestionsForText:(NSString *)text;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user