My Project
 All Classes Functions Properties
config.h
1 //
2 // config.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 10/16/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #ifndef BoredRoomBingo_config_h
10 #define BoredRoomBingo_config_h
11 #import <Firebase/Firebase.h>
12 #import "ErrorMessage.h"
13 #import "MBProgressHUD.h"
14 #import <Parse/Parse.h>
15 #define FIREBASE_URL @"https://bored-room-bingo.firebaseio.com/"
16 
17 #endif