mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-01 12:17:50 +02:00
9 lines
198 B
Objective-C
9 lines
198 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface TGBridgeAudioEncoder : NSObject
|
|
|
|
- (instancetype)initWithURL:(NSURL *)url;
|
|
- (void)startWithCompletion:(void (^)(NSString *, int32_t))completion;
|
|
|
|
@end
|