Fix build

This commit is contained in:
Ilya Laktyushin 2020-07-15 18:08:28 +03:00
parent cfd087f7af
commit cccc13ac49

View File

@ -2,13 +2,11 @@
#define OngoingCallContext_h #define OngoingCallContext_h
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#ifndef WEBRTC_IOS
#import <AppKit/AppKit.h>
#else
#import <UIKit/UIKit.h>
#endif
#ifndef WEBRTC_IOS #if TARGET_OS_IOS
#import <UIKit/UIKit.h>
#else
#import <AppKit/AppKit.h>
#define UIView NSView #define UIView NSView
#endif #endif