Files
RestKit/Examples/RKDiscussionBoardExample/DiscussionBoard/Classes/DBEnvironment.h
2011-01-11 12:32:18 -05:00

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;