#import NS_ASSUME_NONNULL_BEGIN @interface FFMpegAVCodec : NSObject + (FFMpegAVCodec * _Nullable)findForId:(int)codecId; - (void *)impl; @end NS_ASSUME_NONNULL_END