Skip to content
Snippets Groups Projects

Headers: Add some a missing #import and only need to import UIImage.h from UIKit

Merged Ben King requested to merge king7532/VLCKit:fix-headers-public into master
All threads resolved!
Files
3
@@ -24,6 +24,8 @@
#ifndef VLCFilter_h
#define VLCFilter_h
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class VLCMediaPlayer;
Loading