mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-19 17:51:29 +00:00
9 lines
213 B
Objective-C
9 lines
213 B
Objective-C
#import <MTProtoKitDynamic/MTProtoKitDynamic.h>
|
|
|
|
@interface TGItemProviderSignals : NSObject
|
|
|
|
+ (NSArray<MTSignal *> *)itemSignalsForInputItems:(NSArray *)inputItems;
|
|
+ (NSData *)audioWaveform:(NSURL *)url;
|
|
|
|
@end
|