First commit

This commit is contained in:
Norbert Schmidt
2017-09-04 11:40:05 +02:00
commit 025e53504d
113 changed files with 20931 additions and 0 deletions

9
Push To_Prefix.pch Executable file
View File

@@ -0,0 +1,9 @@
//
// Prefix header for all source files of the 'Orientation' target in the 'Orientation' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
#endif