mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-01 04:07:51 +02:00
9 lines
212 B
Objective-C
9 lines
212 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface TGBridgeAudioDecoder : NSObject
|
|
|
|
- (instancetype)initWithURL:(NSURL *)url outputUrl:(NSURL *)outputURL;
|
|
- (void)startWithCompletion:(void (^)(void))completion;
|
|
|
|
@end
|