mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-05 04:32:52 +00:00
14 lines
196 B
Objective-C
14 lines
196 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FFMpegAVCodec : NSObject
|
|
|
|
+ (FFMpegAVCodec * _Nullable)findForId:(int)codecId;
|
|
|
|
- (void *)impl;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|