fix(iOS) fix missing headers
This commit is contained in:
parent
e273a05dd0
commit
92c34c9c3e
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#import "JitsiAudioSession.h"
|
||||
#import <WebRTC/WebRTC.h>
|
||||
|
||||
@interface JitsiAudioSession (Private)
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#import "JitsiAudioSession.h"
|
||||
#import "JitsiAudioSession+Private.h"
|
||||
#import <WebRTC/WebRTC.h>
|
||||
|
||||
@implementation JitsiAudioSession
|
||||
|
||||
|
|
Loading…
Reference in New Issue