removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / ATutor_Prefix.pch
diff --git a/mods/atsocial_iphone_app/ATutor_Prefix.pch b/mods/atsocial_iphone_app/ATutor_Prefix.pch
deleted file mode 100644 (file)
index dd43edb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// Prefix header for all source files of the 'ATutor' target in the 'ATutor' project
-//
-
-#ifdef __OBJC__
-    #import <Foundation/Foundation.h>
-    #import <UIKit/UIKit.h>
-#endif
-
-// Service name
-#define kATutor @"atutor"
-
-#define kConsumerKey @"key"
-#define kConsumerSecret @"secret"
-
-// E.g. @"http://localhost:8888/atutor/docs" & @"http://localhost:8888/shindig/php"
-#define kATutorURL [[NSUserDefaults standardUserDefaults] stringForKey:@"atutorURL"]
-#define kShindigURL [[NSUserDefaults standardUserDefaults] stringForKey:@"shindigURL"] 
\ No newline at end of file