cog/Plugins/FFMPEG/FFMPEGContainer.h

19 lines
250 B
Objective-C

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