forked from mirrors/linphone-iphone
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"
|