(iOS) Buildfix

This commit is contained in:
Twinaphex 2019-02-09 04:43:15 +01:00
parent 1a8ad73c3f
commit 47ed8d3627

View File

@ -90,8 +90,7 @@ extern id<ApplePlatform> apple_platform;
@end
#if TARGET_OS_IOS
@interface CocoaView : UIViewController<
AVCaptureAudioDataOutputSampleBufferDelegate>
@interface CocoaView : UIViewController
#elif TARGET_OS_TV
@interface CocoaView : GCEventViewController
#endif