mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-31 03:27:30 +02:00
11 lines
217 B
Objective-C
11 lines
217 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class MTSignal;
|
|
|
|
@interface TGItemProviderSignals : NSObject
|
|
|
|
+ (NSArray<MTSignal *> *)itemSignalsForInputItems:(NSArray *)inputItems;
|
|
+ (NSData *)audioWaveform:(NSURL *)url;
|
|
|
|
@end
|