mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
10 lines
204 B
Text
10 lines
204 B
Text
//
|
|
// Prefix header for all source files of the 'linphone' target in the 'linphone' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#import "Utils.h"
|