mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
18 lines
No EOL
542 B
Text
18 lines
No EOL
542 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
|
|
|
|
#ifdef __IPHONE_8_0
|
|
// suppress these errors until we are ready to handle them
|
|
#pragma message "Ignoring designated initializer warnings"
|
|
#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
|
|
#else
|
|
// temporarily define an empty NS_DESIGNATED_INITIALIZER so we can use now,
|
|
// will be ready for iOS8 SDK
|
|
#define NS_DESIGNATED_INITIALIZER
|
|
#endif |