mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-09 07:41:40 +00:00
13 lines
272 B
Objective-C
13 lines
272 B
Objective-C
#ifdef BUCK
|
|
#import <MTProtoKit/MTProtoKit.h>
|
|
#else
|
|
#import <MTProtoKitDynamic/MTProtoKitDynamic.h>
|
|
#endif
|
|
|
|
@interface TGItemProviderSignals : NSObject
|
|
|
|
+ (NSArray<MTSignal *> *)itemSignalsForInputItems:(NSArray *)inputItems;
|
|
+ (NSData *)audioWaveform:(NSURL *)url;
|
|
|
|
@end
|