dd43edb733bfaa4256a2aab3a5084b7ead470674
[atutor.git] / mods / atsocial_iphone_app / ATutor_Prefix.pch
1 //
2 // Prefix header for all source files of the 'ATutor' target in the 'ATutor' project
3 //
4
5 #ifdef __OBJC__
6     #import <Foundation/Foundation.h>
7     #import <UIKit/UIKit.h>
8 #endif
9
10 // Service name
11 #define kATutor @"atutor"
12
13 #define kConsumerKey @"key"
14 #define kConsumerSecret @"secret"
15
16 // E.g. @"http://localhost:8888/atutor/docs" & @"http://localhost:8888/shindig/php"
17 #define kATutorURL [[NSUserDefaults standardUserDefaults] stringForKey:@"atutorURL"]
18 #define kShindigURL [[NSUserDefaults standardUserDefaults] stringForKey:@"shindigURL"]