// // FFMPEGContainer.h // FFMPEG Plugin // // Created by Christopher Snowhill on 6/25/22. // #import #import "Plugin.h" NS_ASSUME_NONNULL_BEGIN @interface FFMPEGContainer : NSObject @end NS_ASSUME_NONNULL_END