The compiler complains about this, after I activated all kind of warnings:
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
warning: #import is a GCC extension
What does that mean?
The compiler complains about this, after I activated all kind of warnings:
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
warning: #import is a GCC extension
What does that mean?