mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-27 00:01:00 +08:00
Cleanup project structure to match typical TT projects
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// DBEnvironment.m
|
||||
// DiscussionBoard
|
||||
//
|
||||
// Created by Daniel Hammond on 1/7/11.
|
||||
// Copyright 2011 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "DBEnvironment.h"
|
||||
|
||||
//NSString* const kDBBaseURLString = @"http://localhost:3000";
|
||||
NSString* const kDBBaseURLString = @"http://discussionboard.heroku.com";
|
||||
|
||||
NSString* const kCurrentUserIDKey = @"currentUserKey";
|
||||
|
||||
NSString* const kUserLoggedInNotificationName = @"kUserLoggedInNotificationName";
|
||||
NSString* const kLoginCanceledNotificationName = @"kLoginCanceledNotificationName";
|
||||
NSString* const kUserLoggedOutNotificationName = @"kUserLoggedOutNotificationName";
|
||||
NSString* const kObjectCreatedUpdatedOrDestroyedNotificationName = @"kObjectCreatedUpdatedOrDestroyedNotificationName";
|
||||
Reference in New Issue
Block a user