mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-06 22:39:42 +08:00
21 lines
497 B
C
21 lines
497 B
C
//
|
|
// DBEnvironment.h
|
|
// DiscussionBoard
|
|
//
|
|
// Created by Daniel Hammond on 1/7/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
/**
|
|
* General Constants
|
|
*/
|
|
|
|
extern NSString* const kDBBaseURLString;
|
|
|
|
extern NSString* const kCurrentUserIDKey;
|
|
|
|
|
|
extern NSString* const kUserLoggedInNotificationName;
|
|
extern NSString* const kLoginCanceledNotificationName;
|
|
extern NSString* const kUserLoggedOutNotificationName;
|
|
extern NSString* const kObjectCreatedUpdatedOrDestroyedNotificationName; |